#need help making an effect
1 messages · Page 1 of 1 (latest)
it isnt really a portal effect that i need
i need more of a spinning outwards effect
dont know how to combine the 2 in a good way (extremely new at particles)
-
Draw the actual swirling effect in a paint program of your choosing. Doesn't actually need to look good.
-
Throw it in a particle system as a unlit quad or maybe a mesh if don't want to billboard the particle.
-
Add some rotation over lifetime to get that swirling effect.
You can also make a shader if you want something a little more lively, which will give you some rotational look to it.
ill try that and see what it looks like
or just use a particleStrip with Rotate3D plugged in to the SetPosition .. no textures needed 🙂
Particlestrip is a component i assume?
Video speed x 3.0
Unity 2019.4.18 LTS
Visual Effect Graph 7.5.2
Related Article from WEBLOG OF 51N1 (Written in Japanese)
emo
🔗 https://51n1.uk/post/learn-unity-vfx-graph2/page1.html
My Links
🔗 Weblog: https://51n1.uk
🔗 Twitter: https://twitter.com/t51n1
🔗 GitHub: https://github.com/51n1
🔗 Instagram: https://instagram.com/51n1.uk
● I accide...
clamp the Y axis so it will just rotate the x n z axes... like orbital movemment
you're on your own after this.. goodluck