mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Removed RequireComponent(Animator) because NetworkAnimator does not have to be on the same game object as the Animator. (#529)
This commit is contained in:
parent
bc9982e187
commit
c0ba0073b2
@ -5,7 +5,6 @@ namespace Mirror
|
||||
[DisallowMultipleComponent]
|
||||
[AddComponentMenu("Network/NetworkAnimator")]
|
||||
[RequireComponent(typeof(NetworkIdentity))]
|
||||
[RequireComponent(typeof(Animator))]
|
||||
[HelpURL("https://vis2k.github.io/Mirror/Components/NetworkAnimator")]
|
||||
public class NetworkAnimator : NetworkBehaviour
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user