How to create an interactive object always facing the camera

Hello, please tell me with what tools it is possible to implement an interactive object always turned to the camera in perspective.
Untitled Project

Hi @rassvet2020,

You can do this with a custom display conduit. In your conduit, just look for your object and, when in a perspective-projected view, draw it the way you want.

– Dale

Thank you, your advice helped me, as did the examples on github.
Please tell me what can be used to select these objects and edit them.