openupm-cli
openupm-cli copied to clipboard
Unity 6000 support
Currently when I install a package into a Unity 6000 project, I get the warning
WARN editor.version 6000.0.26f1 is unknown, the editor version check is disabled
The package is still added successfully, but clearly we need to improve the version parsing/validation logic.
Unity 6000.0.0 Released on 29 Apr 2024
any updates on this issue after 1 year?
Hey there. No news. This is a fairly trivial thing to implement, so if you would be willing to open a PR you are welcome to do so :)
I've made a PR for this here https://github.com/openupm/openupm-cli/pull/423
Thanks @StigOlavsen.