Editing bounding box visualiser in Unity

What lines of code in the scripts in the Unity plugin can I use to change the design of the bounding boxes and accompanying text boxes?

For example, I’d like to turn on/off the bounding box but keep the text box with distance and ID info etc., move and resize the text box, and possibly edit the transparency of the bounding boxes.

Hi @a11s

Please take a look at the ZED3DObjectVisualizer and BBox3DHandler scripts, especially the methods SetID(string id) and GetBBoxForObject(DetectedObject dobj) and where they are called.

1 Like