using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class NewStartLocalGameScript : MonoBehaviour { public Slider secondsToAnswer; public Slider correctsToWin; public Slider numberOfPlayer; // Start is called before the first frame update void Start() { gameObject.GetComponent