- 724 名前:名前は開発中のものです。 [2016/07/24(日) 14:31:08.66 ID:8G5XycUJ.net]
- すみません、超初心者なのですが、質問させてください。
public class Mycontrol : MonoBehaviour { Animator anim ; // Use this for initialization void Start () { anim = GetComponent<Animator>(); } // Update is called once per frame void Update () { if (Input.GetKey(
|

|