- Home /
Unity light effect
Hi. I have a simple question. I have a sci-fi model of a character in Unity, and you know all the cool character have these cool lights in their suits :). I want something like the light the iron man have on his chest or hands (http://www.filmnet.dk/UserFiles/image/Zejn%20Ljuti/Nyheder/ironman1.jpg) I have tried particle effect, but when you run, it just leave these trails of particles, and I dont want that. How to make that effect?
Answer by Jesus_Freak · Oct 24, 2010 at 08:21 PM
well, theres this button on the particle renderer or emitter (cant remember which)
but anyway, is called "simulate in world space" and all you have to do is uncheck this box, but only if you have that light thing the way you like it.
if not, then play around with the particle emitter/animator/renderer settings until you have what you want.
good luck!
Answer by MarkD · Mar 25, 2014 at 05:32 PM
Well if it is a light shaft you want emitting you could use overlapping planes to generate a similar effect.
there is this generator and it can be tweaked completely to fit your needs.
Answer by Team_26 · Mar 25, 2014 at 05:35 PM
The most simple way to do that: 1. Make the empty gameobject and drag it on the your character object to make it children of this character. 2. Add the "Light" component to this empty object. 3. Now choose the position of the empty gameobject with the light component.
You can choose some options in the light component if you need it.
Your answer
Follow this Question
Related Questions
Terraria lighting 1 Answer
Unity Free. Blinking light effect and objects with lightmap 0 Answers
shafts of light in fog? 3 Answers
Popular Color/Light Bleeding Effect 0 Answers
Help with my Light Flicker Script... 1 Answer