Search Issue Tracker
Fixed
Votes
5
Found in
5.0.0b5
Issue ID
638343
Regression
No
Metal builds perform slightly worse than GLES3 when rendering 3d meshes
To Reproduce:
1. Deploy Metal/GLES3 builds of the project attached the post with the scene 'testScene_many_models' selected to a device (tested on iPhone6+).
2. Notice that the Metal build performs slightly worse (16fps vs 17fps) according to the xCODE debugger (captured frames attached).
3. Metal performs slightly better when running a scene with only a single model (scene "testScene_one_model'), but the difference is insignificant. And it's also much faster than GLES3 when rendering 2d sprites, about 40% faster ( Rendering takes ~19ms, ~13ms on GLES, when measured using the Unity profiler ) when rendering the scene 'testScene_sprites'.
Tested on 5.0.0b10
Comments (2)
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
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
hypnoticshark
Aug 04, 2015 04:05
*4.6.6p3
hypnoticshark
Aug 01, 2015 10:12
In our case there is a 50% difference in performance and has to do with gpu filtrate. We are a flirate heavy project but we run comfortably in the 40fps mark with opengles 3.0 on an iPad Air and at 20fps on Metal. We are using unity 4.6 as of now.