Unity C# Tip: Better Optional References
Apr 7, 2023 · 4 min read · 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 ...
Zzgd commented