Sync InputField

Options

So I just recently started with multiplayer. All I want is to sync one InputField that is editable for everyone. Can you help me how? I've been stuck on it for a while now.

Answers

  • Tobias
    Options

    That is quite tricky to do, if everyone can enter letters at the same time...? Because whenever someone enters anything, it takes a while to send this to the others, so they may send conflicting data. It is usually best to give authority (of the input) to one player only.

    Before we dive into how this could work or won't: What is the idea?