Skip to content
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

Open
swm8023 opened this issue Aug 11, 2023 · 6 comments
Open

[SUGGESTION] Can we open the Unity Project in workspace mode? #378

swm8023 opened this issue Aug 11, 2023 · 6 comments
Labels
area-unity Unity support enhancement New feature or request

Comments

@swm8023
Copy link

swm8023 commented Aug 11, 2023

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.

@swm8023 swm8023 added the enhancement New feature or request label Aug 11, 2023
@microsoft-issue-labeler microsoft-issue-labeler bot added the area-project Project load, Solution Explorer label Aug 11, 2023
@jbevain jbevain added the area-unity Unity support label Aug 11, 2023
@sailro
Copy link
Member

sailro commented Aug 12, 2023

As a temporary workaround you can create symbolic links in your Packages folder instead of linking your external packages as file entries in your manifest.json.

@swm8023
Copy link
Author

swm8023 commented Aug 14, 2023

As a temporary workaround you can create symbolic links in your Packages folder instead of linking your external packages as file entries in your manifest.json.

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!

@tmeschter
Copy link
Member

@jbevain Do you think there is anything the Project System can do to help in this scenario?

@tmeschter tmeschter removed the area-project Project load, Solution Explorer label Aug 24, 2023
@jbevain
Copy link
Member

jbevain commented Sep 7, 2023

Hi @swm8023, where do you store the .code-workspace file? I see two ways we could approach this:

  1. If there's a .code-workspace file in the Unity project's folder, open Visual Studio Code on this .code-workspace file instead of opening it on the Unity project folder.
  2. Allow configuration of the command line that we use to open Visual Studio Code.

@jbevain
Copy link
Member

jbevain commented Oct 3, 2023

Hi @swm8023, any thoughts on the above?

@makzimus
Copy link

makzimus commented Oct 5, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-unity Unity support enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants