質問編集履歴
1
ソースコード、使用言語の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,23 +4,23 @@
|
|
4
4
|
|
5
5
|
### 発生している問題・エラーメッセージ
|
6
6
|
|
7
|
-
|
7
|
+
1.Assets/SimpleAnimation-master/Assets/SimpleAnimationComponent/Tests/PlaymodeTests/ComparativeTests/BaseConditionsTests.cs(3,19): error CS0234: The type or namespace name `TestTools' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
|
8
8
|
|
9
|
-
|
9
|
+
2.Assets/SimpleAnimation-master/Assets/SimpleAnimationComponent/Tests/PlaymodeTests/ComparativeTests/BaseConditionsTests.cs(6,7): error CS0246: The type or namespace name `NUnit' could not be found. Are you missing an assembly reference?
|
10
10
|
|
11
|
-
|
11
|
+
3.Error building Player because scripts had compiler errors
|
12
12
|
|
13
13
|
|
14
|
-
|
14
|
+
4.Build completed with a result of 'Failed'
|
15
15
|
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
|
16
16
|
|
17
|
-
|
17
|
+
5.UnityEditor.BuildPlayerWindow+BuildMethodException: 16 errors
|
18
18
|
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x00207] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:172
|
19
19
|
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00050] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:83
|
20
20
|
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
|
21
21
|
|
22
22
|
|
23
|
-
|
23
|
+
6.KeyNotFoundException: The given key was not present in the dictionary.
|
24
24
|
System.Collections.Generic.Dictionary`2[System.String,UnityEditor.Graphs.AnimationStateMachine.EdgeInfo].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150)
|
25
25
|
UnityEditor.Graphs.AnimationStateMachine.Graph.GetEdgeInfo (UnityEditor.Graphs.Edge edge) (at /Users/builduser/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/AnimationStateMachine/Graph.cs:282)
|
26
26
|
UnityEditor.Graphs.AnimationStateMachine.GraphGUI.SyncGraphToUnitySelection (Boolean force) (at /Users/builduser/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/AnimationStateMachine/GraphGUI.cs:302)
|
@@ -28,11 +28,13 @@
|
|
28
28
|
UnityEditor.Graphs.AnimatorControllerTool.OnEnable () (at
|
29
29
|
|
30
30
|
### 該当のソースコード
|
31
|
+
1.using UnityEngine.TestTools;
|
31
32
|
|
32
|
-
|
33
|
+
2.using NUnit.Framework;
|
33
|
-
ソースコード
|
34
|
-
```
|
35
34
|
|
35
|
+
3から6は該当するソースコードはありません。
|
36
|
+
|
37
|
+
|
36
38
|
### 試したこと
|
37
39
|
|
38
40
|
他のsimple animationを使用していないプロジェクトだと
|
@@ -45,6 +47,7 @@
|
|
45
47
|
|
46
48
|
pc mac 10.9.5
|
47
49
|
unity 2017.2.1f1
|
50
|
+
使用言語 c#
|
48
51
|
|
49
52
|
ビルド時に出てくるエラー以外はエラーは基本的に出ていません。
|
50
53
|
|