+2
Fixed

Please wrap MXD in a Namespace so It doesn't conflict with other assets or the UnityEngine base classes

James LaPenn vor 11 Jahren aktualisiert von GameDraw vor 11 Jahren 0

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.

Antwort

Antwort
Fixed

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

Antwort
Fixed

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