Godot Version
Godot 4
Question
IS there an easy way to share my project with my friend so we can work on it together
Godot 4
IS there an easy way to share my project with my friend so we can work on it together
You should look into using a version control system like git, and also an online repository host like GitHub.
i have github but i don’t know how to put my files in there
Then only a git tutorial will help you maybe this is a good one: Git - gittutorial Documentation
yeah I’m new to coding that tutorial is gibberish to me
Maybe you can use a GUI app like GitHub desktop?
i have github and it says drag files here to add them to your repository but it wont let me drag files
I meant the actual GitHub desktop app, not the website. You need to at least install git too.
OK I’ll try
i would also suggest looking up a tutorial for proper merging if you dont know what you are doing its easy to deleat a good chunk of progress on your projekt
Check out lesson 3. It’s free. I wrote it with people like you in mind. It assumes you know nothing and takes you through using GitHub and Git with Godot 4.x. It tells you how to install all the software you need and how to use it.
I made all the lessons free, as I decided not to finish the course.