V Editor Toolset > Scriptable Instancer

Using scriptable objects is a good way to keep your data separately from game objects. But since there is no way to create an instance of scriptable object quickly from editor UI it might take some time. This tool might help you with it.

Usage

  1. Go to V Editor Toolset Quick Access Menu (Ctrl + Alt + V) and open Scriptable Instancer window
  2. You will see the list of all your scripts derived from ScriptableObject class. Double click on the script will highlight and select it in your project view
  3. Use search field to filter the list
  4. Click Create Instance and select destination folder to create an instance of selected scriptable object script

The other way to create scriptable object instance is right clicking on the script and selecting Create > Scriptable Instance