Skip to content

Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef)

License

Notifications You must be signed in to change notification settings

nowsprinting/create-script-folders-with-tests

Repository files navigation

Create Script Folders and Assemblies with Tests

openupm

This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).

When opening the context menu and select Create | C# Script Folders and Assemblies with Tests, The root folder (e.g., named "MyFeature") and below will be created as follows.

MyFeature
├── Scripts
│   ├── Editor
│   │   └── MyFeature.Editor.asmdef
│   └── Runtime
│       └── MyFeature.asmdef
└── Tests
    ├── Editor
    │   └── MyFeature.Editor.Tests.asmdef
    └── Runtime
        └── MyFeature.Tests.asmdef

And the references of each asmdef are set as follows.

  • MyFeature has not references
  • MyFeature.Editor has references to MyFeature
  • MyFeature.Tests has references to MyFeature
  • MyFeature.Editor.Tests has references to MyFeature and MyFeature.Editor

Installation

If you installed openupm-cli, run the command below

openupm add com.nowsprinting.create-script-folders-with-tests

Or open Package Manager window (Window | Package Manager) and add package from git URL

https://github.com/nowsprinting/create-script-folders-with-tests.git

License

MIT License

How to contribute

Open an issue or create a pull request.

Be grateful if you could label the PR as enhancement, bug, chore and documentation. See PR Labeler settings for automatically labeling from the branch name.

Release workflow

Run Actions | Create release pull request | Run workflow and merge created PR. (Or bump version in package.json on default branch)

Then, Will do the release process automatically by Release workflow. And after tagged, OpenUPM retrieves the tag and updates it.

Do NOT manually operation the following operations:

  • Create release tag
  • Publish draft releases

About

Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef)

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •