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

fix(UnityXR): fix UnityXR stack overflow #1785

Merged
merged 1 commit into from May 17, 2018

Conversation

jamre
Copy link
Contributor

@jamre jamre commented May 9, 2018

Add HTC Vive controller joystick names as reported by Unity 2017.4.2f2.
Don't allow the SetTrackedControllerCaches method to re-enter while it's executing since it's possible to call itself and get stuck.

fixes #1764

@GitCop
Copy link

GitCop commented May 9, 2018

There were the following issues with your Pull Request

  • Commit: 34c4724
  • Your commit message body contains a line that is longer than 72 characters

Guidelines are available at https://github.com/thestonefox/SteamVR_Unity_Toolkit


This message was auto-generated by https://gitcop.com

@bddckr
Copy link
Collaborator

bddckr commented May 12, 2018

I did not have a look at the changes done but separate things should be in separate commits and in this case probably even in separate PRs.

Don't allow the SetTrackedControllerCaches method to re-enter while
it's executing since it's possible to call itself and get stuck.
@jamre
Copy link
Contributor Author

jamre commented May 16, 2018

I un-squashed them and I'll make a separate PR.

@thestonefox thestonefox merged commit 94ad07e into ExtendRealityLtd:master May 17, 2018
@jamre jamre deleted the unityxr-stack-overflow branch May 30, 2018 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StackOverflowException when using SDK_UnityController
4 participants