Skip to content

Commit 512b6f6

Browse files
committed
refactor: update editor assemblies to editor only
1 parent b3279c6 commit 512b6f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Packages/mygamedevtools-extensions/Editor/PropertyDrawers/MyGameDevTools.Attributes.Editor.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"references": [
55
"GUID:883381e107e31564e9f64c4ce3f824cd"
66
],
7-
"includePlatforms": [],
7+
"includePlatforms": [
8+
"Editor"
9+
],
810
"excludePlatforms": [],
911
"allowUnsafeCode": false,
1012
"overrideReferences": false,

Packages/mygamedevtools-extensions/Editor/Tooling/MyGameDevTools.Tooling.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "MyGameDevTools.Tooling",
33
"rootNamespace": "",
44
"references": [],
5-
"includePlatforms": [],
5+
"includePlatforms": [
6+
"Editor"
7+
],
68
"excludePlatforms": [],
79
"allowUnsafeCode": false,
810
"overrideReferences": false,

0 commit comments

Comments
 (0)