Search Issue Tracker
Fixed in 6000.0.37f1
Fixed in 6000.0.X, 6000.1.X, 7000.0.0a17, future release
Votes
0
Found in
6000.0.30f1
6000.1.0a7
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Add comment