Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 2cd7b9b

Browse files
authored
Bugfix/asmdef guid (#1388)
* Don't use GUID for assembly reference when referencing Improbable.Gdk.Generated * Remove all GUID usages from asmdef files
1 parent 60b85f1 commit 2cd7b9b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Improbable.Gdk.Core.Editor",
33
"references": [
4-
"GUID:734d92eba21c94caba915361bd5ac177",
5-
"GUID:edb3612c44ad0d24988d387581fd5fbe"
4+
"Unity.Entities",
5+
"Improbable.Gdk.Core"
66
],
77
"includePlatforms": [
88
"Editor"
@@ -13,5 +13,6 @@
1313
"precompiledReferences": [],
1414
"autoReferenced": true,
1515
"defineConstraints": [],
16-
"versionDefines": []
16+
"versionDefines": [],
17+
"noEngineReferences": false
1718
}

workers/unity/Packages/io.improbable.gdk.debug/Tests/Editmode/Improbable.Gdk.Debug.EditmodeTests.asmdef

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Improbable.Gdk.Debug.EditmodeTests",
33
"references": [
4-
"GUID:40425aeb5a2b3f74797745fff21bc766",
5-
"GUID:c5f2ea2f695256346af9ccd76c6f055d",
6-
"GUID:edb3612c44ad0d24988d387581fd5fbe",
7-
"GUID:0acc523941302664db1f4e527237feb3",
8-
"GUID:27619889b8ba8c24980f49ee34dbb44a",
9-
"GUID:734d92eba21c94caba915361bd5ac177",
10-
"GUID:bd66e1825421d9041a8f2c4fa9ca562a"
4+
"Improbable.Gdk.Debug",
5+
"Improbable.Gdk.TestUtils",
6+
"Improbable.Gdk.Core",
7+
"UnityEditor.TestRunner",
8+
"UnityEngine.TestRunner",
9+
"Unity.Entities",
10+
"Improbable.Gdk.Generated"
1111
],
1212
"includePlatforms": [
1313
"Editor"

workers/unity/Packages/io.improbable.gdk.debug/WorkerInspector/Codegen/Improbable.Gdk.Debug.WorkerInspector.Codegen.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Improbable.Gdk.Debug.WorkerInspector.Codegen",
33
"references": [
4-
"GUID:734d92eba21c94caba915361bd5ac177"
4+
"Unity.Entities"
55
],
66
"includePlatforms": [
77
"Editor"

0 commit comments

Comments
 (0)