leetvr / hotham

Hotham is a tool for creating incredible standalone VR games.
Apache License 2.0
389 stars 28 forks source link

Improvements to grabbing system. Closes #432 #433

Closed kanerogers closed 1 year ago

kanerogers commented 1 year ago

What is this related to?

432

What changed?

Added two new components, Grabbed and Released to make it easier for other systems to interact with held objects. This has been tested on The Station and has proved to work very well.

What is the overall impact?

It should now be possible to implement "socket" type mechanics where a player picks up an object, inserts it into a socket and then releases it, without having to run systems multiple times or other hacks.