My unity hub version is 3.3.0 and unity version is 2021.3.13.
When I open windows command line tools and change the path to unity editor 2021.3.13, input command `'start Unity.exe -projectPath D:\Unity Project\DD',` `'DD'` is my project name, it just open unity hub not DD project.
I tried command
'start Unity.exe -projectPath D:\Unity Project\DD',
'Unity.exe -projectPath D:\Unity Project\DD',
'Unity.exe -start -projectPath D:\Unity Project\DD'
Not work.
This alse happened when I input quit command
`'Unity.exe -quit -projectPath D:\Unity project\DD'`.
What can I do next?
↧