Mad Level Generator errors

Hiya

I’m getting weird errors all of a sudden from my level selection with groups. It works okay I think but my stars from my levels disappeared.

Hey @kaplica

this error is runtime, due to your gameobject MadLevelGridLayout destroyed by script ex: by xyz.cs from the scene during gameplay and still you access the referance of the object MadLevelGridLayout in any other script ex: abc.cs so it will show you the error message.

please check you are not destroying the gameobject MadLevelGridLayout via any script.