Example #1
0
        private void Awake()
        {
            m_guitarHeroGameController = GameObject.FindObjectOfType <GuitarHeroGameController>();

            m_fingerInputController = GameObject.FindObjectOfType <PETSFingerInputController>();

            m_songList = GameObject.FindObjectOfType <SongListController>();

            m_appState = GameObject.FindObjectOfType <AppState>();

            m_fingerForceDataProvider = GameObject.FindObjectOfType <FingerForceDataProvider>();

            m_udpHelper = GameObject.FindObjectOfType <UDPHelper>();
        }
 public void SetUp()
 {
     controller = new SongListController(null, null, null);
 }
Example #3
0
 public void SetUp()
 {
     controller = new SongListController(null, null, new FakeEntryLinkFactory());
 }
 public void SetUp()
 {
     controller = new SongListController();
 }