How can I make "Find GameObject Set active If" on a timer?

I am working on a game where I have a design look like water flow by activating and deactivating game objects at the same coordinates. Is there a way to be able to create a script that would set it so that the object1 would deactivate after 0.5sec and object2 would activate and that time then object1 after another 0.5sec and then loop 1 then 2 over and over again?

while loops and coroutines. Check out my signature for some tutorials. This is very simple logic. I suggest learning a bit on programming.

I am currently Watching your tutorials on Youtube :slight_smile: Thanks

also I am downloading your Codey’s Lab it looks great!