We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5d2f8 commit e6096f8Copy full SHA for e6096f8
Assets/MagicaVoxel/Scripts/Editor/MVEditorUtilities.cs
@@ -15,7 +15,7 @@ public static Mesh QuadMesh()
15
return AssetDatabase.LoadAssetAtPath("Assets/MagicaVoxel/Meshes/quad.asset", typeof(Mesh)) as Mesh;
16
}
17
18
- [MenuItem("MagicaVoxel/Load")]
+ [MenuItem("Tools/MagicaVoxel/Load")]
19
static void Load() {
20
string path = EditorUtility.OpenFilePanel(
21
"Open VOX model",
0 commit comments