#csharp
Read more stories on Hashnode
Articles with this tag
TL;DR Use the lightweight Option library to have more performant, less error-prone optional references in your C# Unity code. Background About a...
I'm developing a game that has a map design involving hex tiles connected in a graph along the edges. In my case, the hex tiles represent a sort of...