- Home /
Function isn't being called
I know I'm probably making a novice error here but I've defined a function to begin counting from 2 minutes and called it in 'Start', but when I run my code the function isn't being called? Any help would be much appreciated
Comment
Best Answer
Answer by Prastiwar · Feb 20, 2018 at 03:03 PM
Yeah, if you want to call coroutine you need to StartCoroutine(StartTimer());