Lecture 93 need help with error while calling the coroutine

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.

1 Like

Thank you so much Yee! I really appreciate the help :smiley:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms