Setup a project
Last updated
Was this helpful?
Last updated
Was this helpful?
Once you have installed the Unity SDK, you can start using coherence in a project.
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!