Beginning C# with Unity - Part 23 - Classes

In this episode, you’ll learn about the classes and the differences between a reference and a value type. Task: Create a boss monster class. Create an instance of the class. Give it a name and a point value, then print out the value. Finally, null out the object when done. Complete Playlist: Note: Unity is required. You can download the free version from . This course has developed using just the personal version. ---
Back to Top