Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have made a puzzle in 2d scene and now I want to put it in complete 3d scene. Is that even possible? How can I do that?
In 3d scene, I want to put it where is visible and the player can access it with key on keyboard or somehow like that. Put first that is my problem, so I'd be happy if you can help in any kind of way.
The 2d puzzle is made out of a uploaded picture as an asset. Then on the sprite editor, I cropped it in 6 pieces and added certain box colliders to each of them so then you can control the puzzle with mouse-click, then a script for making them rotate and then another one for control of the game in case when the player completes the puzzle.

What I have tried:

I have heard about making some type of object in 3d scene where then I can apply the puzzle, but I also don't know how to do it.
Posted
Updated 17-May-20 18:38pm
v2

1 solution

A 3D scene has more data so you can't take a 2D scene and automatically make it 3D. You could GUESS the depth of objects but you can't be sure. You can GUESS their thickness in different points, but you can't be sure.
 
Share this answer
 
Comments
Richard MacCutchan 18-May-20 3:21am    
Hey Christian, nice to see you are still around. Are you guys in lockdown or has Covid-19 been kept from your shores?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900