Hi, I have a problem with version 5.3
if I have 2 stacked actors that I can take and I take the one below the one above remains suspended as if the “simultae physics” was deactivated but it is not. (if you hit them with the player they fall normally)
This does not happen in version 5.2.1 (as in the video) using the same project.
Is this a bug or is there a new setting that I’m not aware of?
Thank you for the time you want to dedicate to me.
Patience is the virtue of the strong! … in the meantime I found another problem… if in the viewport you change from perspective to orthographic view the engine always crashes.
Hi Chris, I would just like to know if you are working on the problem or do I have to give up that kind of physics in my project. Thank you for your interest.
A potential work around could be to disable collision on the removed item before you actually remove it. You could also restart the phys sim on the actor above when the one below is removed.
I’ll poke around and see if I can get a good result.
Works fine. Stacked physics actor, physics actors that fall and stack. All work fine when you destroy the actor beneath it.
Works fine if I teleport the hit actor to a new location.
Only question that remains for me is… Is this Multiplayer? Are the items Server spawned and replicated? Are the removals done via Server, not local client.
If they are replicated actors and you destroy/remove them locally then it’s working as it should. Servers version still exists, thus the top one will not react.
Removals/Destroys have to happen on the server (authority).
Ok thanks, actually now in 5.3.2 it works in a new level, I just have to re-import everything.
When I tried the same operation with 5.3.1 I had no result and so I imagined that that wasn’t part of the problem too.
Thanks for your support.