Sam Trent
Sam Trent

Reputation: 395

Unity Xcode LowLevelCullingLoops.cpp Crash

I've been experiencing a crash when loading the first mission past my menu screen. As soon as my first mission loads, Xcode crashes with this error:

LowLevelCullingLoops.cpp: Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

Anyone have any idea what this means? I've been trying to debug it for a few days now. Here's some things that Ive done:

None of this has resolved my issue. I'm getting crashes on an iPhone 7+ and iPad Pro (2017), both of which are running the latest version of iOS. The crash does not happen when I build for macOS.

Any insights would be appreciated! Thanks.

Upvotes: 2

Views: 318

Answers (1)

Hamid Yusifli
Hamid Yusifli

Reputation: 10137

This crash usually happens whenever camera position is NaN. Try to reset your component or replace it with a new one.

Upvotes: 1

Related Questions