com.unity.simulation.games 0.4.3-preview.2

com.unity.simulation.games

Notes: processedReleased July 27, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

Package Dependencies

🔄 Changes

  • Uses a separate remote config environment, allowing users to use remote config without polluting their game environment from their game sim environment
  • Remote Config package requirement updated to 1.3.2-preview.6
  • Builds will no longer attempt to upload on failure
  • Add additional error messages
  • Add scripting define: UNITY\_GAME\_SIMULATION -- if this define is not present, all public API are no-op's. This is handled by the Game Sim Editor Window's "Build and Upload" button. See https://docs.unity3d.com/ScriptReference/PlayerSettings.SetScriptingDefineSymbolsForGroup.html for integration into CI/CD.