Search Unity

Bug Entities Graph doesn't seem to support PowerVR series GPUs?

Discussion in 'Graphics for ECS' started by zhfelon_unity, Jun 4, 2023.

  1. zhfelon_unity

    zhfelon_unity

    Joined:
    Feb 1, 2021
    Posts:
    6
    Hello, I have a question.

    I packaged the android app, but everything in the subscene fails to render on a PowerVR series GPU.
    Everything outside the subscene is normal, such as the UI.

    I checked the logs using logcat and found errors.
    This error does not appear when there is no subscene.


    Unity 2022.2.17
    Entites 1.0.8
     

    Attached Files:

  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,058
    1. Which graphics API? Did you try opengles?
    1.1 Does the phone itself support the graphics api to start with?
    2. Does this also happen in the latest 2022.3 release?
    3. If you tried everything, I suggest making a bug report.
     
  3. zhfelon_unity

    zhfelon_unity

    Joined:
    Feb 1, 2021
    Posts:
    6
    1. Graphics API in runtime is opgl 3.2.
    2. I tried 2022.3 and 2023.1, same problem。
     
  4. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,058
    Then it might be a bug yeah, I suggest making a report
     
  5. DustinMatthew

    DustinMatthew

    Joined:
    Jul 10, 2020
    Posts:
    8