• Home  / 
  • Unity3D
  •  /  Unity3D C# 101 – Intro to Enums in a Unity Project 12 views

Unity3D C# 101 – Intro to Enums in a Unity Project 12 views

Enums are a great way of naming values for your data. There are countless ways to take advantage of them in your project to make things cleaner and even a little faster. If you haven’t used enums before, this is the video for you, we’ll start w/ the basics then dive into some example use cases in a Unity project.