A loading problem on iOS browser(safari and chrome)

Im using Unity 2021.3.19f1 and build a simple scene to do performance test on variable platforms It works on PC,Android chrome,but it cant work on iphone safari or chrome(the latest ios 16.4)
it shows when loading bar goes till almost 1/3 then the webpage just refresh itself and i can`t see any error code when it happened.
Am i missing some build settings or i need to change the Unity version?

I upgrade the project into UNITY 2022.2.9f1 and it`s just the same…

ok i found out that i cant put so many model resources into my project even i didn`t use it

Sounds like its running out of memory. You need to profile and optimize.

1 Like

thanks for the reply