Today I updated my Unity to version 5. And it requires me to update the current project. After updating and re-importing all the assets I found my project not working. It turns out none of my 2DTK script gets loaded, it says I need to fix compile errors, however these errors are from the 2DTK script itself.
When I go to the 2DTK menu there are only two options: Advanced and SetupForJs, there is an Integrity Checker under advanced and if I run it it will say succeed. However none of the scripts is working. What's wrong?
There is one of the errors displayed that doesn't seem to be related to 2DTK, however it only shows up after the project is being upgraded.
Assets/Standard Assets/Scripts/MeshCombineUtility.cs(27,74): error CS1061: Type `UnityEngine.Mesh' does not contain a definition for `GetTriangleStrip' and no extension method `GetTriangleStrip' of type `UnityEngine.Mesh' could be found (are you missing a using directive or an assembly reference?)
Can someone help? Thanks.