-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1131 from Santarh/asmdef2
Use GUID in asmdefs
- Loading branch information
Showing
30 changed files
with
209 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
21 changes: 13 additions & 8 deletions
21
Assets/UniGLTF/UniHumanoid/Editor/Tests/UniHumanoid.Editor.Tests.asmdef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
25
Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.