UE5 使用Animation Budget Allocator优化角色动画性能

Animation Budget Allocator是UE内置插件,通过锁定动画系统所占CPU的预算,在到达预算计算量时对动画进行限制与优化。

开启Animation Budget Allocator需要让蒙皮Mesh使用特定的组件,并进行一些编辑器设置即可开启。

1.开启Animation Budget Allocator插件

2.在蒙皮网格组件上设置组件类型为特定的SkeletalMeshComponentBudgeted

3.设置好后,可以看见Budgeting参数,根据官方文档勾选前2个选项

4.在BeginPlay事件里调用节点Enable Animation Budget,开启这个功能

5.运行游戏,在控制台处使用命令a.Budget.Debug.Enabled 1,开启测试查看。


https://dev.epicgames.com/documentation/en-us/unreal-engine/animation-budget-allocator-in-unreal-engine?application_version=5.3

https://dev.epicgames.com/documentation/en-us/unreal-engine/animation-budget-allocator?application_version=4.27

相关推荐
金銀銅鐵5 天前
[Python] 模 n 乘法的逆元计算器
python·数学·游戏
金銀銅鐵6 天前
借助 Pygame 探索最大公约数的规律
python·数学·游戏
nujnewnehc10 天前
不会 py, 用 ai 写了个游戏辅助的感受
人工智能·游戏
jump_jump11 天前
为了重玩金庸群侠传,我研究了一下 Ruffle 怎么复活 Flash
游戏·rust·github
XIAOHEZIcode12 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
Aloys_Code13 天前
逆向一个被遗忘的DVD游戏格式:从DES加密到Rust模拟器
游戏·模拟器·retroarch·复古游戏·native32·sunplus·赤刃·钢铁风暴
金銀銅鐵13 天前
用 Python 实现 Take-Away 游戏
python·游戏
金銀銅鐵14 天前
用 Pygame 实现 15 puzzle
python·数学·游戏
通信小呆呆16 天前
当算法有了“五感”:多模态数据融合如何向人体感官协同学习?
人工智能·学习·算法·机器学习·机器人
H__Rick16 天前
自动对焦学习-3
人工智能·学习·计算机视觉