Mattshark89 / OpenFlight-VRC

MIT License
46 stars 33 forks source link

[FEATURE] Add tooltips for settings #44

Open Happyrobot33 opened 1 year ago

Happyrobot33 commented 1 year ago

Pretty self explanatory, add tooltips that appear upon hovering options in the tablet

Happyrobot33 commented 1 year ago

From what I can tell this is really difficult to do :(

Everything I can find seems to point to the fact that the only way to detect hover is using animator controllers parameter endpoints. And I dont really want to maintain something like that

Happyrobot33 commented 1 month ago

event trigger component apparently allows this to work. Look into this