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).

Disabling the bottom bar in the UI (Info bar)

If you are not making a VR experiment you may want to disable the bottom bar that persists throughout. You are safe to do this by disabling the [UXF_Rig] > [UXF_UI] > InfoBar GameObject.

๐Ÿง  Core topics

โ“ More help


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

Unit tests

Clone this wiki locally