laurenth-personal / lightmap-switching-tool

Tool that allows switching different baked lightmap sets on a unity scene at runtime.
MIT License
657 stars 88 forks source link

Cannot implicitly convert type `UnityEngine.Coroutine' to `Coroutine' #22

Closed BANZBOWINKEL closed 5 years ago

BANZBOWINKEL commented 5 years ago

Hey Laurenth, sorry to bother but I get this error when importing the LevelLightmapData-script into my project:

Assets/LevelLightmapData.cs(73,38): error CS0029: Cannot implicitly convert type UnityEngine.Coroutine' toCoroutine'

Any idea why this is? Didn't change a thing and in a fresh testproject it is working, too. I am working on 2018.2.2f1

Thank you in advance for any help and best, Friedemann

BANZBOWINKEL commented 5 years ago

My bad!! Had a script that I used to test called "Coroutines" in my project :P Hard to be a noob...

Can you delete this, laurenth? Sorry!! Best, Friedemann

laurenth-personal commented 5 years ago

Ok, no problem :)