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
- “Clear locked objects” button in the Info tab of the Physics Debugger window has no padding on the right side and has an extra space in between the words “locked” and “objects”
- Renaming the VFX Graph uses "Enter" for a new line and "Enter + Shift" to confirm instead of vice versa
- RasterCommandBuffer.DrawMeshInstanced light attenuation does not work in the Release build Player
- Main thread freezes when right-clicking on the title bar of a windowed Player on Windows
- “Open” button in Inspector does not function for certain Assets
Add comment