When putting my application through WACK I get a load of errors related to UnityScript.Lang.dll like this
I couldn’t work out what I have that is using UnityScript. I checked through my project and found that it’s the ImageEffects (Pro). Looking at the documentation, Unity says
That’s all very well, but I didn’t expect a core feature of Unity to be reliant on UnityScript which is now not supported on a major platform Unity targets.
Is there a C# version of the ImageEffects? Is there a workaround to handle this?
Sure I could spend my time converting these to C#, but I shouldn’t really have to. Also it would mean that any fix or update I would have to re-convert. Not ideal.
I can’t promise you anything, but our scripting team is spending majority of their time making UnityScript pass WACK. That is their first priority right now.