Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question a loading problem on iOS browser(safari and chrome)

Discussion in 'Web' started by Hankashinn, Mar 8, 2023.

  1. Hankashinn

    Hankashinn

    Joined:
    Mar 2, 2023
    Posts:
    4
    I`m 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 can`t 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?

    upload_2023-3-8_14-42-22.png

    upload_2023-3-8_14-43-15.png

    upload_2023-3-8_14-43-43.png

    upload_2023-3-8_14-44-6.png
     
  2. Hankashinn

    Hankashinn

    Joined:
    Mar 2, 2023
    Posts:
    4
    I upgrade the project into UNITY 2022.2.9f1 and it`s just the same...
     
  3. Hankashinn

    Hankashinn

    Joined:
    Mar 2, 2023
    Posts:
    4
    ok i found out that i cant put so many model resources into my project even i didn`t use it
     
  4. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,902
    Sounds like its running out of memory. You need to profile and optimize.
     
    Hankashinn likes this.
  5. Hankashinn

    Hankashinn

    Joined:
    Mar 2, 2023
    Posts:
    4
    thanks for the reply