Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

can we get another plugin file WITHOUT the minimum jump frames field? setting it to 0 still lets u do lil hops for me, i wanted to set up a physics where i can uodate my jumps and have no jumps at all. or maybe its bad scripting on my part?

It seems like there are a couple of issues going on, but there isn't a way to pull out the minimum jump frames from how the rest of the plugin is setup. You can get jumping down to nothing by setting Jump Velocity = 0 and Minimum Jump Height = 0 (jump frames only divides the amount in jump velocity). It still has a frame of jump animation, but if you want to get rid of that the best bet is just to overwrite the jump button entirely.

As for updating the jump physics, they will update but currently you have to wait until the next scene to see the change (because of some interactions between a number of other variables, the game needs to do some error checks when it loads a scene for jumping). I'm planning on adding an event that lets you update the jump fields directly, but I haven't had a chance to create it yet.

yeah that scne chnge b4 an update can be a little tricky to pull when u want to update any grvity real time. thanks! hope the next update solves  these issues good luk