Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2019.3.0b1
2019.3.4f1
2020.1
Issue ID
1226304
Regression
Yes
[VCS] -vcsMode CLI argument modifies project settings file, need a way to set VCS mode only for one session
Reproduction steps:
1. Open attached project "CLI.zip" folder, ./Project Settings/EditorSettings.asset
2. Observe line 7, "m_ExternalVersionControlSupport: Visible Meta Files"
3. Launch Unity Editor with "-vcsMode Perforce" argument
4. Close Unity Editor
5. In ./Project Settings/EditorSettings.asset, observe line 7
Expected result: It remains "m_ExternalVersionControlSupport: Visible Meta Files"
Actual result: It has changed to "m_ExternalVersionControlSupport: Perforce"
Reproducible with: 2019.3.0b1, 2019.3.9f1, 2020.1.0b4
Not reproducible with: 2019.3.0a12, 2020.2.0a5
Could not test with: 2017.4.39f1, 2018.4.20f1 (-vcsMode CLI argument not available)
Comments (2)
-
harry_js
Aug 20, 2020 19:08
Pretty please
-
harry_js
Jun 04, 2020 13:59
Can we get this pushed back into 2019 LTS? This is quite important for cleaner CI logs
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note (fix version 2020.2):
New CLI argument added in 2020.2.0a13 - vcsModeSession. Use this argument to switch vcs modes for the current session only.