Godot Version
Godot version 4.5
Question
For some reason when I slide on the vent it odly goes through the floor but only when im at max sliding speed, why? (I would upload a video but I cannot as I am a new user)
Godot version 4.5
For some reason when I slide on the vent it odly goes through the floor but only when im at max sliding speed, why? (I would upload a video but I cannot as I am a new user)
A bit late lol but can you share a link to a video? (youtube for example)
Sorry I could not remember my godot acc code for a while si this is really late but here https://youtu.be/4xgOOFM0KKc
it seems like your vent and your player do not share collision masks, so the vent moves out of the player’s way while the player does not acknowledge the vent’s presence; this leads to the vent being forced out of the player, maybe you can reproduce this easier by jumping onto the flat vent.
It worked thanks so much for the help