Core/MapEditor/Editor/MapEditor.cs @@ -52,6 +52,7 @@ _root.AddComponent<MeshCollider>(); _root.transform.position = _go.transform.position; _root.transform.rotation = _go.transform.rotation; _root.layer = LayerUtility.Walkble; break; } }