Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

WebVRManager > Fix for #336 #337

Merged
merged 1 commit into from
Sep 12, 2018
Merged

Conversation

Banyango
Copy link
Contributor

Fixes the issues some people were experiencing with the headset not functioning.

  • webvr.js is looking for an object named WebVRCameraSet to pass the messages to, but since it gets renamed in the instance method it won’t be found. This only occurs if the Instance method gets called before Awake.
  • Also added a debug message if you rename the object with the WebVRManager on it.

…ot being initialized. MozillaReality#336

+ webvr.js is looking for an object named WebVRCameraSet to pass the messages to, but since it gets renamed in the instance method it won’t be found. This only occurs if the Instance method gets called before Awake.
+ Also added a debug message if you rename the object with the WebVRManager on it.
@caseyyee
Copy link
Contributor

@Banyango Ah! I didn't quite catch why that was happening. Thanks so much for the fix!

@caseyyee caseyyee merged commit 9493ca3 into MozillaReality:master Sep 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants