|
@ -14,12 +14,6 @@ public class UIManager : MonoBehaviour |
|
|
public TextMeshProUGUI m_ModelName; |
|
|
public TextMeshProUGUI m_ModelName; |
|
|
public TextMeshProUGUI m_AgentSpeed; |
|
|
public TextMeshProUGUI m_AgentSpeed; |
|
|
|
|
|
|
|
|
// Start is called before the first frame update
|
|
|
|
|
|
void Start() |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Update is called once per frame
|
|
|
// Update is called once per frame
|
|
|
void Update() |
|
|
void Update() |
|
|
{ |
|
|
{ |
|
|