Skip to content

Instantly share code, notes, and snippets.

View INeatFreak's full-sized avatar
🏳️
Abandoning Projects

Neat Freak INeatFreak

🏳️
Abandoning Projects
View GitHub Profile
using System;
using UnityEngine;
#if UNITY_2020_1_OR_NEWER
// good to go
#else
#error "Optional<T> plugin requires Unity 2020.1 or above for it to work. On below versions serializing fields of generic types was not possible."
#endif
[Serializable]