2017-12-14から1日間の記事一覧

ボールを飛ばすべくjavaスクリプトC#を書いてますがどこを参考にしてもエラーを吐かれる。 using System.Collections;using System.Collections.Generic;using UnityEngine; public class Shot : MonoBehaviour{ public float thrust; public Rigidbody rb; …