- Home /
Coroutine 'cannot convert from 'System.Collections.IEnumerable' to 'string'
I get thrown an error of 'Argument 1: cannot convert from 'System.Collections.IEnumerable' to 'string' ' when starting the corountine.
2020-04-05-2.png
(57.4 kB)
Comment
Answer by Vibertex · Apr 06, 2020 at 12:08 AM
On line number 20, I missed spelled IEnumerator with IEnumerable
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Why does my Lerp only run once? 0 Answers
How can I access the ^ key with qwertz keyboard-layout 2 Answers
How to Spawn after checking if the clones are destroyed. 1 Answer