python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Changes made to Scriptable Object are lost even after calling EditorUtility.SetDirty()
I have a script called HandSkeleton for which I wrote a custom editor. HandSkeleton has a field of type HandSkeletonData which is a ScriptableObject. I wrote a custome inspector which can save some va...
Wojtek Wencel
Votes: 0
Answers: 1
Why cant I drag and drop a Sprite in a Scriptable Objects inspector?
So I have a scriptable object that holds a public Image variable. And I want to drag an image to the inspector, but I'm not able to get it to work. I have changed the Texture Type to Sprite (2D and UI...
Izze
Votes: 0
Answers: 2
Unity can I instantiate a game object from a scriptable object?
I want each bow to shoot a different arrow that I set in the SO when it is created. I need each bow to shoot the assigned arrow prefab in the SO.
WeaponConfig has [SerializeField] public GameObject pr...
David
Votes: 0
Answers: 1
Duplicating ScritableObjects with Values per Script Unity
I am making a Multiplayer Game with MLAPI. The problem is, i have a ability system so every ability get executed over an ScritableObject. The problem is, if i have for example five Players in the scen...
Lyksel
Votes: 0
Answers: 1