Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.1.0a12
Issue ID
1196962
Regression
No
[VCS/SRP] Volume Profile component's properties can't be expanded while the profile asset is not checked out
How to reproduce:
1. Add the attached project ("ReproProject.zip") to your preferred workspace and open it
2. Connect it to Perforce and open the SampleScene
3. Submit the "Assets/Scenes/SampleScene/Cube Profile" asset and make sure it is not checked out
4. In the Hierarchy click on the "Cube" object and Inspect it
5. Try to expand the "Fog" or Global Illumination" properties in the Volume component
Expected result: the properties are able to be expanded even when the asset is not checked out
Actual result: the volume profile is fully disabled when the asset is not checked out and its properties can't be expanded
Reproduced in: 2020.1.0a12
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
The state of the expansion is part of the volume profile asset itself. Unfortunately, there is no workaround at the moment which doesn't imply involved rewriting of parts of the volume component editors that would have downside anyway.