Skip to content

Commit 8d35687

Browse files
committed
Fixed player builds by adding asmdef for Editor only classes
Alternative to #16
1 parent c0731fa commit 8d35687

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "GaussianSplattingEditor",
3+
"rootNamespace": "",
4+
"references": [
5+
"GUID:4b653174f8fcdcd49b4c9a6f1ca8c7c3",
6+
"GUID:8992d429105beaf428dfc91fb5b9f531",
7+
"GUID:2665a8d13d1b3f18800f46e256720795",
8+
"GUID:d8b63aba1907145bea998dd612889d6b",
9+
"GUID:e0cd26848372d4e5c891c569017e11f1"
10+
],
11+
"includePlatforms": [
12+
"Editor"
13+
],
14+
"excludePlatforms": [],
15+
"allowUnsafeCode": true,
16+
"overrideReferences": false,
17+
"precompiledReferences": [],
18+
"autoReferenced": true,
19+
"defineConstraints": [],
20+
"versionDefines": [],
21+
"noEngineReferences": false
22+
}

Assets/GaussianSplatting/Scripts/Editor/GaussianSplattingEditor.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/GaussianSplatting/Scripts/GaussianSplatting.asmdef

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
"name": "GaussianSplatting",
33
"rootNamespace": "",
44
"references": [
5-
"GUID:2665a8d13d1b3f18800f46e256720795",
65
"GUID:d8b63aba1907145bea998dd612889d6b",
76
"GUID:8992d429105beaf428dfc91fb5b9f531",
8-
"GUID:e0cd26848372d4e5c891c569017e11f1",
97
"GUID:15fc0a57446b3144c949da3e2b9737a9",
108
"GUID:df380645f10b7bc4b97d4f5eb6303d95",
119
"GUID:457756d89b35d2941b3e7b37b4ece6f1"

0 commit comments

Comments
 (0)