Hey Godot Community,

I am a pretty new user of Godot and I understand that it's a relatively new engine that is being worked on heavily, I just wanted to ask if there was a possible chance that the developers are working on an updated version that allows you to work with people on the same project. I find it easier to learn and create games when working with other people so I just wanted to put it out there that its a feature people like me would appreciate.

Thank you,
Heroism

    Heroism Hi, what you are asking for is just what github is made for !

    I can only suggest learning how to work with collaborative tool like this one.
    You're free to create your own fork, submit pull request with some code, creating and sharing your own features... no limit as long as you follow the licence.

    Yes you would use a program called Git. This allows you to share files and have different versions. Godot 4 supports Git in the editor. You can search for Git or GitHub to learn more.