Search Issue Tracker
Fixed in 5.3.5
Votes
1
Found in
5.3.2f1
Issue ID
767161
Regression
Yes
LightProbes are not used if camera is additivley added from another scene in standalone
Reproduction steps:(image attached)
1) Open project attached in the edit and advance to "test" scene.
2) Go into play mode - Ball should be lit up by light probes.
3) Build and run project - Ball should not be lit.
Expected result: Ball should be lit in the standalone same as in the editor.
Actual result: LightProbes don't work if camera was loaded from another scene.
NOTE! Reproducible both with SceneManager.LoadScene in additive mode and Appliactaion.LoadLevelAdditive
Note SceneManager did not exist before 5.3
Reproduced with : 5.4.0b5 5.3.2p2 5.2.4f1
Does not reproduce with : 5.1.4f1
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Funny-Face
Sep 10, 2016 17:24
It slill present in 5.4.1f1 with SceneManager.LoadScene and Appliactaion.LoadLevelAdditive
Would it be fixed any time soon?