UnityNote1
Unity Learning Note Part 1
I’d been learning on Unity for about 3 weeks, it’s time to write something down. If I take a review, that first time I launch this can be rooted to 2012, cause I have a purchase record in unity store. I don’t know what if I can insist it this time. Just like I finally gave a step forward to the gym.
Coding Skills
Catch keyboard input
1 | float moveHorizontal = Input.GetAxisRaw ("Horizontal"); |
This piece of code is running in MonoBehaviour subclass Update function.