godot-jolt / godot-jolt

Godot Jolt is a Godot extension that integrates the Jolt physics engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Area is null when interfacing with PhysicsServer3D

jbromberg opened this issue · comments

The following line works as expected when using Godot's physics engine and when using Jolt it throws an error.

PhysicsServer3D.area_get_param(get_world_3d().space, PhysicsServer3D.AREA_PARAM_GRAVITY)

The error:

Parameter "area" is null.
  <C++ Source>   ./src/servers/jolt_physics_server_3d.cpp:513 @ _area_get_param()

Duplicate of #777. Fixed in #778.