【动画】还原裁剪修改

main
刘涛 2024-09-26 18:06:56 +08:00
parent 88e28054be
commit d06d971eed
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ namespace Gameplay.Pause
{
isScaleChanged = false;
this.rawAnimator = rawAnimator;
this.rawAnimator.cullingMode = AnimatorCullingMode.CullUpdateTransforms;
// this.rawAnimator.cullingMode = AnimatorCullingMode.CullUpdateTransforms;
}
public void LogicUpdate(float dt)

View File

@ -16,7 +16,7 @@ namespace Gameplay.Unit.Data
{
this.owner = owner;
_SetActiveObj();
_SetAnimator();
// _SetAnimator();
isShow = true;
}