Tag Archives: Difficult Problems

[Solved] Unity Error: Visual Studio Editor Package version 2.0.11 is available……..

Error: Visual Studio editor package version 2.0.11 is available, we strongly encode you to update from the unity package manager for a better visual studio integration

The details are shown in the following figure:
the reason for this problem is that the package in the package manager is not updated. We find the package manager in the window, observe where there is no green check, and then click in to update it.

syntax error on token “catch”,Identifier expected

today, I suddenly found that the jquery-3.2.1.js introduced in the project gave an error, and one line was

syntax error on token “catch”, Identifier expected

I used the STS tool, searched the solution and found that validate problem, the solution is as follows:

window –> Preferences –> Validation –> Restore Defaults


in jquery-3.2.1.js right -> Validate it.