Unity: Create Assets with Dynamic Name/Properties
Problem The CreateAssetMenu attribute is handy if you want a quick way to instantiate scriptable objects. But it falls short when a dynamic name or the initialization of different properties is needed, for example, the generation of a custom ID. Solution The solution is to create the asset yourself. The CreateAssetMenu attribute is only … Read more