We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClientSim 1.2.6 causes issues when used together with the newest VRCSDK and UdonSharp and using their new features.
For example, the following UdonSharp code will throw an exception:
void Start() { float maxHeight = Networking.LocalPlayer.GetAvatarEyeHeightMaximumAsMeters(); }
Other code related to avatar scaling also does.
The text was updated successfully, but these errors were encountered:
Fixed in ClientSim 1.2.7, just released!
Sorry, something went wrong.
No branches or pull requests
ClientSim 1.2.6 causes issues when used together with the newest VRCSDK and UdonSharp and using their new features.
For example, the following UdonSharp code will throw an exception:
Other code related to avatar scaling also does.
The text was updated successfully, but these errors were encountered: