Create scriptable object instances much, much easier, and quicker.Previously, you needed to add the [CreateAssetMenu] attribute to your scriptable objects to be able to create instances of said scriptable objects in the engine. However, with this package, that step becomes obsolete. You can now quickly and effortlessly create any instances of any scriptable object without additional annotations.-