Creating A Simulate Touch Effect

Hi Guys,

You know when you set your android/iOS device to simulate touch locations, and that little white semi-transparent ripple appears whenever you tap the screen? How would I make this in script?

I’m trying to make a tutorial section for my game, and I want to simulate a touch effect, on top of the 4.6+ UI (The UI’s pretty massive, and would be difficult to change to a world canvas, instead of a camera canvas. So I’m not tempted to make a particle effect and instantiate that above the UI).

Does anyone have any idea how I’d go about making something like this?

Thanks!

I’d probably use an animated sprite and add it as the last element on the canvas, should always be ontop of the other UI elements then.

2 Likes

Boom, genius! :smile: