Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Nov 10, 2023
1 parent c654ac3 commit dd9521f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/Runtime/Networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Synchronized any Aniamtor without any code.
## Auto Network (@syncField)
Showcases how to synchronize an array of strings. The purpose here is to educate on the [@syncField decorator](https://engine.needle.tools/docs/reference/typescript-decorators.html#examples) and that it also supports arrays (as well as strings, bools, numbers...)

[Explore it here.](https://engine.needle.tools/samples/auto-network-array/)
[Explore it here.](https://engine.needle.tools/samples-uploads/auto-network-array/)

## Auto Network Click
A simple way how to synchronize actions with a no-code approach.

[Explore it here.](https://engine.needle.tools/samples/auto-network-click)
[Explore it here.](https://engine.needle.tools/samples-uploads/auto-network-click)

## Auto Network Object
Create your simple data structure to synchronize over the network.

[Explore it here.](https://engine.needle.tools/samples/auto-network-object)
[Explore it here.](https://engine.needle.tools/samples-uploads/auto-network-object)

## Networking Messages
Send JSON and Binary messages and delete stored state from the server.
Expand Down

0 comments on commit dd9521f

Please sign in to comment.