Skip to content

Instantly share code, notes, and snippets.

@douduck08
douduck08 / README.md
Last active May 16, 2024 18:25
The general GetValue extension of SerializedProperty in Unity Editor.

Unity's SerializedProperty not support custom type value setting. This extension use Reflection to get target instance of SerializedProperty in Custom Editor, made value setting of general type is posible.