teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

スクリプトのコードを修正

2021/01/17 05:17

投稿

momo326
momo326

スコア17

title CHANGED
File without changes
body CHANGED
@@ -10,8 +10,6 @@
10
10
  5,「Projectを右クリック」→「Create」→「C# Script」でスクリプト作成
11
11
  6,下のコードを入力
12
12
  ```C#
13
- using System.Collections;
14
- using System.Collections.Generic;
15
13
  using UnityEngine;
16
14
 
17
15
  public class Script : MonoBehaviour