Michael Hoyle
Mike Hoyle's Blog

Mike Hoyle's Blog

Follow
Follow
homebadges
Unity C# Tip: Better Optional References

Unity C# Tip: Better Optional References

TL;DR Use the lightweight Option library to have more performant, less error-prone optional references in your C# Unity code. Background About a decade ago, programming languages pretty much had one way of indicating that a reference variable had no ...

Michael Hoyle
Michael Hoyle
4 min read
Drawing along the edges of a hex map

Drawing along the edges of a hex map

Michael Hoyle
Michael Hoyle
7 min read