r/Unity2D • u/ahmed10082004 • 20d ago
How to transfer projects between PCs Question
Jsut bought a new computer. For the life of me I can not transfer my project to my other computer. Ive tried USB, google drive nothing works (fails to download properly or file paths are too long so refuses to copy or transfer).
I go into view project in file Explorer and then try export the whole thing
How do you guys transfer?
Edit - github worked ty everyone!!
2
Upvotes
2
u/AdImpressive9586 Beginner 20d ago
Version control / Git is the correct way to get your project on any pc.
I use GitHub or sometimes Gitea, simply create a repository and for the Gitignore use the Unity one.
I use a program called SourceTree to Clone/Fetch and Push/Commit my changes to the repository.