Skip to content

Commit

Permalink
Merge pull request #1131 from Santarh/asmdef2
Browse files Browse the repository at this point in the history
Use GUID in asmdefs
  • Loading branch information
ousttrue authored Aug 5, 2021
2 parents 3476168 + 36e7d1e commit c19330b
Show file tree
Hide file tree
Showing 30 changed files with 209 additions and 168 deletions.
11 changes: 6 additions & 5 deletions Assets/UniGLTF/Editor/UniGLTF.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "UniGLTF.Editor",
"references": [
"UniGLTF",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:7da8a75dcade2144aab699032d7d7987"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
Expand All @@ -14,5 +13,7 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
9 changes: 5 additions & 4 deletions Assets/UniGLTF/Runtime/UniGLTF.asmdef
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "UniGLTF",
"references": [
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.UniUnlit.Runtime"
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:60c8346e00a8ddd4cafc5a02eceeec57"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
19 changes: 10 additions & 9 deletions Assets/UniGLTF/Tests/UniGLTF.Tests.asmdef
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "UniGLTF.Tests",
"references": [
"UniGLTF",
"UniGLTF.Editor",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:5f875fdc81c40184c8333b9d63c6ddd5",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:7da8a75dcade2144aab699032d7d7987",
"GUID:27619889b8ba8c24980f49ee34dbb44a",
"GUID:0acc523941302664db1f4e527237feb3"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
]
],
"versionDefines": [],
"noEngineReferences": false
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"name": "UniHumanoid.Editor.Tests",
"references": [
"VRM",
"UniHumanoid"
],
"optionalUnityReferences": [
"TestAssemblies"
"GUID:05dd262a0c0a2f841b8252c8c3815582",
"GUID:b7aa47b240b57de44a4b2021c143c9bf",
"GUID:27619889b8ba8c24980f49ee34dbb44a",
"GUID:0acc523941302664db1f4e527237feb3"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}
9 changes: 5 additions & 4 deletions Assets/UniGLTF/UniHumanoid/Editor/UniHumanoid.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "UniHumanoid.Editor",
"references": [
"VRM",
"UniHumanoid"
"GUID:05dd262a0c0a2f841b8252c8c3815582",
"GUID:b7aa47b240b57de44a4b2021c143c9bf"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
Expand All @@ -13,5 +12,7 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
5 changes: 3 additions & 2 deletions Assets/UniGLTF/UniHumanoid/UniHumanoid.asmdef
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "UniHumanoid",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
25 changes: 13 additions & 12 deletions Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "VRM.Samples.Editor.Tests",
"references": [
"VRM",
"VRM.Samples",
"UniGLTF",
"UniVRM.Editor",
"VRM.Tests",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
"GUID:05dd262a0c0a2f841b8252c8c3815582",
"GUID:627491ce4646ac8469d7689ab146358b",
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:f7b2dd4e5e1e7264089dc065c45db910",
"GUID:0eadcadee644f4e4cb96f0c11df10d89",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:7da8a75dcade2144aab699032d7d7987",
"GUID:27619889b8ba8c24980f49ee34dbb44a",
"GUID:0acc523941302664db1f4e527237feb3"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
]
],
"versionDefines": [],
"noEngineReferences": false
}
13 changes: 7 additions & 6 deletions Assets/VRM.Samples/VRM.Samples.asmdef
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "VRM.Samples",
"references": [
"VRM",
"UniHumanoid",
"UniGLTF",
"VRMShaders.GLTF.IO.Runtime"
"GUID:05dd262a0c0a2f841b8252c8c3815582",
"GUID:b7aa47b240b57de44a4b2021c143c9bf",
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:da3e51d19d51a544fa14d43fee843098"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
19 changes: 10 additions & 9 deletions Assets/VRM/Editor/VRM.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "UniVRM.Editor",
"references": [
"VRM",
"UniHumanoid",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor",
"UniGLTF",
"UniGLTF.Editor",
"VRMShaders.VRM.IO.Runtime"
"GUID:05dd262a0c0a2f841b8252c8c3815582",
"GUID:b7aa47b240b57de44a4b2021c143c9bf",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:7da8a75dcade2144aab699032d7d7987",
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:5f875fdc81c40184c8333b9d63c6ddd5",
"GUID:301b251fd9834274c9228e0532f444f7"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
Expand All @@ -18,5 +17,7 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
15 changes: 8 additions & 7 deletions Assets/VRM/Runtime/VRM.asmdef
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "VRM",
"references": [
"UniHumanoid",
"UniGLTF",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.VRM.IO.Runtime",
"MToon"
"GUID:b7aa47b240b57de44a4b2021c143c9bf",
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:301b251fd9834274c9228e0532f444f7",
"GUID:a9bc101fb0471f94a8f99fd242fdd934"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
23 changes: 12 additions & 11 deletions Assets/VRM/Tests/VRM.Tests.asmdef
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "VRM.Tests",
"references": [
"VRM",
"UniVRM.Editor",
"UniGLTF",
"UniGLTF.Editor",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
"GUID:05dd262a0c0a2f841b8252c8c3815582",
"GUID:f7b2dd4e5e1e7264089dc065c45db910",
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:5f875fdc81c40184c8333b9d63c6ddd5",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:7da8a75dcade2144aab699032d7d7987",
"GUID:27619889b8ba8c24980f49ee34dbb44a",
"GUID:0acc523941302664db1f4e527237feb3"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
]
],
"versionDefines": [],
"noEngineReferences": false
}
13 changes: 7 additions & 6 deletions Assets/VRM10.Samples/Runtime/VRM10.Samples.Runtime.asmdef
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "VRM10.Samples.Runtime",
"references": [
"UniGLTF",
"VRMShaders.GLTF.IO.Runtime",
"VRM10",
"UniHumanoid"
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:e47c917724578cc43b5506c17a27e9a0",
"GUID:b7aa47b240b57de44a4b2021c143c9bf"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
17 changes: 9 additions & 8 deletions Assets/VRM10/Editor/VRM10.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "VRM10.Editor",
"references": [
"VRM10",
"VrmLib",
"UniGLTF.Editor",
"UniGLTF",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
"GUID:e47c917724578cc43b5506c17a27e9a0",
"GUID:2ef84b520212e174a94668c7a0862d3b",
"GUID:5f875fdc81c40184c8333b9d63c6ddd5",
"GUID:8d76e605759c3f64a957d63ef96ada7c",
"GUID:da3e51d19d51a544fa14d43fee843098",
"GUID:7da8a75dcade2144aab699032d7d7987"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
Expand All @@ -17,5 +16,7 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
Loading

0 comments on commit c19330b

Please sign in to comment.