When do you normally use interface and coroutines?

I don’t have an idea on when I should use it. What do you use them for?

Short version, Interface for calling identical methods on different classes and a coroutine for performing actions over multiple frames.

1 Like

Coroutine is the same with update?