Top "Scriptable-object" questions

Unity: Custom Inspector for ScriptableObject not working

I created a custom Inspector for some of my ScriptableObject. The inspector seems to work perfectly. If a value gets …

c# unity3d save scriptable-object
How to save a ScriptableObject at runtime after changing its values

I have a Problem with Using ScriptableObjects as a saving object within of my Unity Application. When I try to …

c# unity3d scriptable-object