#need help making an effect

1 messages · Page 1 of 1 (latest)

zinc field
#

anyone willing to help?

maiden galleon
#

there are good tutorials on portal effects

#

I'd start there

zinc field
lucid solar
#
  1. Draw the actual swirling effect in a paint program of your choosing. Doesn't actually need to look good.

  2. Throw it in a particle system as a unlit quad or maybe a mesh if don't want to billboard the particle.

  3. 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.

zinc field
#

ill try that and see what it looks like

lucid solar
#

Something like that but with the swirling

icy plank
#

or just use a particleStrip with Rotate3D plugged in to the SetPosition .. no textures needed 🙂

zinc field
icy plank
#

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...

▶ Play video
#

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