2020-06-10から1日間の記事一覧

PlayerController

using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerController : MonoBehaviour { Rigidbody2D rigidbody2D; // Start is called before the first frame update void Start() { rigidbody2D = GetCompon…