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
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.