Hi all,
I am a new hobbyist to Unity and I working on a game where the player goes around picking up clues in the form of paper notes to solve a mystery.
So far, thanks to the help I got here, I was able to animate a note, made from a UI canvas and an image in game world, to fly and rotate to align itself in front of the first person camera.
Although it looks nice, it still looks like a rigid plank of wood rather than a piece of paper. I was wondering if there was a way I could bend/flew/distort the canvas to give the illusion of a piece of paper rather than piece of wood.
Is it possible to bend a canvas or should I go towards another solution, like using an actual plane or quad during the animation effect ?
Thank you