質問編集履歴
1
エラーの出現する条件を記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
unityでandroidマシンの解像度の取得するために、http://neareal.com/2472/という記事を参考にしました。
|
4
4
|
|
5
5
|
###発生している問題・エラーメッセージ
|
6
|
-
|
6
|
+
APKをビルドしたところ、解像度を取得する段で
|
7
7
|
```
|
8
8
|
Assets/game.cs(11,30): error CS0103: The name `UnityEditor' does not exist in the current context
|
9
9
|
Error building Player because scripts had compiler errors
|
@@ -13,6 +13,7 @@
|
|
13
13
|
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
|
14
14
|
|
15
15
|
```
|
16
|
+
というエラーがでました。
|
16
17
|
|
17
18
|
###該当のソースコード
|
18
19
|
```ここに言語を入力
|