Skip to content
Jack Brookes edited this page Feb 28, 2019 · 14 revisions

API / Scripting compatibility

If you are having compiler errors, make sure you are using the following settings in Project Settings > Player.

Unity 2018.3 or newer:

  • Scripting Runtime Version .NET 4.x equivalent.
  • API Compatibility Level .NET 4.x.

Older than Unity 2018.3:

  • Scripting Runtime Version: Stable (.NET 3.5 equivalent).
  • API Compatibility Level .NET 2.0 (NOT subset).

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally