VRChat
Create
Log in
Roadmap
Feedback
World/Udon Bugs & Feature Requests
1023
Category
Bug Reports
Voters
のむらす
Powered by Canny
1
UdonSharp Cannot Access Internal Properties
のむらす
UdonSharp sometimes ignores properties. For example, even if another U# Behavior accesses a property like this:
Hoge
{
set
{
_Hoge = value;
ChangeHoge();
}
}
the value is not updated, and ChangeHoge() is not executed.
March 11, 2025
Log in to leave a comment
Log In
Powered by Canny