Search Issue Tracker
Fixed
Votes
1
Found in [Package]
1.16.6
Issue ID
ADDR-1794
Regression
Yes
A false popup appears when changing Addressable settings in a project connected to Perforce
How to reproduce:
1. Open the attached "1309513.zip" project
2. In Edit -> Project Settings -> Version Control connect the project via Perforce (Perforce integration: https://docs.unity3d.com/Manual/perForceIntegration.html)
3. In the Hierarchy select "Main Camera"
4. Via the Inspector click on either the "Load Default..." or "Load Custom..."
Expected results: A popup doesn't appear
Actual results: After the button press, a popup appears, informing you that you are trying to edit a locked file
Reproducible with: 1.16.6, 1.17.4-preview (2020.1.17f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a4)
Not reproducible with: 1.16.1 (2020.1.17f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a4)
Could not test with: 2018.4.31f1, 2019.4.20f1 (downgraded project has errors)
Note:
- The popup says "File Assets/AddressableAssetData/DefaultObject.asset is locked. Check out?"
- The issue seems to be related specifically to Perforce version control
Comments (1)
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 usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
phulcybrazos
Mar 05, 2021 15:45
I am also see the issue and have tracked it down to AddressableAssetUtility.cs:326
Looks like it is not checking to see if the asset is already checked out in source control before displaying the dialogue to ask to lock the file.