Delaying UI Movement with Render Camera Movement

Hey all,

This is my first time posting, so please tell me if this question is better somewhere else.

I’m making a UI using a Render Camera. I want to create an effect where in game mode if the camera moves to one side, the UI moves with it as well but there is a slight delay. The effect I want is very similar to the one in this video at 0:15 :

I’m not sure where to start and was wondering what I’d need to do create this effect.

Thanks!

Thanks for the video link, that was awesome (and I want it for HoloLens :smile:)

As for moving with delay, I’d most likely use a WorldSpace canvas for this effect and treat it like any other 3D element. Placing it where needed and then having a follow camera script that pulled it with a little delay and friction.

So don’t think of it as UI, just as any other 3D object.