投稿

GAME CREATE RE:5

LOST LICESE UNITY I HAD NO CHIOCE BUT PRACTICE CODE.

Game Create Re:4

イメージ
Game create Re:4day coding script. this script is attack action.

Game create Re:2,3

イメージ
I create drow dotto pictuer. create enemy used Clipstadio.
イメージ
Game Create Re:1 I watch video unity explanation. I learn to unity again.
イメージ
Game create Day 20 coding program today coding is jump action & collision detection | using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerCtrl : MonoBehaviour {     public float speed = 5;     public float jumpForce = 400f;     private Rigidbody2D rb2d;     private Animator anim;     private SpriteRenderer spRenderer;     private bool isGround;     // Start is called before the first frame update     void Start()     {         this.rb2d = GetComponent<Rigidbody2D>();         this.anim = GetComponent<Animator>();         this.spRenderer = GetComponent<SpriteRenderer>;     }     // Update is called once per frame     void Update()     {       ...
イメージ
Game create day 19 coding program this code is yesterday's continuation. i made a programthat interferes with animation   
イメージ
game create day 18 program coding this code is player control program. next i make animation control program coding.