Simple Interactions
Simple Interactions is an interaction system that focusses on keeping it simple. For whenever you just need to interact with objects for a prototype or a small game. Just add the component and you are done. Because the focus is on keeping it simple you can easily fork this library to make your own interaction system for your custom game. I hope you can get some use out of it and that it saves you time for your small prototypes :D
Only first person is supported using the build in player controller.
There is also a
demonstration game available where the interactions are used. You can use the source code for reference how to use this library.
Feel free to fork:
GitHubThis library was originally made for the tech jam.
How to use
Just add a new component using the SimpleInteraction template. That's it. In the class you can change what happens when you interact using `OnInteract()`. In the GitHub there is more info about the API.