-
Notifications
You must be signed in to change notification settings - Fork 336
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
Feature add additional folders for symlinks #101
Feature add additional folders for symlinks #101
Conversation
… order to allow for optional symlink folders in clones
… within the project scope. previous updates only allowed this within the user scope
…add-additional-folders-for-symlinks
I tried your change and don't understand where that ScriptableObject is used and why is it needed? I see that you save the list in EditorPrefs |
Thank you for the comments @RunninglVlan, it's nice to meet someone in the pull request void :) These options are available in two places because In our case, we have multiple users in the project. Regarding, ScriptableObjects, afaik, this is standard practice when adding a menu to Project Settings. |
What other plugins are you referring to? I'd like to see examples too =) |
I noticed that as well, but I don't see any external packages doing that.
The other packages don't always put them in the "plugins" folder,
nice find! |
LGTM! Thanks, @MWILGA! |
[edit] added project settings image
Updated the preferences pane to allow users to add additional folders to be symlinked when creating a new clone
This provides a solution to both of these issues
[Feature Request] Select extra dependencies on Clone creation #51
[Feature Request] symbolic link to Library/PackageCache #67