I’ve noticed that throwing objects in VR is a bit of pain for many games and I decided to work on an open-source library that will allow developers to easily add intuitive VR throwing mechanics to their games. I’m including several throwing calculation methods used by games that have successfully implemented VR throwing (e.g. Rescuties) and would like to share them with other devs. Currently, the system includes actor components and interfaces for the motion controllers and any actor you wish to throw. It doesn’t modify the editor or engine source code in any way.
My question is, what is the best way to share the code with other developers?
- Open source plugin, similar to the VictoryPlugin or VRE
- Free marketplace asset
- Open source repository that devs can clone and then copy assets into their own projects
- Am I missing an option that might be better?
I’m hoping to have my first version ready for use within a couple weeks and would love some feedback on the best way to distribute the library!