Comments

Log in with itch.io to leave a comment.

(1 edit)

can you Teach me how can I enable gravity in specific portion ?

What I did was use a trigger volume. When an object first overlapped with the volume (using the on overlap event), the volume would disable gravity on the object. When overlap ended (using the on overlap end event), the volume would re-enable gravity on the object.

can you teach me step by step , yeah it's annoying I Know , I Tried ,and i am still trying 


here is what i did

(1 edit)

Make sure to use the overlapping actor given from the event. Ensure collision is properly set up so the overlap events are firing. Also be sure to tick “Generate Overlap Events” on the objects that can be affected. And this is all it needs in the trigger volume blueprints. Zero G Trigger Volume Blueprint

Tick Generate Overlap Events How in Blueprint  ,  Where?

can you show me?

and another thing can you tell me where did you learn all those thing?