Search Unity

Unable to open 'Coroutines.cs': File not found

Discussion in 'Editor & General Support' started by Xepherys, Apr 3, 2017.

  1. Xepherys

    Xepherys

    Joined:
    Sep 9, 2012
    Posts:
    204
    Over the past two days, I continually get this error in Code:

    Unable to open 'Coroutines.cs': File not found (/Users/builduser/buildslave/unity/build/Runtime/Export/Coroutines.cs).

    And while the game continues to run, the coroutine is never executed. I actually only even see the above error while debugging. It seems that Coroutines.cs should be a Unity built-in, and that directory doesn't actually exist.

    Lastly, as an attempt to fix it, I've:

    1. Closed the project and Unity and restarted the computer, and
    2. Upgraded from 5.5x to 5.6.0f3

    The issue persists currently.


    Thank you!