Skip to content

Instantly share code, notes, and snippets.

View blurrryy's full-sized avatar

Daniel Rienas blurrryy

  • Chemnitz, Germany
View GitHub Profile
@blurrryy
blurrryy / README.md
Created October 20, 2022 23:51 — forked from douduck08/README.md
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.