New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SUGGESTION] Can we open the Unity Project in workspace mode? #378
Comments
|
As a temporary workaround you can create symbolic links in your |
This does provide a temporary solution to the problem, but I would still like to know if there are any plans to support opening the project in Workspace mode in the future. This would make our development process much more convenient. Thank you! |
|
@jbevain Do you think there is anything the Project System can do to help in this scenario? |
|
Hi @swm8023, where do you store the
|
|
Hi @swm8023, any thoughts on the above? |
|
@jbevain I want to voice my support for allowing configuration of the command line used to open VSCode. This was a feature in the previous Unity Visual Studio Code package and allowed me to open scripts directly from Unity using my project rather than creating a new instance of VSCode that just opens the folder. |
We are developing some support libraries using the Package mode, and these Packages are not located within the Assets directory. We hope to be able to open the project in workspace mode so that we can configure multiple directories.
The text was updated successfully, but these errors were encountered: