Skip to content

Commit ef407ad

Browse files
committed
fix platform
1 parent 5886b25 commit ef407ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Editor/UnityHierarchyMenuCustomizer.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "UnityHierarchyMenuCustomizer",
33
"references": [],
4-
"includePlatforms": [],
4+
"includePlatforms": [
5+
"Editor"
6+
],
57
"excludePlatforms": [],
68
"allowUnsafeCode": false,
79
"overrideReferences": false,

0 commit comments

Comments
 (0)