- Home /
Bend 2D sprites in a 3D space
Currently, I have a basic 2D character in a 3D environment set with separate sprites for each limb, which is animated to change positions and sprites from time to time. However, I want to be able to bend the character and twist it in a 3D space, like a spiral or curved plane, which has proven difficult to find a solution for. I don't know if finding a way to project the multiple sprites onto a mesh and adding a skeleton to the mesh to move it would work, or if there is some easier way to do this without needing to deal with any complicated systems with meshes and sprite-merging. Any ideas?
Good question, I would like to know how to do this too; I could see some very cool effects for it.
Your answer
Follow this Question
Related Questions
Sprites: Project Sprite to Mesh, allow for bending of sprites for 3d environments 0 Answers
How do you bend a 2d texture in 3d?,How do you bend a 2D object in 3D? 0 Answers
How to make 3D colliders on sprites? 0 Answers
SpriteManager 2 1 Answer
How to do you import Spriter animations into Unity? 1 Answer