We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcbdcf commit d66c704Copy full SHA for d66c704
Assets/BossRoom/Scripts/Server/Game/Entity/ServerDisplacerOnParentChange.cs
@@ -8,7 +8,8 @@ namespace Unity.Multiplayer.Samples.BossRoom.Server
8
/// Component to simply play a raising/descending animation when this NetworkObject's parent NetworkObject changes.
9
/// </summary>
10
/// <remarks>
11
- /// This script will likely be refactored and/or removed removed with a NetworkAnimator-based solution.
+ /// Currently, Netcode for GameObjects' (Netcode) NetworkAnimator component does not support animations that apply
12
+ /// Root Motion. This script is a workaround and will be refactored when Root Motion-based animations are supported.
13
/// </remarks>
14
public class ServerDisplacerOnParentChange : NetworkBehaviour
15
{
0 commit comments