Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your first 3D game: Set the physics parameters of the mob before adding it to the scene tree #5689

Conversation

rburing
Copy link
Member

@rburing rburing commented Mar 13, 2022

This follows the recommendation from godotengine/godot#45638.

The respective update to the demo project is godotengine/godot-3d-dodge-the-creeps#4.

Fixes godotengine/godot#58132

…ng it to the scene tree

This follows the recommendation from godotengine/godot#45638
@akien-mga akien-mga merged commit 3cbf7d2 into godotengine:master Apr 29, 2022
@akien-mga
Copy link
Member

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 3.4.

@rburing rburing deleted the first_3d_game_set_physics_params_before_spawn branch April 29, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CollisionShape3D appears to initially spawn at origin, causing a body_entered() signal to be emitted
3 participants