1
\$\begingroup\$

I would like to know how can I achieve this kind of screen transition effect ? The effect is screen independent.

https://www.youtube.com/watch?v=Muh7QFisCfE#t=01m57s

enter image description here

\$\endgroup\$
2
  • \$\begingroup\$ That looks an awful lot like a simple particle system. Can you describe what you mean by "screen independent"? \$\endgroup\$ Commented Nov 16, 2015 at 22:05
  • \$\begingroup\$ It starts with small from player's position and then grow from that position to full screen (the same effects is seen on all the mobile devices)....Plz check out video link attached to it.... \$\endgroup\$ Commented Nov 20, 2015 at 3:18

1 Answer 1

1
\$\begingroup\$

Placing an animation on a UI panel that goes under other UI elements should do the work. Because canvases are automatically stretched to fit whole screen.

\$\endgroup\$
4
  • \$\begingroup\$ True, but check in video the effect is spawning on player and then getting bigger to match screen \$\endgroup\$ Commented Nov 16, 2015 at 15:27
  • \$\begingroup\$ Sorry didn't understand, what you mean by "spawning on player"? \$\endgroup\$ Commented Nov 16, 2015 at 15:30
  • \$\begingroup\$ means its starting from player's position from small clouds to full screen clouds \$\endgroup\$ Commented Nov 16, 2015 at 15:55
  • 1
    \$\begingroup\$ You can cast world position to screen position, then center your anchors to that point. \$\endgroup\$ Commented Nov 16, 2015 at 16:19

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.