Skip to content
New issue

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 causes UdonRuntimeExceptions on code related to avatar scaling #101

Closed
Reimajo opened this issue Aug 20, 2023 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@Reimajo
Copy link

Reimajo commented Aug 20, 2023

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.

grafik

@momo-the-monster momo-the-monster added the duplicate This issue or pull request already exists label Aug 22, 2023
@momo-the-monster
Copy link
Collaborator

Fixed in ClientSim 1.2.7, just released!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants