Uncaught (in promise) TypeError: Cannot read property 'Parse' of null
at Function.e.Parse (babylon.js?633b:16)
at Ls (babylon.js?633b:16)
at Object.load (babylon.js?633b:16)
at eval (babylon.js?633b:16)
at d (babylon.js?633b:16)
at e (babylon.js?633b:16)
at XMLHttpRequest.g (babylon.js?633b:16)
I’v loaded many scenes before but I guess Im getting this problem because of some materials(Someone had the same issue and you guys told him to import “@babylonjs/materials” but that didn’t work for me)?
This is not the part of the code that is problematic. I am pretty sure one of the feature of your scene does require more imports from the ES6 libs which are not present but it is impossible to troubleshoot without your current setup.