当前位置:网站首页>Unity particle special effects series - the poison spray preform is ready, and the unitypackage package is directly used - on
Unity particle special effects series - the poison spray preform is ready, and the unitypackage package is directly used - on
2022-07-05 10:07:00 【sesame seeds】
- Click the jump =>《 Navigation post 》- Unity manual , Systematic practical learning
- Click the jump =>《 Navigation post 》- Android manual , Revisit mobile development
This article is about 3.6 Thousand characters , Novice reading needs 11 minute , Review needs 3 minute 【 Collect at any time, no longer get lost 】
About author
as everyone knows , Life is a long process , constantly overcome difficulties , Constantly reflect on the process of progress . In this process, there will be a lot of questions and thoughts about life , So I decided to put my thinking , Share all your experiences and stories , To find resonance !!!
Focus on Android/Unity And various game development skills , as well as Share various resources ( Website 、 Tools 、 material 、 Source code 、 Games etc. )
If you need anything, welcome me , Communication groups make learning No longer alone .

Premise
This is what Xiao Kong insisted on writing Unity Novice series , Welcome to taste .
Novice (√√√)
bosses (√)
The particle section is a series of articles , And the introduction was very detailed , Suggest Collection .
Practice process
Hello, Hello everyone , I'm Xiao Kong . The special effects series has not been updated for a long time , Today I will show you a particle effect - Venom spray The effect of .
Let's look at the renderings first 
From the picture , Let's do a little analysis .
- The venom and liquid just sprayed
- Small dispersed liquid produced over time
- Mist produced by liquid
- Dust is generated after landing
It is divided into four parts . good , Now that I know , Then let's start to realize .
Venom big liquid

As shown in the figure , Create a particle object , We will Start life cycle Change it to 0.2-0.4, The starting size is changed to 0.03-0.06, Focus on adding the medium gravity modifier , To achieve the effect of falling in the process of liquid particles spraying , The number of particles produced per unit time in the emission module is set to 20 above .
At this time, the effect is like this 
Prevent too many moving pictures and don't put them .
Then we continue to modify , Check Life cycle speed modular , Set it to the following value ( Double constant random value ):
So what do these mean ?
Represents the linear velocity of the particle on the target axis ,x Random on axis 1 To negative 1 Between ,y The axis is 1 to 2 Between ,z The axis is 4-6 Between .
A positive number means that the particle moves in the positive direction of the target axis , A negative number means moving in the negative direction of the target axis . So how to better understand ? Let's take a constant , Keep changing the value , Let's see the moving picture , Pay attention to the mouse adjustment value and coordinate axis 
Only a constant representation plus a dynamic graph must be understood .
So double constant , It is randomly generated in this interval , And then realize the real sense of randomness , No longer regular .
next , Let's add Life cycle size Templates , With the passage of time , The liquid is getting bigger , After all, who comes up is big , Not all have to develop ?
It's not over yet. , We set the rendering mode in the rendering module to the second , That is, stretch Billboard, Stretch the length .
But look at the effect , Not ah , The particles stretch , Don't worry , We change the material into our own , Replace the map in the material with a long strip .

Pictured , One, two, three, four can be set in sequence , Careful, you must find , Rendering mode The length ratio in I will be positive 4 Revised to -4, ha-ha , That's because my mapping direction is reversed , This is positive . It's very witty .
Last , Let's add another color to it .
The most basic big liquid effect doesn't come out .
Let's talk about the rest in the next article , By the way , need unitypackage I can just ask for your direct private message . Nothing , Nothing .
Be bold , We will have a story !!!
other
author : Xiaokong and Xiaozhi Xiaokong
Reprint note - Be sure to indicate the source :https://zhima.blog.csdn.net/
This Taoist friend, please Step back ️, I watch you Extraordinary bearing , There is a king's domineering spirit in his speech , There will be a great achievement in the future !!! There is give the thumbs-up Collection Today I tell you , Have you ordered it , Your success in the future ️, I don't take a penny , If it doesn't work ️, Or come back to me .
reminder : Click the card below to get more unexpected resources .
边栏推荐
- Officially launched! Tdengine plug-in enters the official website of grafana
- How to get the STW (pause) time of GC (garbage collector)?
- 观测云与 TDengine 达成深度合作,优化企业上云体验
- MySQL字符类型学习笔记
- The writing speed is increased by dozens of times, and the application of tdengine in tostar intelligent factory solution
- Wechat applet - simple diet recommendation (4)
- 美图炒币半年亏了3个亿,华为被曝在俄罗斯扩招,AlphaGo的同类又刷爆一种棋,今日更多大新闻在此...
- 为什么不建议你用 MongoDB 这类产品替代时序数据库?
- Tongweb set gzip
- 移动端异构运算技术-GPU OpenCL编程(进阶篇)
猜你喜欢

La voie de l'évolution du système intelligent d'inspection et d'ordonnancement des petites procédures de Baidu

Kotlin compose and native nesting

硬核,你见过机器人玩“密室逃脱”吗?(附代码)

Tdengine can read and write through dataX, a data synchronization tool

历史上的今天:第一本电子书问世;磁条卡的发明者出生;掌上电脑先驱诞生...

Wechat applet - simple diet recommendation (4)

Unity粒子特效系列-毒液喷射预制体做好了,unitypackage包直接用 - 上

MySQL character type learning notes

Node red series (29): use slider and chart nodes to realize double broken line time series diagram

小程序启动性能优化实践
随机推荐
写入速度提升数十倍,TDengine 在拓斯达智能工厂解决方案上的应用
.Net之延迟队列
Roll up, break 35 - year - old Anxiety, animation Demonstration CPU recording Function call Process
Kotlin compose and native nesting
一种用于干式脑电图的高密度256通道电极帽
百度APP 基于Pipeline as Code的持续集成实践
H. 265 introduction to coding principles
The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
美图炒币半年亏了3个亿,华为被曝在俄罗斯扩招,AlphaGo的同类又刷爆一种棋,今日更多大新闻在此...
硬核,你见过机器人玩“密室逃脱”吗?(附代码)
从“化学家”到开发者,从甲骨文到 TDengine,我人生的两次重要抉择
Data visualization platform based on template configuration
How to use sqlcipher tool to decrypt encrypted database under Windows system
How to correctly evaluate video image quality
Officially launched! Tdengine plug-in enters the official website of grafana
Roll up, break through 35 year old anxiety, and animate the CPU to record the function call process
【小技巧】获取matlab中cdfplot函数的x轴,y轴的数值
The comparison of every() and some() in JS uses a power storage plan
Develop and implement movie recommendation applet based on wechat cloud
How do enterprises choose the appropriate three-level distribution system?