SIGN IN SIGN UP

fix: enable private field access in UpdateComponentTool

Use SerializedObject API as primary method for modifying component
fields, with enhanced reflection as fallback. This fixes three issues:

1. Private fields in base classes now accessible (recursive type search)
2. Asset references can be set by path or GUID
3. Nested field paths supported via SerializedObject.FindProperty()

Co-authored-by: Cursor <cursoragent@cursor.com>
C
Charlie Hess committed
4d7cfade9ba7749e89895d544f209d4a57f4e36e
Parent: f94664f