質問編集履歴

1

ソースコード、使用言語の追加

2018/06/04 08:45

投稿

rinmaruraizo_96
rinmaruraizo_96

スコア6

test CHANGED
File without changes
test CHANGED
@@ -10,27 +10,27 @@
10
10
 
11
11
 
12
12
 
13
- 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?
13
+ 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?
14
14
 
15
15
 
16
16
 
17
- 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?
17
+ 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?
18
18
 
19
19
 
20
20
 
21
- Error building Player because scripts had compiler errors
21
+ 3.Error building Player because scripts had compiler errors
22
22
 
23
23
 
24
24
 
25
25
 
26
26
 
27
- Build completed with a result of 'Failed'
27
+ 4.Build completed with a result of 'Failed'
28
28
 
29
29
  UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
30
30
 
31
31
 
32
32
 
33
- UnityEditor.BuildPlayerWindow+BuildMethodException: 16 errors
33
+ 5.UnityEditor.BuildPlayerWindow+BuildMethodException: 16 errors
34
34
 
35
35
  at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x00207] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:172
36
36
 
@@ -42,7 +42,7 @@
42
42
 
43
43
 
44
44
 
45
- KeyNotFoundException: The given key was not present in the dictionary.
45
+ 6.KeyNotFoundException: The given key was not present in the dictionary.
46
46
 
47
47
  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)
48
48
 
@@ -58,13 +58,17 @@
58
58
 
59
59
  ### 該当のソースコード
60
60
 
61
+ 1.using UnityEngine.TestTools;
61
62
 
62
63
 
63
- ```ここに言語名を入力
64
64
 
65
- ソースコード
65
+ 2.using NUnit.Framework;
66
66
 
67
+
68
+
67
- ```
69
+ 3から6は該当するソースコードはありません。
70
+
71
+
68
72
 
69
73
 
70
74
 
@@ -92,6 +96,8 @@
92
96
 
93
97
  unity 2017.2.1f1
94
98
 
99
+ 使用言語 c#
100
+
95
101
 
96
102
 
97
103
  ビルド時に出てくるエラー以外はエラーは基本的に出ていません。