Allow Udon to control VRChat's "interaction" highlighting
interested
Fax
Currently, when a user enters the interaction range an interactive game object in a world, VRChat displays a blue halo around it.
Udon can control this highlight with
InputManager.EnableObjectHighlight
, though it's unreliable and undocumented. It turns the highlight on and off, but the game object loses or regains its highlight if the user enters the interaction range. Worlds can work around this by calling EnableObjectHighlight
every Update.Udon should be able to control an object's highlight state to a greater extent.
Log In
Fax
Fax
interested
Fax
As far as VRChat knows, this Udon feature is very rarely used. However, Varneon created community documentation for it: https://vrclibrary.com/wiki/books/varneons-vrchat-world-development-handbook/page/highlighting-objects-from-udon