Skip to content

calvinmorett/9_lines_unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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()