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)
Understanding SerializedPropertyType?
I am creating a generic class that requires me to check the SerializedPropertyType of it's fields, and for the most part I know what each value of SerializedPropertyType means, but there are two value...
user3915050
Votes: 0
Answers: 2
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
How to get Localization Locale Property LocaleName string in Localiztion Unity
Custom Property Drawer
I want to get name for locale in Unity Localization
but the code below errors null property.
how to get name of locale in property drawer?
SerializedProperty locale = proper...
user12496888
Votes: 0
Answers: 1
Unity Editor Script: How to render a scene in the inspector GUI?
I'm writing a unity editor script which draws a preview scene in the inspector GUI. Basically, I instantiate a prefab with a camera component and move it into a temporary scene. Then I try to draw the...
dw218192
Votes: 0
Answers: 1