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 03a2f33 commit e42789d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package/Runtime/Networking/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
# Networking samples

Needle is equipped with beginner-friendly P2P built-in networking. We already support built-in components for common use cases. For more information, please refer to the [networking documentation](https://engine.needle.tools/docs/networking.html).
Needle is equipped with a built-in networking solution right at the core. We provide components for common use cases and make it easy to network variables with just one typescript decorator. For more information, please refer to the [networking documentation](https://engine.needle.tools/docs/networking.html).

## Auto Network Array
Showcases how to synchronize an array of strings. The purpose here is to educate on sync fields and that they support arrays.

[Explore it here.](https://engine.needle.tools/samples/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)

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

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

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

[Explore it here.](https://engine.needle.tools/samples/networking-messages)

## Networking Player
Synchronize your player in a multiplayer experience.

[Explore it here.](https://engine.needle.tools/samples/networking_players)

## Networking Rooms
A sample that lets you explore what rooms are and how they work.

[Explore it here.](https://engine.needle.tools/samples/networking_rooms/)

## Networking Animator
Synchronized any Aniamtor without any code.

[Explore it here.](https://engine.needle.tools/samples/networking_players/)
[Explore it here.](https://engine.needle.tools/samples/synced-animator/)

0 comments on commit e42789d

Please sign in to comment.