Convert 2d object in 3d
Hello. I saw the game Draw Climber the other day and wanted to figure out how 3D volumes are obtained from a drawn 2D line. While I have a problem. Maybe someone knows how to do this, or at least which way to look? Thanks in advance to everyone and sry for my english anyway)
Answer by NakoRinn · Oct 19, 2020 at 02:13 PM
Hi, as a solution, you could save key points of your drawn curve/shape (where your line bends) and generate mesh or lines based on this data. The same technic is useable for creating colliders for the correct collision.
Also, you might use the asset for the easy converting sketch which you draw in the canvas region to 3d mesh.
Your answer
Follow this Question
Related Questions
How to fix snake behavior in Unity3d? 0 Answers
Object and Transform box misalign when moving away from 0.0.0. 0 Answers
Camera isn't move position? Why my camera isn't change position? 0 Answers
Object bounces around as if in water 1 Answer
How to make the character walk-jump and walk (and resize the collider when crouched) ? 0 Answers