Completed
9. How to spawn objects in Unity - (creating bullets in our space shooter game)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Coding by Making Games in Unity
Automatically move to the next video in the Classroom when playback concludes
- 1 1. How to make video games - Intro to Unity Editor
- 2 2. How to make video games - Creating a scene
- 3 3. What is a Variable - Create variables in C# (Unity)
- 4 4. Using a Variable - Moving a player using vector type variable.
- 5 5. How to take user input - Controlling player using Keyboard Input
- 6 6. Using Conditional statements - How to keep player on screen in Unity.
- 7 6.2 Using Conditional statements (Part II) - How to keep player on screen in Unity.
- 8 6.3 Using Conditional statements (Part III) - How to keep player on screen in Unity.
- 9 7 How to slice sprite sheets in unity
- 10 8. What is a Class ? - (Creating a bullet object in unity)
- 11 9. How to spawn objects in Unity - (creating bullets in our space shooter game)
- 12 10. What is a Prefab in Unity
- 13 11. Spawning Multiple Objects - (Understanding Arrays) Part 1
- 14 12. What is a Method in C#? (Invoking a Method in Unity)
- 15 13. How to do Collision Detection in unity
- 16 14. Physics Layers in Unity