void Start() { GUIUtility.Init(); RoutingModal.Init(); foreach (var module in m_modules) { module.Init(); } m_macroModule.Init(); }