質問編集履歴
1
スクリプトのコードを修正
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
|