Instantly check your code against any Unity version!
Window NG Unity Versioner
Here is an example of code in namespace beginning with "NGT" verified against 2020.1.0a16 :
Verifying all versions :
- Open Window > NG Unity Versioner
- Write your target namespace
- Select the versions (in Assembly Meta Versions or Unity Install Paths)
- Click on "Check Compatibilities"
If you would like to check against a Unity version not available but installed locally in your computer.
- Open Window > NG Unity Versioner
- Click on Installs (on the right of Unity Install Paths)
- Add path to a folder containing Unity installs (i.e. "C:/Program Files")
- Do Steps A.
- Via git repository:
- https://github.com/Mikilo/ng-unity-versioner
- Via Package Manager (using "Add package from git URL..." ):
- https://github.com/Mikilo/ng-unity-versioner.git
- Via manifest.json:
{
"dependencies": {
"com.mikilo.ng-unity-versioner": "https://github.com/Mikilo/ng-unity-versioner.git"
}
}
- Unity 2017 LTS minimum
- Framework .NET 3.5
Any feedback is welcome!