当前位置:网站首页>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

边栏推荐
- [staff] pedal mark (step on pedal ped mark | release pedal * mark | corresponding pedal command in MIDI | continuous control signal | switch control signal)
- What is the difference between the history and Western blotting
- 3D, point cloud splicing
- 使用.Net驱动Jetson Nano的OLED显示屏
- Operation level smart campus system source code smart campus applet source code + electronic class card + face recognition system
- Blazor University (34) forms - get form status
- [agile 5.1] core of planning: user stories
- 卷绕工艺与叠片工艺的对比
- 用户登录(记住用户)&用户注册(验证码) [运用Cookie Session技术]
- Is the fund reliable and safe
猜你喜欢

Misunderstanding of innovation by enterprise and it leaders

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

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

Successfully solved (machine learning data segmentation problem): modulenotfounderror: no module named 'sklearn cross_ validation‘

What is the reason why easycvr can't watch the device video when it is connected to the home protocol?

【温度检测】基于matlab GUI热红外图像温度检测系统【含Matlab源码 1920期】

企业和IT领导者对创新的误解

Cocoscrreator dynamically switches skeletondata to update bones

Mask wearing face data set and mask wearing face generation method

使用.Net驱动Jetson Nano的OLED显示屏
随机推荐
Is it safe and reliable for qiniu school to help open a securities account? How to drive
Accessories and working process of machine vision system
启牛学堂帮忙开证券账户是安全靠谱的吗?个人如何开
如果你会玩这4个自媒体运营工具,副业收入6000+很轻松
用户登录(记住用户)&用户注册(验证码) [运用Cookie Session技术]
广度度优先搜索实现抓牛问题
Streaming media cluster application and configuration: how to deploy multiple easycvr on one server?
QT基於RFID管理系統(可應用於大多數RFID管理系統)
机器视觉系统的配件及工作过程
[image enhancement] manual multiple exposure fusion amef image defogging based on MATLAB [including Matlab source code 1916]
Browser cache library design summary (localstorage/indexeddb)
滑环电机是如何工作的
What is the reason for the service crash caused by replacing the easycvr cluster version with the old database?
Easycvr service private What should I do if the PEM file is emptied and cannot be started normally?
Misunderstanding of innovation by enterprise and it leaders
Structure of the actual combat battalion | module 5
It is safer for individuals to choose a securities company to open an account when buying interbank certificates of deposit
[MCU club] design of GSM version of range hood based on MCU [simulation design]
Xuetong denies that the theft of QQ number is related to it: it has been reported; IPhone 14 is ready for mass production: four models are launched simultaneously; Simple and elegant software has long
【SV 基础】queue 的一些用法