Setting Up a Unity Repository #813
stephaniePocci
started this conversation in
Newsletter
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting Started
In order to download multiple Unity versions, please download Unity Hub first. You'll need to create an account and agree to the free personal license as prompted.
Minimum System Requirements
Your First Project
1. Creating a Unity GitHub repository
GitHub Desktop
and selectFile
>New repository
Unity
README.md
file so we can push this repository to GitHub.Create Repository
once you're finished with the settings!2. Creating a new project in Unity
Unity Hub
and selectNew project
(it will be in bright blue on the top right-hand side)2D Core
and change theProject name
to your likingFile explorer
by selectingLocation
, and setting it to the folder of the repository you just created (If you're using Windows, it should be underDocuments
>GitHub
if you didn't change any settings)Create project
3. Open your Unity project
Unity Hub
Unity editor view
:4. Push your newly creating project to GitHub
GitHub Desktop
back upChanges
section on the left-hand side. Note: New changes will appear even if you have made no changes to the game because meta data files are changed each time you open the game's editor.Commit to main
push
!~Important Note
File explorer
and navigate to the GitHub folder and drag the.gitignore
and.gitattributes
into the Unity project folder (should be titled with the name of your project).Voila!
Footnotes
If you have any issues with this tutorial, feel free to message the ACMForge board on the ACM discord by pinging @GameDevBoard. Feel free to also contact @stephaniePocci (Commodore Jellyfish#5175) on Discord for any questions. ↩
Beta Was this translation helpful? Give feedback.
All reactions