Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.0a6
Issue ID
1065040
Regression
No
[Reflection probes] Reflections are inconsistent between Editor, Mac Standalone and iOS builds
To reproduce:
1. Open the "[Use Cases] Reflection Probes" project from collab;
2. Open "Corridor" scene;
3. Build and run for Mac Standalone and iOS;
4. Compare results.
Expected results: Unity logo and ceiling reflections are visible on the ground.
Actual results: Unity logo reflections are missing, ceiling reflections are low resolution
Reproduced with: 2018.1.9f1, 2018.2.2f1, 2018.3.0a6
Devices under testing:
iOS:
iPhone 6s, SoC: A9, iOS: 11.2.1
iPad Mini 5th gen, SoC: A9, iOS: 10.3
iPad Mini 4, SoC: A8, iOS: 11.4
iPhone 7 plus, SoC: A10, iOS: 11.4
iPhone X, SoC: A11, iOS: 11.4.1
MacOS High Sierra 10.13.6, GPU: AMD Radeon Pro 455 (2048 MB)
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
Resolution Note:
1. Bug with dicrepancy between Editor and Player is no longer reproducible in Unity 2019.1.0.
2. In order to see the same reflection probes rendering on those two platforms, Reflection Probes Box Projection flag should be enabled in Project Settings > Graphics under iOS target platform. By default, this setting is disabled for mobiles. Definitely, we should handle this more gracefully UX-wise, so we will consider this as a separate issue.