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

EditorXR import crashes Holotoolkit Throwing 'Instance' not found #474

Open
JPSchubert opened this issue Jun 8, 2018 · 2 comments
Open

Comments

@JPSchubert
Copy link

Using Unity 2017.4.4f1
Import Package - HoloToolkit-Unity-2017.4.0.0.unitypackage
Window Mixed Reality works fine before Importing EditorXR-0.1.1.unitypackage causes following errors -

Assets/HoloToolkit/SpatialMapping/Scripts/TapToPlace.cs(155,26): error CS0117: InputManager' does not contain a definition for Instance'

Assets/HoloToolkit/SpatialMapping/Scripts/TapToPlace.cs(165,26): error CS0117: InputManager' does not contain a definition for Instance'

Assets/HoloToolkit/Utilities/Scripts/HeadsetAdjustment.cs(16,26): error CS0117: InputManager' does not contain a definition for Instance'

Assets/HoloToolkit/Utilities/Scripts/HeadsetAdjustment.cs(31,26): error CS0117: InputManager' does not contain a definition for Instance'

Is there a way I can fix this or will have to wait for fix?

@StephenHodgson
Copy link

Most likely the Singleton definition has an ambiguous reference to a Singleton class in the editor XR namespace.

@JPSchubert
Copy link
Author

JPSchubert commented Jun 8, 2018 via email

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

No branches or pull requests

2 participants