Tidy project settings: keep App UI define, untrack machine-local prefs
ProjectSettings.asset: add APP_UI_EDITOR_ONLY scripting define (from com.unity.dt.app-ui 1.3.6) so it stays shared across machines. Untrack + gitignore machine-local editor state that only churns per machine/editor: ProjectSettings/VirtualProjectsConfig.json (MPPM) and ProjectSettings/Packages/com.unity.probuilder/Settings.json (ProBuilder UI prefs). Files stay on disk, regenerated locally. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -834,7 +834,7 @@ PlayerSettings:
|
||||
webWasm2023: 0
|
||||
webEnableSubmoduleStrippingCompatibility: 0
|
||||
scriptingDefineSymbols:
|
||||
Standalone: UNITY_BURST_EXPERIMENTAL_ATOMIC_INTRINSICS;SENTIS_ANALYTICS_ENABLED
|
||||
Standalone: UNITY_BURST_EXPERIMENTAL_ATOMIC_INTRINSICS;SENTIS_ANALYTICS_ENABLED;APP_UI_EDITOR_ONLY
|
||||
additionalCompilerArguments: {}
|
||||
platformArchitecture: {}
|
||||
scriptingBackend:
|
||||
|
||||
Reference in New Issue
Block a user