質問編集履歴

1

追記

2018/10/27 02:10

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- とりあえず、下記を試しましたが、エラーになりました。
17
+ とりあえず、下記を試しましたが、未定義エラーになりました。
18
18
 
19
19
 
20
20
 
@@ -29,6 +29,12 @@
29
29
  ```
30
30
 
31
31
 
32
+
33
+ ```
34
+
35
+ error CS0103: The name `AppConst' does not exist in the current context
36
+
37
+ ```
32
38
 
33
39
  IsEditorで検索すると、[こちら](https://docs.unity3d.com/ja/current/ScriptReference/Application-isEditor.html)を見つけました。
34
40