Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 230 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 230 Bytes

9_lines_unity

Learn C# for Unity, using 9 lines of code. https://youtu.be/aB9LJ9oHGOs

  • Variables
  • GetComponent()
  • Instantiate()
  • Destroy()
  • Loops
  • If/else
  • Input.GetAxisRaw()
  • Vector2.MoveTowards()
  • OnTriggerEnter2D()