appsinacup / godot-rapier-physics

Godot Rapier Physics – 2D and 3D physics engine for the Godot game engine. with better stability, performance, liquids, determinism, state serialization and no ghost collisions.
https://godot.rapier.rs
MIT License
428 stars 22 forks source link

Area2D don't collide in web exports #260

Closed LifeHckr closed 1 month ago

LifeHckr commented 1 month ago

When web exporting area2d no longer collide. or body_entered and related signals no longer emit.

Add a CharacterBody2D and an Area2D, connect the Area2D body_entered signal through the editor to a piece of code. Works fine on preview, but on web export Area2D collisions no longer work.

In the sample project there is an area2d below the player, which, on collision should change the text.

Environment:

Example project(zip) godottester.zip

Ughuuu commented 1 month ago

This was fixed on latest main, just a new version/release wasn't yet made. https://github.com/appsinacup/godot-rapier-physics/issues/225

Ughuuu commented 1 month ago

Will make a release soon, re-open if it happens in that too.