Example #1
0
    void Start()
    {
        LoadSettings();

        toteManager.LoadTotes(structure);
        robotManager.InitialiseRobots(structure);

        //  Time.timeScale = 0.1f;
    }