hi there,
I have a old project which is built on Babylon 4.0 unity toolkit, I would like to migrate it to the 5.0 unity toolkit. I tried to do so but getting a lot of error’s, after fixing the error’s I was able to build it but it is throwing error like
babylon.manager.js:5 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'InputComponent')
at n.InstantiateClass (babylon.manager.js:5:9305)
at babylon.manager.js:6:29634
at Array.forEach (<anonymous>)
at n.DoProcessPendingScripts (babylon.manager.js:6:29512)
at n.postProcessSceneComponents (babylon.manager.js:6:25317)
at n.PostParseSceneComponents (babylon.manager.js:5:3575)
at e.startParsing (babylon.manager.js:7:11660)
at e.onComplete (babylon.manager.js:7:8881)
at r.callback (babylon.manager.js:7:7671)
at e.notifyObservers (babylon.min.js:16:38475)
and is stuck on Parsing scene content.
Thank you