Setup a project
Was this helpful?
Was this helpful?
Once you have installed the Unity SDK, you can start using coherence in a project.
We recommend for first-time users of coherence to go through this flow in an empty project at least once, before trying to network an existing game. This will give you a good understanding of the different aspects that make up the coherence toolset.
While every project requires a different setup, all of them generally go through these phases:
Setting up the scene (with a CoherenceBridge and CoherenceLiveQuery)
Preparing your Prefabs to be synced (with CoherenceSync)
Adding one of our sample UIs
Testing locally or in the coherence Cloud
In the sub-pages of this section we'll go through all of them.
Let's begin!