Hi guys
I have troubles to get a Area3D, createt in Physicsserver3D, working.

as you can see in the picture, i create a area via server, add a previously saved BoxShape Resource to it, set some other parameters.
as far as i know, areas, createt via server dont show up when tick the debug collision shape property, so i test it whit a
normaly created Area3D (via node) and move it over the new created "Server area", only the node-Area3D have a callback setted foe enter area.
but when i move the node-area over where the "server area" should be, the node-area was not triggered.

so i clearly do something wrong..... i cant tell if the server-area has a shape, because it dont show up in debug-mode

please helpe me!

edit: i connected the node-area in my test project, dont showed here because i forgot to add it in in this example