Exception "The given key was not present..."

I have Unity ARCore Android app and it gives me these exceptions:

```
exception occurred, while scene SampleARController::Update(): The given key was not present in the dictionary., stacktrace: at System.Collections.Generic.Dictionary`2[Bolt.UniqueId,Bolt.IFactory].get_Item (UniqueId key) [0x000a8] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:151
07-19 17:34:19.636 7236 7254 E Unity : [fifthar-app] at Bolt.Factory.GetFactory (UniqueId id) [0x00000] in :0
07-19 17:34:19.636 7236 7254 E Unity : [fifthar-app] at BoltNetwork.Instantiate (UnityEngine.GameObject prefab, IProtocolToken token, Vector3 position, Quaternion rotation) [0x00000] in :0
07-19 17:34:19.636 7236 7254 E Unity : [fifthar-app] at BoltNetwork.Instantiate (UnityEngine.GameObject prefab, Vector3 position, Quaternion rotation) [0x00000] in :0
07-19 17:34:19.636 7236 7254 E Unity : [fifthar-app] at fifthar.GameStateController.spawnDetachedObject (UnityEngine.GameObject go, Vector3 position, Quaternion rotation) [0x0002f] in /Users/peetonn/Documents/Work/perforce/test2-main/dev/TheFifthAR/Assets/Scripts/GameStateController.cs:363
```

I ran Bolt compile assembly, update prefab database, generate scene ids but it didn't help.
What might be the cause of this?

Comments