質問編集履歴
1
errorの訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,8 @@
|
|
19
19
|
をおこないたいと思っています。
|
20
20
|
|
21
21
|
|
22
|
+
|
23
|
+
・GameManagerScriptクラス
|
22
24
|
|
23
25
|
public class GameManagerScript : MonoBehaviour
|
24
26
|
|
@@ -84,6 +86,8 @@
|
|
84
86
|
|
85
87
|
|
86
88
|
|
89
|
+
・TimeControllerクラス
|
90
|
+
|
87
91
|
public class TimerController : MonoBehaviour
|
88
92
|
|
89
93
|
{
|
@@ -131,3 +135,11 @@
|
|
131
135
|
}
|
132
136
|
|
133
137
|
}
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
・エラー文
|
142
|
+
|
143
|
+
NullReferenceException: Object reference not set to an instance of an object
|
144
|
+
|
145
|
+
TimerController.Start () (at Assets/Scripts/TimerController.cs:20)
|