Skip to main content

RealtimeAnimator

RealtimeAnimator

A Realtime component that synchronizes the Animator state.

Properties

autoRequestOwnership

bool autoRequestOwnership { get; set; }

Automatically request ownership of the model if unowned.

disableRootMotionWhenOwnedRemotely

bool disableRootMotionWhenOwnedRemotely { get; set; }

Determines whether root motion should be disabled on the Animator when this RealtimeAnimator is owned remotely. remotely.

This can help when using RealtimeTransform on the Animator root, as the remote owner will sync the root's position with root motion already applied, so root motion should not be applied again by the local client.