Unity Issue Tracker - AssetDatabase.IsOpenForEdit returns True when the Scene is not open for editing
Closed
UUM-19290
AssetDatabase.IsOpenForEdit returns True when the Scene is not open for editing
Unity: Version Control
Cannot Reproduce
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
Tested the reported versions and couldn't reproduce the issue if Version Control is set to Perforce for the project.
Steps to reproduce:
1. Open the “IN-17982” project
2. Select the “New Scene” Scene
3. Check if the Scene is open for editing (Tools → Checkout → Check)
4. Observe the Console
Expected result: Log “Is New Scene open for editing? False”
Actual result: Log “Is New Scene open for editing? True”