How to make a menu with this effect?

Hi, anyone knows how to make a menu to select the characters, as well as the effect of Crossy Road.

I don’t want to use scroll rect because my objects are 3D and this function only accepts sprites.

It just drags the camera along a line of 3d objects. Whatever one is considered selected (just take a percentage down the line the camera is, multiply by the count of models, get the rounded int for the index). That object should be moved forward and possibly scaled up, and stopped rotating.

actually UI could have 3D child.
I don’t know about its performance though.

1 Like

could be doing the scroll as daybreak showed and using a raycaster on the camera to detect what object is in the middle and scale it up or down

@Daybreaker32 Ohh! How did you do it, I have tried all these days but I failed?

@Sean-Powell If you don’t mind, how would you do it in code c#?

i am not at home but i will try do it for you when i get in a post it here

@Sean-Powell That would be great,thank you!

i thought of a better way to do it than raycasting if you use a boxcollider then when the object enters the box collider increase its scale then when the object leaves decrease its scale back to normal

1 Like

@Sean-Powell oh well, I’ll try. And I was able to to place 3D objects on my canvas.

i can right a script, for it if you want?