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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.