UdonSharp Cannot Access Internal Properties
のむらす
UdonSharp sometimes ignores properties. For example, even if another U# Behavior accesses a property like this:
private float _Hoge;
internal float Hoge {
set
{
_Hoge = value;
ChangeHoge();
}
}
the value is not updated, and ChangeHoge() is not executed.
Log In
Not Cat
I found this: https://x.com/Just_a_Cat_1123/status/1967056958869172471