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

Create installer that will install all dependencies #1

Open
LogicalError opened this issue Oct 5, 2024 · 1 comment
Open

Create installer that will install all dependencies #1

LogicalError opened this issue Oct 5, 2024 · 1 comment
Labels
help wanted Extra attention is needed task A task that needs to be done

Comments

@LogicalError
Copy link
Member

At the moment Chisel has it's dependencies included as git submodules, which could be problematic when other packages depend on the same packages Chisel depends on.
We should create an installer that will install all the git packages for the user (since Unity doesn't support git packages that depend on git packages)

@LogicalError LogicalError added task A task that needs to be done help wanted Extra attention is needed labels Oct 5, 2024
@LogicalError
Copy link
Member Author

Apparently updating a repo that uses submodules causes issues in Unity, where it fails to delete the old cached package due to git holding locks on files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed task A task that needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant