Walter Hulsebos
Walter Hulsebos
Doesn't work on Windows either.
**Unity Version:** 2020.3.35f1 **ExtEvents** 1.7.0 **GenericScriptableArchitecture** 1.4.1 **Generic Unity Objects** 2.17.1 **Solid Utilities** 1.40.0 **Type References** 2.16.0 **Unity Dropdown** 1.2.0
Could be fixed by doing things like so, tbh I'm not sure why it even is an error, but it is what it is. ```cs private IScriptableEvent Event => _eventType...
In Unity's own repos they use this, we probably wanna match that ```cs #if UNITY_2023_2_OR_NEWER || UNITY_2021_3_28 || UNITY_2022_3_1 ```