Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Errors when importing HoloToolkit

sbagchisbagchi
edited January 2017 in Questions And Answers

Is HoloToolkit on GitHub up to date for Unity 5.5.0f3? I'm getting these errors after importing it into my project. Another post implied it was an issue from upgrading.

Assets/HoloToolkit/Sharing/Scripts/CrossPlatform/Reflection/ReflectionExtensions.cs(171,21): error CS0101: The namespace 'global::' already contains a definition for 'ReflectionExtensions' Assets/HoloToolkit/Sharing/Scripts/CrossPlatform/Reflection/TypeUtils.cs(7,21): error CS0101: The namespace 'global::' already contains a definition for 'TypeUtils' Assets/HoloToolkit/Utilities/Scripts/Billboard.cs(8,17): error CS0101: The namespace 'HoloToolkit.Unity' already contains a definition for 'PivotAxis' Assets/HoloToolkit/Utilities/Scripts/Billboard.cs(20,18): error CS0101: The namespace 'HoloToolkit.Unity' already contains a definition for 'Billboard' Assets/HoloToolkit/Utilities/Singleton.cs(5,18): error CS0101: The namespace 'HoloToolkit.Unity' already contains a definition for 'Singleton<T>'

Any fixes?

Tagged:

Best Answer

Answers

  • Options
    WillyCiWillyCi
    edited February 2017
    Assets/HoloToolkit/Utilities/Scripts/VectorExtensions.cs(11,25): error CS0101: The namespace `HoloToolkit.Unity' already contains a definition for `VectorExtensions'
    Assets/HoloToolkit/Utilities/Scripts/VectorRollingStatistics.cs(10,18): error CS0101: The namespace `HoloToolkit.Unity' already contains a definition for `VectorRollingStatistics'
    Assets/HoloToolkit/Utilities/Tests/TextToSpeechManagerTest.cs(8,14): error CS0101: The namespace `global::' already contains a definition for `TextToSpeechManagerTest'
    

    I am still getting 3 error messages, I am on unity 5.5.0f3, and holotoolkit v1.5.50
    not sure what to do.

  • Options

    @WillyCi Did you solve this?

Sign In or Register to comment.