Unity and C# Tutorial 7 - Classes Part 1

This series is where I teach you how to make your own game using Unity and C#. We are starting to take aspects of our Rock Paper Scissors game and represent them as classes. This allows us to view the responsibilities of the game with more clarity.
Back to Top