You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C# 8 nullable type syntax in Binder.cs prevents compilation in Unity.
This can be alleviated by removing the ? syntax from Binder.cs, however this syntax is useful for development outside of Unity. Possible solutions include preprocessor directives, exactly how best to do that is an open question and needs some thought.