asmadsen / react-native-unity-view

MIT License
204 stars 128 forks source link

'Custom instantiated <UnityDefaultViewController: > must be kind of class SplashViewController' #78

Open bobanminic96 opened 2 years ago

bobanminic96 commented 2 years ago

Hi there,

So I've updated build scripts to work with Unity 2019.4.* versions. And It was working good, without any problems. Now I have this error on Unity 2019 LTS, 2019.4.34, when starting Unity inside ReactNative:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Custom instantiated <UnityDefaultViewController: 0x107e34490> must be kind of class SplashViewController'

It is breaking integration at very beginning, and Unity does not even start. Could be related maybe to some iOS updates?

Any suggestions/ideas ?

LifeWind1 commented 2 years ago

@bobanminic96 Hi! Did you find a solution?

bobanminic96 commented 2 years ago

@LifeWind1 Nope, not so far.