Skip to content

Instantly share code, notes, and snippets.

@douduck08
douduck08 / README.md
Last active August 18, 2024 14:03
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.