You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The First Steps tutorial project contains a series of small sample scenes, each one demonstrating one or more features of coherence.
3
+
Welcome! This is a tutorial project to take your first steps in coherence, a framework for networking in Unity.
4
+
5
+
First Steps contains a collection of small scenes, each one demonstrating one or more features of coherence.
4
6
After downloading this Unity project, we suggest to open up the [documentation](https://docs.coherence.io/learning-coherence/first-steps-tutorial) as it's the perfect companion to explore the scenes included in the project.
5
7
8
+
### Topics covered
9
+
- Basic syncing of variables
10
+
- Messaging with Network Commands (RPCs)
11
+
- Networking animation
12
+
- Networking complex hierarchies
13
+
- Spatial queries and optimisation
14
+
- Using persistent world data
15
+
6
16
### Unity version
7
-
Currently the project is on Unity `2021.3.18f1`. You can open it with newer `2021.3` LTS patches or with `2022.3` LTS.
17
+
Currently the project is on Unity `2021.3.27f1`. You can open it with newer `2021.3` LTS patches or with `2022.3` LTS.
8
18
Opening the project with Unity `2022.1` or `2022.2` is discouraged, due to a Unity bug. The bug was fixed in `2022.3` LTS.
9
19
10
20
## Additional resources
@@ -13,10 +23,12 @@ Opening the project with Unity `2022.1` or `2022.2` is discouraged, due to a Uni
13
23
You can download the project using the Code button on this repo, as this project doesn't require LFS Support. Or fetch a release from the [Releases page](https://github.com/coherence/first-steps-tutorial/releases).
14
24
15
25
### Documentation
16
-
Full documentation for this project is available in [its own section](https://docs.coherence.io/learning-coherence/first-steps-tutorial) of the coherence documentation.
26
+
Full documentation for this project is available as part of the [coherence documentation](https://docs.coherence.io/learning-coherence/first-steps-tutorial).
17
27
18
28
### Trying a pre-made build
19
-
To quickly try a pre-built version of the game, head to [this link](https://coherence.io/games/coherence/first-steps-tutorial) and either play the WebGL build in the browser, or download one of the available desktop versions.
29
+
Check out the game on the [coherence Cloud](https://coherence.io/games/coherence/first-steps-tutorial) and either play the WebGL version of the game directly in your browser, or download one of the available desktop versions.
30
+
31
+
(note: we recommend Chrome, other browsers can have problems with Unity’s WebGL)
20
32
21
33
## Bug reporting
22
34
Feel free to open an issue right here on Github if you find anything that is not working in the First Steps project. Please include also any suggestion you might have on how to improve it. We appreciate all contributions!
0 commit comments