質問編集履歴
1
エラー文の抜けを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
-
error CS0103: The name 'MainSoundObject' does not exist in the current context
|
15
|
+
MainSoundScript.cs(25,21): error CS0103: The name 'MainSoundObject' does not exist in the current context
|
16
|
+
|
17
|
+
MainSoundScript.cs(29,31): error CS0103: The name 'MainSoundObject' does not exist in the current context
|
16
18
|
|
17
19
|
```
|
18
20
|
|