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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
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?