質問編集履歴
2
C#のタグを取り消しました。
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
エラー内容を書き忘れていたので、追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,4 +45,13 @@
|
|
45
45
|
参考サイトは下記のものです。
|
46
46
|
URL:https://qiita.com/RyoyaHase/items/89ffc9d134b784b8ae50
|
47
47
|
|
48
|
-
よろしくお願いします。
|
48
|
+
よろしくお願いします。
|
49
|
+
|
50
|
+
追記:
|
51
|
+
エラーが出た部分は
|
52
|
+
private Boolean interacrtui;
|
53
|
+
のBooleanの部分です。
|
54
|
+
|
55
|
+
エラーメッセージは以下の通りです。
|
56
|
+
Assets\Scripts\ControllerLeft.cs(12,13): error CS0246: The type or namespace name 'Boolean' could not be found (are you missing a using directive or an assembly reference?)
|
57
|
+
型または名前空間の名前が見つからないとあります。
|