NEXT

Hey Guys,

Currently im trying to build up a collectable system, just wondering how I could make the second collectable visible only when the first is collected, so on and so forth…

Thanks for any help

I would use a static var :smile:

With the static var you could use an int that when reached a certain number it would enable the renderer of the next object. Then when that object is picked up it would have in the pickup script to add to the static int so it would enable the renderer of the next(ect). :smile: