Skip to content

Commit faa0585

Browse files
authored
Update README.md (#209)
Updated README. Adding guide to the official approach for a client auth animator.
1 parent 6c13abf commit faa0585

File tree

1 file changed

+6
-0
lines changed
  • com.community.netcode.extensions/Runtime/ClientNetworkAnimator

1 file changed

+6
-0
lines changed

com.community.netcode.extensions/Runtime/ClientNetworkAnimator/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ⚠️Outdate Warning⚠️
2+
The offical ``NetworkAnimator`` now support ``Owner Authoritative Mode`` so you can use that instead this extension.
3+
Check out this [link](https://docs-multiplayer.unity3d.com/netcode/current/components/networkanimator#owner-authoritative-mode) to learn more.
4+
5+
6+
17
## ClientNetworkAnimator
28

39
ClientNetworkAnimator is a simple script modified from the official ``NetworkAnimator``. It gives the ability that the clients can change their animation states and synchronize through the net automatically.

0 commit comments

Comments
 (0)