how to make button work in unity code example
Example: how to declare an button in unity
using UnityEngine.UI;
public class PlayerDash : MonoBehaviour
{
public Button your_button;
using UnityEngine.UI;
public class PlayerDash : MonoBehaviour
{
public Button your_button;