質問編集履歴

2

C#のタグを取り消しました。

2021/06/25 01:07

投稿

ameshikou
ameshikou

スコア8

test CHANGED
File without changes
test CHANGED
File without changes

1

エラー内容を書き忘れていたので、追記しました。

2021/06/25 01:07

投稿

ameshikou
ameshikou

スコア8

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,21 @@
93
93
 
94
94
 
95
95
  よろしくお願いします。
96
+
97
+
98
+
99
+ 追記:
100
+
101
+ エラーが出た部分は
102
+
103
+ private Boolean interacrtui;
104
+
105
+ のBooleanの部分です。
106
+
107
+
108
+
109
+ エラーメッセージは以下の通りです。
110
+
111
+ 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?)
112
+
113
+ 型または名前空間の名前が見つからないとあります。