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

Crash in rendering code in 5.0.0p1 (not present in 5.0.0f4)

Discussion in 'iOS and tvOS' started by Anozireth, Mar 17, 2015.

  1. Anozireth

    Anozireth

    Joined:
    Feb 7, 2013
    Posts:
    71
    I'm seeing a crash that appears to occur in the rendering code. This crash only occurs with 5.0.0p1. It does not occur with 5.0.0f4. I see the splash screen and log output from my startup code and then the crash occurs on the first frame after the splash screen. You can see the crash in XCode in the attached image.

    Has anyone else ran into an issue like this with 5.0.0p1? I don't see any similar issues in the public issue tracker.

    I'm going to see if it repros in an empty project next but I thought I'd post it up here to see if anyone else has run into something similar.
     

    Attached Files:

  2. Anozireth

    Anozireth

    Joined:
    Feb 7, 2013
    Posts:
    71
    No luck on a simple repro, an empty project with just a cube works fine. Guess it's something we're doing.