What would you like to see?
Add a builder or handle for attaching the game's native interaction prompt to a mod-owned GameObject.
It should support prompt text, interaction type, state, range, priority, angle limits, a display anchor or collider, and hover/start/end callbacks.
Why would this help?
Custom furniture, machines, props, and map content repeatedly need native-looking interaction prompts. Mods currently wire InteractableObject and its Unity events directly.
Extra Context (Optional)
Reuse the game's keyboard/controller prompt rendering. Custom UI and multiplayer authorization policy should remain the mod's responsibility.
What would you like to see?
Add a builder or handle for attaching the game's native interaction prompt to a mod-owned GameObject.
It should support prompt text, interaction type, state, range, priority, angle limits, a display anchor or collider, and hover/start/end callbacks.
Why would this help?
Custom furniture, machines, props, and map content repeatedly need native-looking interaction prompts. Mods currently wire InteractableObject and its Unity events directly.
Extra Context (Optional)
Reuse the game's keyboard/controller prompt rendering. Custom UI and multiplayer authorization policy should remain the mod's responsibility.