Help with a button

Hello, I am developing a 2D game, I need to have a button which can be clicked on touch input too, nd also how to delay the time between switching levels. c# language will be helpful. thanks

I see you don’t understand what “title” and “message” mean.

About the buttons, you can use Unity’s GUI features or code your own 3D button with colliders and raycasts.

To delay execution time take a look at:

  1. Invoke - Unity - Scripting API: MonoBehaviour.Invoke
  2. Coroutines - Unity - Scripting API: MonoBehaviour.StartCoroutine