3

Hello I been having this question for quite sometime in my head, I was wondering if someone may help me with it. My question is this. How can I upload a unity project like a game to github? Is it the same way as uploading a website to github?

2
  • It is, but you would like to configure your .gitignore file first. There are some examples on Internet, like this one; github.com/github/gitignore/blob/master/Unity.gitignore Commented May 14, 2020 at 14:08
  • also please take a look on "git lfs" if your project has any image/model files Commented May 15, 2020 at 4:28

1 Answer 1

2

If it's your first time uploading a Unity Game to Github I recommend using the Github Desktop application. I leave you here a very good tutorial so that you can carry out your goal. I hope it's useful!

https://www.youtube.com/watch?v=qpXxcvS-g3g

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.