I have tried to call coroutines as mentioned lecture 93 I am getting an error: Assets\Player.cs(42,28): error CS1503: Argument 1: cannot convert from ‘System.Collections.IEnumerable’ to ‘string’ please help
2020-05-30T18:30:00Z
I have tried to call coroutines as mentioned lecture 93 I am getting an error: Assets\Player.cs(42,28): error CS1503: Argument 1: cannot convert from ‘System.Collections.IEnumerable’ to ‘string’ please help
2020-05-30T18:30:00Z
Welcome to the community!
Your FireContinuosly method is an IEnumerable, it should be an IEnumerator.
Thank you so much Yee! I really appreciate the help
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.