My first time posting. All is working in my game - runs smoothly.
However I do not like the quick transition when loading next level, feels abrupt.
I would like a pause and maybe a congratulations text, before the next level loads.
I have:
Invoke(“LoadNextLevel”, 3f)
However with this the ball is still active. And the player can loose.
I have deactivated the ball, however this then causes an issues with the last brick not destroying.
Can anyone help me?