Targeting
UdonAnalyzer will automatically detect the current version from version.txt
present in the VRChat SDK and UdonSharp.
Therefore, if the version.txt
has not been updated, you may not be able to use the features of the new version.
Default Targeting (Version)
If no special settings are made, the version will be detected automatically as described above.
Default Targeting (Package)
If you use VRChat SDK with VRChat Creator Companion, UdonAnalyzer will automatically fallback to package.json
mode.
This mode detect the current version from package.json
present in the VRChat World SDK (merged with UdonSharp) and UdonSharp.
Explicit Targeting
If you want to fix the version intentionally for some reason, you can do so by specifying it in the editorconfig.
Example:
[*.cs]
udon_analyzer.vrchat_sdk = 2021.11.24.16.19
udon_analyzer.udon_sharp = 0.20.0