Search Unity

C# script cant access JS script in Unity 5

Discussion in 'Scripting' started by nostalgicbear, Mar 30, 2015.

  1. nostalgicbear

    nostalgicbear

    Joined:
    Mar 21, 2013
    Posts:
    99
    I had a project that was written dominantly using C#. In it I had two JS scripts that I had placed in a Plugins folder at the root of the project so the C# scripts could access them. Since upgrading to Unity5, the C# scripts can no longer access these JS scripts in the same way.

    Does anyone know of a workaround?