Hi to the experts in the forum, I've encountered a weird bug where my game freezes, and when I checked using F12, I found the following :
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'IsOriginalSizeKnown')
at SceneGraphInfo.GetParentScaleX (sceneGraphInfo.js:6:238)
at WorldInfo.GetX (worldInfo.js:15:86)
at WorldInfo.RemoveChild (worldInfo.js:39:411)
at WorldInfo.Release (worldInfo.js:9:441)
at Instance.Release (instance.js:6:225)
at C3Runtime._ReleasePendingInstances (runtime.js:97:426)
at C3Runtime._DoChangeLayout (runtime.js:101:472)
at async C3Runtime._MaybeChangeLayout (runtime.js:98:89)
at async C3Runtime.Tick (runtime.js:90:46)
---
Is anyone familiar with these? I would try to get more information if required.
Thanks you advance!
Zakkaplay