Search Unity

Rendering on mobile

Discussion in 'Graphics for ECS' started by narolewskim, Mar 1, 2022.

  1. narolewskim

    narolewskim

    Joined:
    Jan 19, 2018
    Posts:
    3
    Hey everyone,

    I read that Hybrid Renderer isn't suitable for mobile devices - it requires Vulkan which isn't comptabile with many android devices and Hybrid URP is missing some features.

    What is correct flow for using DOTS on mobile devices then? Omit Hybrid Renderer package completly and use DOTS for creating entities in code and then render them using GameObjects?
     
  2. WildMaN

    WildMaN

    Joined:
    Jan 24, 2013
    Posts:
    128
  3. joelv

    joelv

    Unity Technologies

    Joined:
    Mar 20, 2015
    Posts:
    203
    Currently this is the status, yes.

    We are working on GLES 3.1 support though, and are working towards feature parity with game objects. You will still need an SRP based project though.
     
    narolewskim and mariandev like this.