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
Copy file name to clipboardExpand all lines: com.community.netcode.extensions/Runtime/ClientNetworkAnimator/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
7
## ClientNetworkAnimator
2
8
3
9
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