Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

What is your performance of Tiny 0.20 on low end devices?

Discussion in 'Project Tiny' started by Maras, Dec 14, 2019.

  1. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    How well does Tiny run for you in the browser on low-end devices?

    Is the current performance near to what we can achieve with Tiny or are there any upcoming performance boosts yet to be implemented?

    Thanks!
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Hi
    The performance will vary based on the device specs but if you are seeing issues, it would be great if you can share more information and maybe answer the following:
    - What platform are you building?
    - What devices are you using (Device model, OS, if you are running web builds what is the browser version?)
    - What is the build configuration that you are using (Debug, Develop or Release)?
    - Also please can you describe the issue in detail?
    Thank you
     
    Maras likes this.
  3. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    Hi,
    the devices which have issues are Samsung XCover 4 and Galaxy Tab 4.
    I tried Tiny Racing demo, native,wasm and asm.js build on my website - but now you mention it I probably built it with default settings (Develop).

    Testing again here: http://www.tiny.vision/TinyRacing/TinyRacing.html

    Galaxy Tab, Android 5.0.2:
    - Chrome 78.0.3904.108
    Goes from white screen to black screen on Chrome (I can tap on the screen and interact to "play", the game is just not rendered).

    - Firefox 68.3.0
    Goes from white screen to black screen. Device restarts on tap

    - Native app
    Works with poor performance (~1-2 FPS)

    XCover 4, Android 9:
    - Chrome 79.0.3945.79
    The game scene is not properly resized, works a bit better than in Firefox (not playable though, about ~3-4 FPS if I would have to guess)

    - Firefox 68.3.0
    Works with poor performance

    - Native app
    Works with poor performance, I guess also a bit better than Firefox (but unlike in Chrome, both Firefox and Native are filling the screen properly)
     
  4. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    Screenshot_20191218-205535_Chrome.jpg
    Cropped view (happens only on XCover 4 Chrome)
     
  5. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Thanks for the detailed information will take a look and keep you posted
     
    Maras likes this.