ScriptableObject Wizard
ScriptableObject Wizard eliminates the need to manually add [CreateAssetMenu] attributes to every ScriptableObject class. Access an editor window that instantly lists all concrete ScriptableObject types in your project, with assembly filtering and search functionality to quickly create asset instances.
com.middlemast.scriptableobjectwizard Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/scriptableobjectwizard.git README Markdown
Copy this to your project's README.md
## Installation
Add **ScriptableObject Wizard** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/scriptableobjectwizard.git
```
[](https://www.pkglnk.dev/pkg/scriptableobjectwizard)README
ScriptableObjectWizard
This is a tool for anyone who's tired of having to add [CreateAssetMenu] to all scriptable objects they make. A simple editor window that allows you to create an instance of any concrete type that inherits from ScriptableObject. It features an assembly filter and a search function, to speed up the asset creation process.
Installation
OpenUPM
Git URL
- Install via UPM using the URL:
https://github.com/GiovanniZambiasi/ScriptableObjectWizard.git
Usage
The wizard is available via the MiddleMast/ScriptableObject Wizard option in the toolbar

No comments yet. Be the first!