Just curious if there is a Check If Object is Grounded Node to see if an object is on the ground or not.
If not what is the best way to achieve this? Raycast?
I just want a Bool variable to either be true if grounded and false if not on objects.
This way I can make these objects do certain animations while in the air until they touch ground and do something else.
Thanks,
-Nate =]
In case you have Makinom, it has a Check On Ground node, which either checks a CharacterController (if you're using that) or also just a raycast.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
So with the raycast if I wanted to have an event continually check a game object bool variable Check On Ground. How would I do this if I wanted to be able to check this variable from anywhere, like in other events as a Global/Game Variable?
Follow my project on Reddit - My Game DevLog
relentingVids - My YouTube Channel
Half Super Shop - My Shop
In the Success slot, set a bool variable to true, in the Failed slot, set the bool variable to false. To have it available everywhere, but different for each object, use Object variable origin (and don't forget to add an Object Variable component to the game objects).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Also is Makinom in the works for WebGL update?
Follow my project on Reddit - My Game DevLog
relentingVids - My YouTube Channel
Half Super Shop - My Shop
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Once Makinom is updated making games will be such a breeze using this alongside with ORK!
Until then I will be learning more on both of these great frameworks!
Thanks a bunch!
-Nate =]
Follow my project on Reddit - My Game DevLog
relentingVids - My YouTube Channel
Half Super Shop - My Shop