com.unity.simulation.games 0.4.3-preview.3
Notes: processedReleased July 27, 2020
Unity Compatibility
Minimum Unity: 2018.3
Package Dependencies
- com.unity.remote-config (1.3.2-preview.6)
- com.unity.simulation.core (0.0.10-preview.14)
🔄 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.
