回答編集履歴

1

誤字の修正

2016/12/02 01:34

投稿

y_unity
y_unity

スコア39

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  using System.Collections;
16
16
 
17
- using UnityEngine.SceneManagement;// ←new!
17
+ using UnityEngine.SceneManagement;
18
18
 
19
19
 
20
20
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  {
28
28
 
29
- SceneManager.LoadScene("あなたのシーン名");// ←new!
29
+ SceneManager.LoadScene("あなたのシーン名");
30
30
 
31
31
  }
32
32