On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I'm a big fan !!
If I can make one suggestion, please add more feedback to interacting with a switch, more sound and maybe something in the UI, but overall its a wonderful game.

I think the issues with the switches is that you are basing them on a OnCollisionEnter, where as you should make them trigger colliders and use an OnTriggerEnter event. That then allows you to add more features in the OnTrigger such as sounds and UI changes.

(+1)

Thanks for playing the game! 

I don't mind the suggestion and I've been thinking of a way on how to fix it but to no avail. I was detecting interactable objects differently by using Raycasting than the normal Unity way of using Rigidbody and Colliders so I'm not sure if the OnTriggerEvent will work so interacting with them around the sides or especially the corners are a bit hard. I wanted to try implementing a UI notification when interacting with the switches as well but didn't have time since I was barely able to make the audio feedback work properly. Still, thanks for the suggestion and I'll see if I can try to improve upon this!

Your right, raycasting is different to trigger colliders, so ignore my suggestion :)