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 6fdb985 commit 1197572Copy full SHA for 1197572
com.unity.cinemachine/Runtime/Components/CinemachineThirdPersonFollow.cs
@@ -11,6 +11,7 @@ namespace Unity.Cinemachine
11
[SaveDuringPlay]
12
[DisallowMultipleComponent]
13
[CameraPipeline(CinemachineCore.Stage.Body)]
14
+ [RequiredTarget(RequiredTargetAttribute.RequiredTargets.Tracking)]
15
[HelpURL(Documentation.BaseURL + "manual/CinemachineThirdPersonFollow.html")]
16
public class CinemachineThirdPersonFollow : CinemachineComponentBase
17
, CinemachineFreeLookModifier.IModifierValueSource
0 commit comments