
+2
Fast
Please wrap MXD in a Namespace so It doesn't conflict with other assets or the UnityEngine base classes
MXD has a few references which appear to conflict with the global namespace.
MXD uses a Space enum, which is identical to the UnityEngine.Space enum, however it causes a name conflict.
Svar

Svar
Fast
The latest package wraps everything in several namespace:
1-MXD.Core
2-MXD.UnityEditor
3-MXD.Pivot
4-MXD.PivotEditorLib
and we also changed the Space enum to MXDSpace
Kundesupport af UserEcho
The latest package wraps everything in several namespace:
1-MXD.Core
2-MXD.UnityEditor
3-MXD.Pivot
4-MXD.PivotEditorLib
and we also changed the Space enum to MXDSpace