I've really liked the editor/inspector level experience of GridController, but I am admittedly struggling with the coding side.
I've checked through the demo and scripts as well as the api page of the site, but I still can't seem to sort out how to access a lot of the pieces. The API seems like it might be out of date though given the Surface example in the forums and trial and error lead me to using
Code: Select all
GridController.Instance
However, I'm still struggling to sort out how to access OnEnterPosition, for example. I was able to use ForwardPressed successfully but that only applies to keyboard controls not UI buttons, and will affect a character that has not moved, but tried to move. (In this case I want to trigger some effects if the character successfully moves in any direction).
Sorry for the bit of ramble there. I'm been trying to sort this and feeling like I'm missing something right in front of me.
Are there any example scripts in the asset or updated references I might be missing to help me sort things out?