You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an ExtensionMethods-Class under HoloToolkit-Examples\MotionControllers-GrabMechanics\Scripts\ExtensionMethod.cs is not advisable.
Any personal use of own ExtensionMethods class is causing a compiler error: CS0101.
Expected Behavior
Any HoloToolkit ExtensionsMethods class should be removed or use its own namespace.
Actual Behavior
Assets/Scripts/ExtensionMethods.cs(5,21): error CS0101: The namespace global::' already contains a definition for ExtensionMethods'
Overview
Using an ExtensionMethods-Class under HoloToolkit-Examples\MotionControllers-GrabMechanics\Scripts\ExtensionMethod.cs is not advisable.
Any personal use of own ExtensionMethods class is causing a compiler error: CS0101.
Expected Behavior
Any HoloToolkit ExtensionsMethods class should be removed or use its own namespace.
Actual Behavior
Assets/Scripts/ExtensionMethods.cs(5,21): error CS0101: The namespace
global::' already contains a definition for
ExtensionMethods'Steps to reproduce
Create an empty project and add the script descriped here: https://unity3d.com/de/learn/tutorials/topics/scripting/extension-methods
Unity Editor Version
2017.4.6f1
Mixed Reality Toolkit Release Version
2017.4.0.0
The text was updated successfully, but these errors were encountered: