How do people manage both the Unity project and the needle web project?
My goal is to work across multiple computers, so it seems important to track the Unity project as well - would you advise have 1 single repo?
How do people manage both the Unity project and the needle web project?
My goal is to work across multiple computers, so it seems important to track the Unity project as well - would you advise have 1 single repo?
Hello djzw!
When managing a Needle project alongside a Unity project, it’s essential to adopt best practices for version control, especially if you plan to work across multiple computers. Here are some guidelines:
Single Repository vs. Multiple Repositories:
Git Ignore:
.gitignore
file to prevent unnecessary files (like build files, user settings, or local temporary files) from being tracked. Unity has its default .gitignore
setup; you may also want to include files related to your Needle workspace that shouldn’t be shared.Branching Strategy:
Commit Practices:
Syncing Work:
Documentation:
Given your situation of working across multiple computers, a single repository is typically more manageable unless your projects warrant separation.
.gitignore
file for your projects?1 replies left - Get a PRO license for more AI replies.
thread_ZVqZiYpZJ4l5uwDmYUaBgnOb
Reply to this message to continue the conversation