Skip to content

Commit 1645ef9

Browse files
authored
Update README.md
1 parent 6ee41b4 commit 1645ef9

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
![](https://imgur.com/Z4grkow.jpg)
22

3-
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.
46
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.
57

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+
616
### 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.
818
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.
919

1020
## Additional resources
@@ -13,10 +23,12 @@ Opening the project with Unity `2022.1` or `2022.2` is discouraged, due to a Uni
1323
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).
1424

1525
### 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).
1727

1828
### 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)
2032

2133
## Bug reporting
2234
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

Comments
 (0)