error message

Does anyone know what this error message means: “Generators cannot return values”

I haven’t found been able to find anything in the unity documentation about generators.

Thanks.

Probably you’re trying to return a value from a coroutine, which isn’t possible.

–Eric