Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gday mate, the rigidbody issue is on the invector controller side, check their forums as they have a hotfix for it.

as for mana for actions, the mana system is based off the health/stamina system for the controller. You'll need to reference the mana controller script on the player and simply call the add/remove mana functions as desired. My spell system uses weapons instead of actions, so I haven't done much playing with generic actions but you might be able to other call directly from the action or use a bridge script to pass calls between the two.