15 - Adding Particles to the Pickup

给电池添加粒子效果
编辑Battery_BP蓝图类的WarCollected函数
调用 的时候 创建粒子特效

15 - Adding Particles to the Pickup_第1张图片
Paste_Image.png

编辑粒子特效的Source 和 Target属性

15 - Adding Particles to the Pickup_第2张图片
Paste_Image.png
15 - Adding Particles to the Pickup_第3张图片
Paste_Image.png

在Battery_BP中 设置Target位置 为模型的socket 为Skeleton 添加Socket spine_02Socket

15 - Adding Particles to the Pickup_第4张图片
Paste_Image.png
15 - Adding Particles to the Pickup_第5张图片

特效播放后 延时1s 调用父类的WasCollected 销毁自身(父类函数节点 右键WasCollected Add Call to Parent function)

15 - Adding Particles to the Pickup_第6张图片
Paste_Image.png

你可能感兴趣的:(15 - Adding Particles to the Pickup)