Is there a way to better manage Unity’s tag system? In particular something that would make them strongly typed?
I’m mulling over the idea of creating a global enum to hold all my tags, but there would still be the chance of typos between the tag manager and the enum.