質問編集履歴
2
エラーメッセージを修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,6 +17,14 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
Can't add script component 'Input Field manager' because the script classs cannot be found. Make sure that there are no compile errors and that the file name and class name match.
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
コンソールにでているエラーメッセージ
|
24
|
+
|
25
|
+
Assets\MakeChara\InputFieldManager.cs(9,5): error CS0246: The type or namespace name 'String' could not be found (are you missing a using directive or an assembly reference?)
|
26
|
+
|
27
|
+
|
20
28
|
|
21
29
|
|
22
30
|
|
1
すみません。エラーメッセージが間違っていたため修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,13 +14,11 @@
|
|
14
14
|
|
15
15
|
エラーメッセージ
|
16
16
|
|
17
|
-
Can’t add script component ‘sample’ because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match.
|
18
|
-
|
19
|
-
```
|
20
17
|
|
21
18
|
|
19
|
+
Can't add script component 'Input Field manager' because the script classs cannot be found. Make sure that there are no compile errors and that the file name and class name match.
|
22
20
|
|
23
|
-
|
21
|
+
|
24
22
|
|
25
23
|
|
26
24
|
|