move bunch of things to depricated folder

This commit is contained in:
NotAKidoS 2024-01-03 01:47:55 -06:00
parent 86828a94e2
commit 21f8893095
156 changed files with 193 additions and 93 deletions

View file

@ -12,8 +12,6 @@ public class LocalScaler : BaseScaler
public void Initialize()
{
_animatorManager = GetComponentInParent<PlayerSetup>().animatorManager;
heightNeedsUpdate = false;
_isAvatarInstantiated = false;
}
@ -78,7 +76,7 @@ public class LocalScaler : BaseScaler
InvokeAnimatedHeightChanged();
if (overrideAnimationHeight
|| !useTargetHeight)
|| !_useTargetHeight)
return false; // user has disabled animation height override or is not using universal scaling
// animation scale changed and now will override universal scaling