Hello, I wonder how to hide and show at specific time.
Please help me…
Hello, I wonder how to hide and show at specific time.
Please help me…
This code will turn your object off and back on
object.setActive(!object.ActiveSelf);
if you want todo it at a specific time, you need to describe it a bit better
Thank you for your reply, I would like to automatically have the object shown and hidden for a certain time.
Then you can add a Timer in your update Loop or make a Coroutine