/// <summary> /// Test method to allow setup for unit tests /// </summary> public void TestRunnerSetup() { Awake(); Start(); orbitU.Init(); Update(); }