My game crashes as soon I remove a whole family, but even if I remove a single object inside the same family.
On the Google console it rise this bug: Uncaught (in promise) TypeError: Cannot read property 'IsVisible' of null. Basically, I'm unable to remove these objects, however if I remove in on start of layout no error are rise.
I do not use the isVisible boolean to my instaces.
Since the game is big, it would take me some time to make a project and replicate the bug.
Did anyone encounter this bug before?