0 votes

Me, and my friend FiteNite, we are creating a game on godot together, and we would really appreatiate it if you would answer our questions, because we are only a couple months in our game called Fite Nite, and i am the artist, and that is why i asked this question! Thank you guys!(I do have another account, but for some reason, it forgot my own password, the accounts name is flipfootbunny1929.) I have posted a couple Questions on that one all ready, so game on!

in Engine by (43 points)

2 Answers

0 votes
Best answer

On the same screen, in which way?

  • Collaborative editing like Google Docs? No, not possible (like many other engines)
  • Working remotely as if you had Team Viewer on the same PC? It would quickly be a mess^^
  • Working on the same level/scene on two different computers? This is an organization problem, you can do this if you split the scene in components and work on separate components, or tell each other what you are working on so you don't have to deal with merges.
  • Using version control? Almost all developer teams use this (Git, SVN, Mercurial...) but if you work on the same files at the same time you still have to deal with merges, unless you organize better (you can also learn how to merge properly, that's also possible ;) )
by (29,088 points)
selected by

Alright! Thanks! I was looking at the third bullet point! We will probably split the scene, so we can both work on it together! I will try to learn how to merge properly, if i have time! I do have another question, but before i post it, i was going to see if you know. It might not be possible, but can you send stuff to other players, or talk/message other people on the engine, or on this website? just wondering! Thanks agian Zylann!

Thanks agian Zylann! I apreceate your help!

0 votes

I think you are looking for a version control system (git, svn... etc).

by (680 points)

Thank you bruteforce! I will try it!

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.