From 1197572ee1c85ab986aa14235424e237cfbbc41d Mon Sep 17 00:00:00 2001 From: Gregory Labute Date: Thu, 11 Sep 2025 09:42:08 -0400 Subject: [PATCH] thirdpersonfollow requires tracking target --- .../Runtime/Components/CinemachineThirdPersonFollow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.cinemachine/Runtime/Components/CinemachineThirdPersonFollow.cs b/com.unity.cinemachine/Runtime/Components/CinemachineThirdPersonFollow.cs index 289b58dd3..298016996 100644 --- a/com.unity.cinemachine/Runtime/Components/CinemachineThirdPersonFollow.cs +++ b/com.unity.cinemachine/Runtime/Components/CinemachineThirdPersonFollow.cs @@ -11,6 +11,7 @@ namespace Unity.Cinemachine [SaveDuringPlay] [DisallowMultipleComponent] [CameraPipeline(CinemachineCore.Stage.Body)] + [RequiredTarget(RequiredTargetAttribute.RequiredTargets.Tracking)] [HelpURL(Documentation.BaseURL + "manual/CinemachineThirdPersonFollow.html")] public class CinemachineThirdPersonFollow : CinemachineComponentBase , CinemachineFreeLookModifier.IModifierValueSource