Search Issue Tracker
Not Reproducible
Votes
1
Found in
5.0.0b19
Issue ID
662923
Regression
No
[ReflectionProbes] Low performance of runtime reflection probes on OpenGL
Steps to reproduce this issue(On Windows):
1. Open the attached project ('ETReflectionProbes')
2. Open 'opengl' scene
3. It has:
-Runtime reflection probe
-Plane using Standard specular shader and reflecting the environment
4. Delete script with the errors
5. Select 'GameObject' which is reflection probe
6. Change reflection probe to update 'every frame'
7. Play the scene
8. Open stats and observe the frame rate
9. Stop&close Unity
10. Open the editor forcing OpenGL(-force-opengl)
11. Play the same scene
12. The frame rate is 3-4 times lower compared to DirectX11
This makes scenes with reflection probes run far slower on OSX machines
Captured issue: http://screencast.com/t/L1mb5B6iCiH
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Kibsgaard
Mar 12, 2015 14:06
In my case, on a Geforce GTX 660, it is 0.6 ms render time (DX9/11) vs. 350ms render time (OpenGL) on Windows 8.1.
I have to use OpenGL and then I can't use the reflection probes in its current state.