i guys im trying to instatiate UI control for a players but i have a problem with that can u check my code. in one code i have offline and online. can u help me please? im confused.
Unet Player UI Instantiate.
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.UI;
- using UnityEngine.Networking;
- using UnityEngine.Events;
- public class PlayerInterface : NetworkBehaviour {
- [SerializeField]private GameManager gm;
- [SerializeField]private PlayerControl pCotrol;
- [SerializeField]internal...