Collect different objects to open next level

So in my game you have to collect letters in each level, but I want to make it so you have to have all of the letters in that level before you can move on to level 2.

How do I do this??

I’ve watched a couple videos but I’m not getting it.

Tia

I’m assuming you have an object for each letter. The simplest solution is to put all the letter objects in a group. To confirm if there are any letters left in the scene, just check the number of letter objects in the scene is 0:

image


To get this, add the condition:

1 Like

Thank you so much i will try this when i manage to get back to work haha