I’m not sure if this is user error, or something to do with the way that plugins are loaded in studio.
I am creating custom gizmos using HandleAdornments in my plugins - they allow users to click and drag certain elements around - the click and hover events for these sometimes work, and sometimes do not.
This plugin has this problem, and I assume that is a key contributor to its lower rating.
All I am doing is MouseEnter, MouseLeave, MouseButton1Up or MouseButton1Down, and (I think) depending on how quickly studio loads depends of whether or not they are listened for.
Expected behavior
The hover and click events for HandleAdornments should work all the time.
Hi - is there any specific way to reproduce the issue ? Any particularities about the place you’re seeing the issue at (i.e. approx number of parts). Also, mac or windows ?
Hi, thank you for replying, and I am sorry for not adding a repro, and for the slow response!
I’ve created a plugin with HandleAdornments in it and listen for the MouseEnter, MouseLeave, MouseButton1Down, and MouseButton1Up events in the plugin script and opening studio with the plugin installed in the past and have encountered this.
Right now I’m trying to repro and cannot. If I can reproduce this I’ll be sure to see what is different and create a reply.