Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.0.12-preview.32
Issue ID
1162678
Regression
No
[ECS] [Win7] Performance drops when model is converted to Entity in Scene
How to reproduce:
1. Open "SampleScene" Scene in the attached "case_1162678.zip" Unity project
2. Enter Play Mode
3. Use arrow keys to move the "moveable" GameObject
4. Observe the Game view
Expected result: the "moveable" GameObject moves without stutter
Actual result: the "moveable" GameObject movement stutters if Entities are present in the Scene
Reproducible with: 2019.1.9f1 (package ver. 0.0.12-preview.32), 2019.2.0b9 (package ver. 0.0.12-preview.32), 2019.3.0a7 (package ver. 0.0.12-preview.32)
Note: reproducible on build and Play Mode. Not reproducible on Unity versions 2017.4, 2018.3 and 2018.4 due to errors. Reproducible on Windows 7 (no change in performance on Windows 10). Could not test on 2019.3.0a8 and 2019.3.0a9 due to crashing on launch.
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
Resolution Note:
SRP Batcher must use a slow path for Windows 7, since DX 11.0 doesn't support offset constant buffer bindings. The Hybrid Renderer (V1) is pushing a lot of data though SRP Batcher constant buffers triggering this performance drop. Hybrid Renderer V2 has a different data model, and suffers significantly less from this performance issue.