error CS0117: 'Physics2D' does not contain a definition for 'autoSimulation'

When trying to build the project attached to Case 1108597 for Standalone Windows 64 bit, Unity outputs:

It works fine in the editor though.

1 Like

The release notes for 2020.1a3 mention the following:

  • Physics: Add “Physics2D.SimulationMode” to allow selection of three simulations modes: FixedUpdate, Update or Script.
  • Physics: Replace “Physics2D.AutoSimulation” with “Physics2D.SimulationMode”.
2 Likes

Cool, thanks for the info! I totally missed this in the release notes. Still a bit odd that it works in the editor.

1 Like