Virtual Building Designer

I acknowledge that I am very much a beginner in the world of unity, but I do have a question before I move forward. I am looking to build a virtual building program similar to Lego Digital Designer, but with my own bodies that the user could then rotate in all 3 directions.

I recognize that this is similar to the unity engine itself and am wondering if this is the best program to use to create this, or if I should learn to code it.

Any links to tutorials or pages in the manual that would be useful to this line of approach would be welcome.

Thank you in advance for any help you can give to send me in the right direction.

Hi,

Placing/moving objects shouldn’t be too complicated to do in script, so you could learn that…
It would still take time to make the interface and tools to be user friendly, but certainly you can get quick prototype working fast… (picking objects, rotating/moving them, having some inventory UI to select new objects…)

other options would be hiring a developer to do it faster,
or try to find something similar in asset store - tool to place objects in game at runtime,
but most likely you would still need to modify it to fit your needs…

1 Like