Seems like it must, right?
I mean the version that takes a string argument: StartCoroutine(string name). If it’s looking up a method by name, does it use reflection? Or is Unity doing something at compile time to store references to all coroutines called using that method? <–(probably not, since you can call it with any string at runtime).
Thanks!