Search Issue Tracker
Fixed in 2017.1.0f3
Fixed in 5.5.X, 5.6.X, 2017.1.X
Votes
0
Found in
2017.1.0b1
Issue ID
898826
Regression
Yes
When Perforce selected, some other unrelated GUI turns disabled.
To reproduce:
1. Change Version Control Mode to Perforce in Edit -> Project Settings -> Editor
2. Observe other fields, which become disabled
Expected: Expected: changing Version Control Mode to Perforce should not prevent a user from changing other settings
Actual: other project settings are disabled when Version Control Mode is changed to Perforce
Reproduced in 5.6.0f3, 5.6.0p2, 2017.1.0b1
Did not reproduce in 5.5.0f3
Regression introduced in 5.6.0f3
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
perry_garg
Jul 11, 2020 08:13
Open -> EditorSettings.asset
and change
m_ExternalVersionControlSupport: Perforce
to
m_ExternalVersionControlSupport: Hidden Meta Files
RobJessop
Jun 12, 2017 09:29
This is actually working as designed, mostly.
The editor settings are saved in files that are usually owned by version control. When you select Perforce as your version control provider, the inspector checks whether or not the editor settings file is open for edit. You haven't got a connection to Perforce, so the code plays it safe and assumes that you haven't got the settings file open for edit and disables the rest of the settings.
The fix we've implemented for this issue is to get the inspector to explain this with the VCS status label at the foot of the inspector.