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
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
- VFX Graph tab always opens between "Scene" and "Game" views instead of opening after already opened tabs
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
- The Editor opens when the window is closed right after launch
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?