disappear and reappearing

How would you make a script for an object to disappear and reappear every 3 seconds?

coroutines, see 6th example here (infinite loop, with delay and can add some action there, like disable renderer)

Thanks!