Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
965494
Regression
No
[Mixed Reality] Spot or Point lighting problem in Windows Mixed Reality
Adding some notes based on investigation.
1. This issue only occurs during multi-pass rendering. Single-pass and single-passed instanced do not exhibit the problem.
2. This issue only occurs when Camera::GetStereoSingleCullEnabled() returns true
3. The issue appears to be culling related, but only for the culling that happens per eye, not the culling using the combined culling projection matrix.
4. The issue occurs regardless of the IPD settings. I observed the issue even with the IPD at the default.
5. The issue seems to be easier to reproduce if the camera has a significant amount of roll
I suspect that the way our lighting system works is we create a screenspace clip region for each light for more efficient shaders, and this clip region is getting computed with incorrect results, possibly because of some oddness related to the per-eye view/projection matrices.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
Add comment