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

Tiny wasm - Texture resolution limit?

Discussion in 'Project Tiny' started by newguy123, Apr 24, 2020.

  1. newguy123

    newguy123

    Joined:
    Aug 22, 2018
    Posts:
    1,248
    Hi guys

    Is there a resolution limit in Tiny with a wasm build?

    I need to use a 8K X 4K texture for a spherical dome, together with some smaller 2K and possibly 4K textures.
     
  2. v_vuk

    v_vuk

    Unity Technologies

    Joined:
    Jul 11, 2017
    Posts:
    36
    It depends on the max size of the underlying WebGL implementation, which itself depends on the hardware. You can check https://webglreport.com/ to see max texture size on whatever devices/platforms you want to target.
     
    newguy123 likes this.
  3. newguy123

    newguy123

    Joined:
    Aug 22, 2018
    Posts:
    1,248
    Thanks, good link!