Search Issue Tracker
Fixed
Fixed in 6000.0.37f1, 6000.1.0b2, 7000.0.0a17
Votes
0
Found in
6000.0.30f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-90236
Regression
No
"System.UnauthorizedAccessException" error appears when generating lighting due to "CellProbeOcclusionData" not being checked out in Perforce before writing to it
Reproduction steps:
1. Download, extract, and add the attached “repro_IN-89061.zip“ project to a Perforce workspace
2. Open the “repro_IN-89061“ project
3. Open the “Assets/OutdoorsScene.unity“ Scene
4. Connect to the Perforce server (“Edit → Project Settings…“)
5. Press the “Generate Lighting“ in the “Lighting“ tab (“Window → Rendering → Lighting“)
6. Observe the Console
Expected result: No errors appear
Actual result: “System.UnauthorizedAccessException: Access to the path "C:\<…>\OutdoorsScene Baking Set-Default.CellProbeOcclusionData.bytes" is denied.“ error appears
Reproducible with: 2021.3.46f1, 2022.3.54f1, 6000.0.30f1, 6000.1.0a7
Reproducible on: Windows 10 (22H2)
Not reproducible on: No other environments tested
Notes:
- If the error does not reproduce after pressing the “Generate Lighting“ button, try pressing it again
- According to the reporter, the reason for the error is that the “outputPaths” in “AdaptiveProbeVolumes.WriteBakingCells” only contains 5 of the 6 asset paths that will be written to disk, and “CellProbeOcclusionData” is missing, so it’s not checked out in Perforce (https://github.com/Unity-Technologies/Graphics/blob/ba62a59864270b82f88d9396878da2926f69b353/Packages/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeGIBaking.Serialization.cs#L1034)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment