How do I make a in-game build editor?

Hey, I want to achieve an in-game build editor like in Build A Boat For Treasure, where you can resize or move parts.

The problem I am having are the arrows or ball’s (move or resize), because I don’t really know where to start to make them work. And also I don’t want the size to be a textbox input based, same for position.

I’ve tried using viewport frame, but then I got stuck on that.

Any Ideas?

Thanks.

Hey, you can use the default handles and adornments for that and read their documentation.
obraz

or even new DragDetector
obraz

Thanks! I did not know about this feature.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.