Hi,
there is a scene in my game where the player needs to collect all the items in the scene before you can progress.
What is the best way to go about doing this? I have stacked a bunch of if conditions but I have to do that for every item in the scene. Is there a more simple/better way to go about it?
Thanks.