Times urgent help

hi all, I wanted to know if any of you know how to make an object displayed on my screen at a time that I set, eg to make my character after 5 seconds I set display?

You could have your sprite renderer disabled when it is instantiated or created and then in Start () have a yield and then after that enable your sprite renderer. Unity - Scripting API: WaitForSeconds