S
S
scottmaster2015-11-22 18:47:06
Game development
scottmaster, 2015-11-22 18:47:06

Is it possible in Unity 5 to attach a Particle System to an Event System?

Is it possible in Unity 5 to attach a Particle System to an Event System?
So that if you add a panel with a picture on the Event System, then the particles (Particle System) would be on top of the picture.
I make the scene according to the video lesson:
https://goo.gl/IalDXX

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Limarchenko, 2015-11-22
@scottmaster

It's not done quite like that. EventSystem is better not to use for this.
There is a wonderful video course on Unity UI from 3DBuzz.
Here is the link: https://www.youtube.com/watch?v=4d_l9OmLYTE&list=P...
In this video https://www.youtube.com/watch?v=QxRAIjXdfFU&index=... something similar is done.
There, the author adds particles that seem to fly in front of the camera when the menu is visible.
ScreenSpace - Camera is set in Canvas settings and your Main Camera is set as RenderCamera. Then you can manually change the order of the Particle System and UI so that the particles are in front of the UI. The video is in English, but in principle everything is clear there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question