Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1176162
Regression
No
[VCS] Delete Empty Changesets button is missing if the Empty Changeset asset list hasn't been expanded before
How to reproduce:
1. Create a new project in your preferred workspace and open it
2. Connect it to Perforce
3. In P4V create a new empty changeset
4. Back in Unity open the VCS Window and refresh it
4. Observe the window's top button bar (The "Delete Empty Changesets" button next to the "Editor Settings" button is missing)
5. Expand the newly created empty changeset (The button should now appear)
Expected result: the "Delete Empty Changesets" button is always shown while there are empty changesets in the workspace
Actual result: the "Delete Empty Changesets" button is missing even when there are empty changesets in the workspace.
Reproducible in: 2019.3.0a12, 2019.2.1f1, 2019.1.14f1, 2018.4.6f1, 2017.4.31f1
Note: this reproduces both when the empty changeset is created outside of the Editor (P4V) and when It's created through code (Example: using Provider.Checkout to a new changeset) If there are multiple empty changesets and only one of them has been expanded then only the expanded one will get deleted when the "Delete Empty Changesets" button is clicked.
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
This is a very low severity bug and the fix might impact the performance of the version control window. For this reason we have decided to not fix this bug at the moment.