Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

NEED HELP WITH GITHUB REPOSITORY

A topic by NickTheMush46 created Oct 28, 2023 Views: 125 Replies: 4
Viewing posts 1 to 4

Can someone explain a easy way to make a repository for my game as I have never made one and would love to participate in this game jam. I use Unity 2021.3.5 and Visuial Studio 2022. I have tried to look up tutorials of how to use github and I understand how it works but i dont know how I should set up a repository for my game.

Submitted

I think I could explan the basics. have made repo for Unity project on last year GameOff :)
You want explanation here or on discord or something?

(+1)

Make a new repository on github. Then you can download Github Desktop to clone it on your computer and every time you make changes on your local files, you can push them to your repository through github desktop

Submitted(+1)

Here's a link to a simple three minute guide on how to use Setup a Unity Project with Github. Hope it helps ;)

Thanks!