Hi,
As changing .NET scripting runtime requires to restart Unity, could it be possible to add a commandline allowing us to force Legacy or Latest when running Unity please ?
I didn’t saw it on the doc nor in the forum but it could be usefull to prevent wrong version of the editor to launch, and could also allow custom build robots to force a runtime version automatically.
Hello, there is an undocumented and unsupported command line option:
-scripting-runtime-version [legacy|latest]
This allows you to force the runtime version you want to use. We don’t want to document or support this long term, as the plan is to transition to the upgraded Mono quickly as the only option.