Hello!
I am a VRChat user and just recently started using this library. It is very useful, thank you.
I made a PR because I thought the PropertyOutput component was not working correctly. I am new to OSC and this library so I apologize if I have misunderstood something.
Although m_MemberIsProperty is used to determine whether to be used Property or Field, its value is set only in the setter of them, resulting in it seems always false. This makes PropertyOutput not work when Light.intensity is used for example.
Hello! I am a VRChat user and just recently started using this library. It is very useful, thank you.
I made a PR because I thought the
PropertyOutput
component was not working correctly. I am new to OSC and this library so I apologize if I have misunderstood something.Although
m_MemberIsProperty
is used to determine whether to be usedProperty
orField
, its value is set only in the setter of them, resulting in it seems alwaysfalse
. This makesPropertyOutput
not work whenLight.intensity
is used for example.I have made changes to Inspector to fix this.