- Home /
Need an advice with creating an effect
Hi! Im trying to make a laser. Actual laser i`ve made but its not that beautiful.
How can i make an effect like in god of light ? I mean distroting,moving,some particles and so on. Thanks! https://www.youtube.com/watch?v=B33b7nC_dOo
the person used a texture and possibly each particle is rotating in one axis you can try out https://www.assetstore.unity3d.com/en/#!/content/3810 which does exactly like in the video you provided
What I've done in the past is adjust the offset per frame of a texture to make it look like a moving object. Works well with lightning so should be great with your laser.
FYI I think your laser looks good.
It's probably time for a shader if you want it to look like the other game.
Thanks,found particle distortion shader, i realy need to learn shaders. Thanks!
Answer by hav_ngs_ru · Jan 29, 2015 at 10:20 AM
as for me, the cheapset way (in terms ogf cpu/gpu) way is to use animated laser texture on LineRenderer. Yes, it needs an extra work to create textures, but performans often forces us to do funny things -))))
And you could animate them like in this question http://answers.unity3d.com/questions/780905/have-to-keep-png-files-for-animation-control.html
Your answer
Follow this Question
Related Questions
Lightaber effect? 0 Answers
VFX Graph Texture Sheet Animation 2 Answers
Unitys Particle System wont work like i want 0 Answers
Partilcle effect help needed 2 Answers
Particle Mesh problem 0 Answers