当前位置:网站首页>Day 7 scripts and special effects
Day 7 scripts and special effects
2022-06-29 01:06:00 【Code Knight】
One 、 Special effects overview

1、 The particle
2、 Animation

3、 Dynamic effect

4、 Decals

5、 trailing

6、 Post processing

Two 、 How to use special effects 
1、 Basic usage of various special effects

(1) Create particle effects


using UnityEngine;
public class createParticle : MonoBehaviour
{
public GameObject prefabParticle;
void Update()
{
if (Input.GetButtonDown("Jump"))
{
GameObject particle = Instantiate(prefabParticle);
}
}
}


demonstration :
(2) The life cycle of particle effects

(3) Create animation effects

(4) Destroy animation effects regularly

(5) Adjust animation and particle parameters

2、 Dynamic and slow motion animation

3、DOTween How to use plug-ins


4、 Trailing effect

5、 Examples of post-processing

边栏推荐
- Is l1-031 too fat (10 points)
- Is it safe to open an account on great wisdom
- 【架构师(第三十八篇)】 服务端开发之本地安装最新版 MySQL 数据库
- Mask wearing face data set and mask wearing face generation method
- 利用kubernetes资源锁完成自己的HA应用
- How the slip ring motor works
- EasyCVR新建用户后,视频调阅页面不能点击的问题修复
- What is redis
- Is it safe to open a securities account at qiniu business school in 2022?
- 统计字符串中不同回文子序列的个数
猜你喜欢

Reasons for high price of optical fiber slip ring
![[MCU club] design of classroom number detection based on MCU [physical design]](/img/cf/65c1bdbb45afcc6db265a79c25a3ae.jpg)
[MCU club] design of classroom number detection based on MCU [physical design]
![[Gym 102423]-Elven Efficiency | 思维](/img/cf/b65f3db1580a83478f8351cea22040.png)
[Gym 102423]-Elven Efficiency | 思维

XML and other file contents in idea cannot be highlighted, and the file becomes gray

Successfully solved (machine learning data segmentation problem): modulenotfounderror: no module named 'sklearn cross_ validation‘
![[image enhancement] manual multiple exposure fusion amef image defogging based on MATLAB [including Matlab source code 1916]](/img/e9/e5a7163c949db9e649829fcdcf76f5.jpg)
[image enhancement] manual multiple exposure fusion amef image defogging based on MATLAB [including Matlab source code 1916]

第七天 脚本与特效

浏览器缓存库设计总结(localStorage/indexedDB)

be based on. NETCORE development blog project starblog - (13) add friendship link function

接雨水系列问题
随机推荐
BMFONT制作位图字体并在CocosCreator中使用
WPF 实现心电图曲线绘制
If you can play these four we media operation tools, the sideline income of 6000+ is very easy
QT基于RFID管理系统(可应用于大多数RFID管理系统)
Difference between applying for trademark in the name of individual and company
Redis common command manual
UI highly adaptive modification scheme
旋转接头安装使用注意事项
【Proteus仿真】4x4矩阵键盘中断方式扫描 +数码管显示
搭建单机 nacos 负载均衡ribbon 轮询策略 权重2种方式
[eight part essay] MySQL
Werewolf kill casual game wechat applet template source code / wechat game source code
Successfully solved (machine learning data segmentation problem): modulenotfounderror: no module named 'sklearn cross_ validation‘
Misunderstanding of innovation by enterprise and it leaders
Is Huatai Securities safe
[MCU club] design of classroom number detection based on MCU [simulation design]
不同的子序列问题I
What is the reason why easycvr can't watch the device video when it is connected to the home protocol?
Uvm:factory mechanism
[MCU club] design of GSM version of range hood based on MCU [simulation design]