Skip to content

Commit

Permalink
Update build configurations:
Browse files Browse the repository at this point in the history
- Remove unnecessary ENABLE_HYBRID_RENDERER_V2 define
- Update Windows -> StandaloneWindows64
  • Loading branch information
cdwfs committed Mar 27, 2022
1 parent 4a673d6 commit c943aaa
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"Show": true,
"Dependencies": [],
"Components": [
{
"$type": "Unity.Build.Common.GeneralSettings, Unity.Build",
"ProductName": "RubyGates",
"CompanyName": "Dangerware"
"CompanyName": "Dangerware",
"Version": "1.0"
},
{
"$type": "Unity.Build.Common.SceneList, Unity.Build",
Expand Down Expand Up @@ -62,12 +64,6 @@
"ScriptingBackend": 1,
"Il2CppCompilerConfiguration": 1,
"UseIncrementalGC": true
},
{
"$type": "Unity.Build.Common.PlayerScriptingDefines, Unity.Build",
"Defines": [
"ENABLE_HYBRID_RENDERER_V2"
]
}
]
}
6 changes: 3 additions & 3 deletions Assets/BuildConfigurations/Win64-Build.buildconfiguration
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Show": true,
"Dependencies": [
"GlobalObjectId_V1-1-80f35515e93e79e4690206486b27ea4b-93214019566545601-0"
],
"Components": [
{
"$type": "Unity.Build.Classic.ClassicBuildProfile, Unity.Build.Classic",
"$version": 1,
"Platform": "Windows",
"Configuration": 3,
"Incremental": false
"Platform": "StandaloneWindows64",
"Configuration": 3
},
{
"$type": "Unity.Build.Common.OutputBuildDirectory, Unity.Build",
Expand Down
8 changes: 8 additions & 0 deletions Assets/StreamingAssets.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/StreamingAssets/EntityScenes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions ProjectSettings/BurstAotSettings_StandaloneWindows.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"MonoBehaviour": {
"Version": 2,
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"UsePlatformSDKLinker": false,
"CpuMinTargetX32": 1,
"CpuMaxTargetX32": 2,
"CpuMinTargetX64": 3,
"CpuMaxTargetX64": 4
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 24,
"OptimizeFor": 0
}
}
6 changes: 6 additions & 0 deletions ProjectSettings/CommonBurstAotSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MonoBehaviour": {
"Version": 4,
"DisabledWarnings": ""
}
}
1 change: 1 addition & 0 deletions ProjectSettings/UnityConnectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ UnityConnectSettings:
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
m_ConfigUrl: https://config.uca.cloud.unity3d.com
m_DashboardUrl: https://dashboard.unity3d.com
m_TestInitMode: 0
CrashReportingSettings:
m_EventUrl: https://perf-events.cloud.unity3d.com
Expand Down

0 comments on commit c943aaa

Please sign in to comment.