Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question My game won't render, tons of error strings in logs.

Discussion in 'iOS and tvOS' started by VentaGames, Sep 30, 2022.

  1. VentaGames

    VentaGames

    Joined:
    Jul 9, 2021
    Posts:
    154
    Hi,
    I've converted my game to Unity 2022.2 beta 8 (and now beta 9).
    Android exported build works fine on Android devices, however,
    for iOS all menus (2D) are ok. but when any of the levels loaded, it stuck on the loading screen and flooded logs with the following error:

    Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (00000004:kIOGPUCommandBufferCallbackErrorSubmissionsIgnored)

    I know it is beta, however, is there any way to track down the source of this error?

    I'm using URP, Forward+ render path.

    Thanks in advance.
     
  2. inspiredorange

    inspiredorange

    Joined:
    Feb 4, 2016
    Posts:
    4
    I also have this Bug with the final version 2022.2.2f1

    Any solutions?

    Thanks in advance.
     
  3. inspiredorange

    inspiredorange

    Joined:
    Feb 4, 2016
    Posts:
    4
    Set "Memoryless Depth" from "Automatic" to "Unused" in Player Settings worked for me.