Using an ExtensionMethods-Class under HoloToolkit-ExamplesMotionControllers-GrabMechanicsScriptsExtensionMethod.cs is not advisable.
Any personal use of own ExtensionMethods class is causing a compiler error: CS0101.
Any HoloToolkit ExtensionsMethods class should be removed or use its own namespace.
Assets/Scripts/ExtensionMethods.cs(5,21): error CS0101: The namespace global::' already contains a definition forExtensionMethods'
Create an empty project and add the script descriped here: https://unity3d.com/de/learn/tutorials/topics/scripting/extension-methods
2017.4.6f1
2017.4.0.0
Thanks for bringing this to our attention. Likely it's not in the proper namespace.
Most helpful comment
Thanks for bringing this to our attention. Likely it's not in the proper namespace.