updated debug canvas

This commit is contained in:
DerTyp187
2021-11-04 08:07:46 +01:00
parent fa0a7fc9cf
commit 8967b780dd
6 changed files with 725 additions and 441 deletions

View File

@@ -32,4 +32,7 @@ public class GameMaster : MonoBehaviour
Cursor.visible = false;
}
}
}

View File

@@ -9,9 +9,6 @@ public class Player : NetworkBehaviour
public Team team;
[SerializeField] private const int defaultHp = 100;
public ulong clientId;
[SyncVar(hook = nameof(SetName))]
public string username;
@@ -21,7 +18,6 @@ public class Player : NetworkBehaviour
public override void OnStartLocalPlayer()
{
base.OnStartClient();
//Load Player Username;
}