Skip to content

Commit 76c258a

Browse files
authored
Fixed Crash Build
1 parent 47f8dee commit 76c258a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Editor/ru.coderco.MeshEditorPlus.Editor.asmdef

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "ru.coderco.MeshEditorPlus.Editor",
33
"rootNamespace": "",
44
"references": [],
5-
"includePlatforms": [],
5+
"includePlatforms": [
6+
"Editor"
7+
],
68
"excludePlatforms": [],
79
"allowUnsafeCode": false,
810
"overrideReferences": false,
@@ -11,4 +13,4 @@
1113
"defineConstraints": [],
1214
"versionDefines": [],
1315
"noEngineReferences": false
14-
}
16+
}

0 commit comments

Comments
 (0)