#[BUG] Entities 1.3.0-exp.1 NRE in AsyncLoadSceneOperation

1 messages · Page 1 of 1 (latest)

limber kite
#

AsyncLoadSceneOperation.cs line 416. Sometimes subscenes may randomly throw most basic NRE in this line.
And it's 100% consistent. If subscene has it - it will have regardless of library nukes or caches.

Was reproed ONLY in IOS builds and Mac Editor. Windows/Android didn't have it.

Editor 2022.3.36f

@lone valley

limber kite
#

We managed to fix it locally by adding null check to Object before calling GetInstanceId on it. The rest appears to work properly afterwards.