C# 7.3 Ref return features and Odin compatibility issues.

Issue #455 new
Bjarke Elias created an issue
  • Unity 2018.3.0b6
  • Compiling with C# 7.3
        [ShowInInspector, DisplayAsString]
        Internal ref readonly UpdateTypes UpdateType { get => this._updateType; }

Where UpdateTypes is an enum.

Produces an error.