From the course: Unity 3D 2019 Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Creating the fire effect, part 1

Creating the fire effect, part 1 - Unity Tutorial

From the course: Unity 3D 2019 Essential Training

Start my 1-month free trial

Creating the fire effect, part 1

- [Narrator] Okay, so now that we have our smoke, let's work on the fire. So what we're going to do is copy a lot of what we've done already and then insert a value that will expose for our little fire effect. So what we're going to do first is literally select everything here and then basically command D or control D to look at that again. And now we have a second spawning of our smoke. But what we're going to do is transform this into a fire. So let's take a look first at initialize. So for the initialize particle, we'll change a few things. So we don't want to generate as many particles, so we're going to drop that down to six. And then what we're going to do is change it for the value, so the sensor's going to be at 000 of the particle set and then for the size, we're going to change this to 20 by 20 by 20, so let's go and do that. And this is basically the size of the bounding box where we can see the fire or the smoke.…

Contents