Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hi! thank you for this plugin! I'm looking forward to playing around with this.

Quick question: is this compatible/interoperable with the Player Field plugin?

I have a "grounded" variable set with player field for a jumping attack, but when I tried building and running I get this warning:

?ASlink-Warning-Undefined Global '_grounded' referenced by module 'script_input_2'
- 1

Should I set this up using P+ and remove the player field plugin?

Yes, unfortunately do to the changes to how platforming works, it isn't compatible with the grounded check anymore. You can still use other parts of the player fields though. Instead, you need to check what state the player is in using the Store Platformer+ State to Variable event, and check if that is grounded

Yes! I should've checked the documentation first. Now I feel dumb lol
I tried with the P+ fields and didn't work but now I realized I should've set the current jump state to 0 and not 1.

Apologies! and thank you for the prompt response :D