willneedit / AltspaceUnityUploader

Fully rewritten Unity Uploader for AltspaceVR.
MIT License
9 stars 5 forks source link

More stringent version check #3

Closed willneedit closed 3 years ago

willneedit commented 3 years ago

Simply comparing to 2019.4 isn't enough, as reported build failures with 2019.4.18 demonstrate.

Uploader needs to emit a warning if the used version deviates from 2019.4.2f1, but maybe just a notice if a 2019.2.12f1 is detected.

willneedit commented 3 years ago

Added another version check (currently against 2019.4.2f1), which emits an advisory if another build is used.