Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.54 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.54 KB

Let's Connect on Linkedin


Git and Github in Unity


Prerequisites


So I guess all have done the above steps successfully.


Now, let's see how to use github, what are repositories, how to make them and how to save your files on github.

  1. Open your github profile, and go to repository section.
  2. Give a Unique name by selecting new option.
  3. Also add the readme file option.
  4. Now let's add gitignore to our repo and select Unity option in it.
  5. Now Click on Create Repository.

Congrats your repository has been created succesfully now it's time to connect it with your github desktop so we can use it to save our creations in it.

Click on Open With Github Desktop

Changes in this folder will be shown in the Github Dsktop GUI.

Click Commit to main and then push origin


Welcome To Unity

Click On New-Project and select the below shown options.

Click Create Project