Unity version check what was discussed in #15
It will automatically try to resolve the Unity version from ProjectSettings.txt. Only works in Unity 5 >=.
Other wise it can be specified as -v Commandline argument.
I was first thinking of making UnityVersion enum as flags, but that would restrict us to only 32 unity versions?
Also I do not know if I missed any analyzers that would need this Unity version check.
Unity version check what was discussed in #15 It will automatically try to resolve the Unity version from ProjectSettings.txt. Only works in Unity 5 >=. Other wise it can be specified as -v Commandline argument.
I was first thinking of making UnityVersion enum as flags, but that would restrict us to only 32 unity versions?
Also I do not know if I missed any analyzers that would need this Unity version check.