Search Issue Tracker
By Design
Votes
0
Found in
2017.1.3f1
2017.2.0a2
Issue ID
1003844
Regression
Yes
[Android] SceneManager.LoadSceneAsync takes longer time on 2017.2 and later versions
How to reproduce:
1. Open the attached "LoadSceneAsync" project
2. Switch to Android platform and deploy to Android device (File --> Build settings --> Build & Run)
3. Once Application is loaded, press "Load" ant observe the total scene load time (You can press "Load" multiple times, to see that the results are more or less consistent)
Expected result: It is around ~30ms as in 2017.2.0a1 and earlier versions
Actual result: Is is around ~60ms in 2017.2.0a2 and later versions
Regression introduced in - 2017.2.0a2
Reproducible with - 2018.2.0a1, 2017.3.1p2, 2017.2.2f1, 2017.2.0a2
Not reproducible with - 2017.2.0a1, 2017.1.3p1
DUT:
Google Pixel 2 XL, OS:8.1.0, CPU:arm64-v8a, GPU:Adreno (TM) 540, Build:google/taimen/taimen:8.1.0/OPM1.171019.018/4518263:user/release-keys
Samsung SM G950U, OS:7.0, CPU:arm64-v8a, GPU:Adreno (TM) 540, Build:samsung/dreamqltesq/dreamqltesq:7.0/NRD90M/G950USQU1AQC8:user/release-keys
Xiaomi MI 5s*, OS:6.0.1, CPU:arm64-v8a, GPU:Adreno (TM) 530, Build:Xiaomi/capricorn/capricorn:6.0.1/MXB48T/V8.0.10.0.MAGCNDH:user/release-keys
By design --> Before Unity 2017.2.0a2 we had 60 fps by default - resulting in 33 ms. After 2017.2.0a2 we are having default - 30 fps, with 2 frames being 67 ms.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment