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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 Desktopand selectFile>New repositoryUnityREADME.mdfile so we can push this repository to GitHub.Create Repositoryonce you're finished with the settings!2. Creating a new project in Unity
Unity Huband selectNew project(it will be in bright blue on the top right-hand side)2D Coreand change theProject nameto your likingFile explorerby selectingLocation, and setting it to the folder of the repository you just created (If you're using Windows, it should be underDocuments>GitHubif you didn't change any settings)Create project3. Open your Unity project
Unity HubUnity editor view:4. Push your newly creating project to GitHub
GitHub Desktopback upChangessection 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 mainpush!~Important Note
File explorerand navigate to the GitHub folder and drag the.gitignoreand.gitattributesinto 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