2018仕様に修正

This commit is contained in:
ousttrue 2021-04-08 21:08:37 +09:00
parent cc2ed680a5
commit bbb5b0384c
6 changed files with 26 additions and 32 deletions

View File

@ -3,11 +3,12 @@
"references": [
"UniGLTF",
"UniGLTF.Editor",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
@ -20,7 +21,5 @@
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
]
}

View File

@ -7,11 +7,12 @@
"UniGLTF",
"UniVRM.Editor",
"VRM.Tests",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
@ -24,7 +25,5 @@
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
]
}

View File

@ -5,11 +5,12 @@
"UniGLTF",
"MeshUtility",
"MeshUtility.Editor",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
@ -22,7 +23,5 @@
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
]
}

View File

@ -4,10 +4,11 @@
"VrmLib",
"VRM10",
"UniGLTF",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"VRMShaders.GLTF.IO.Runtime"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
@ -18,7 +19,5 @@
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
]
}

View File

@ -3,9 +3,10 @@
"references": [
"VrmLib",
"VRM10",
"UniGLTF",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
"UniGLTF"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
@ -20,7 +21,5 @@
"defineConstraints": [
"UNITY_INCLUDE_TESTS",
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
]
}

View File

@ -2,9 +2,10 @@
"name": "VRMShaders.GLTF.IO.Tests",
"references": [
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
@ -18,7 +19,5 @@
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
]
}