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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

NavMeshWorld.GetDefaultWorld() crashes

Discussion in 'AI & Navigation Previews' started by MattW2013, Feb 5, 2020.

  1. MattW2013

    MattW2013

    Joined:
    Feb 9, 2017
    Posts:
    2
    I am currently attempting to build and test a project on iOS that uses NavMeshWorld. When I attempt to call NavMeshWorld.GetDefaultWorld(), Xcode catches an error of some kind within the function and crashes. Running in the Unity editor, this seems to work fine. I'm not completely familiar with the system and the code base is new to me.

    Are there any prerequisites or manual set up that needs to happen for this call to succeed? I have tried building from Unity on both Windows targeting iOS and a Mac.