Godot 4 - Pushable Physics Doors With the Player - Make An FPS (part 40)

Автор - StayAtHomeDev ссылка - От автора: In this Godot 4 tutorial, we’re making it so the player can interact with our physics-based door by simulating force from a non-physics body. CharacterBody3D nodes are not physics-based, so we need to “fake“ the physics interaction with some collision information.
Back to Top