0 votes

Hello,

It is not possible to delete a region "without removing entities inside", do you have a solution?

Second question:
How is a region defined? In your source code, because I have entities that do not want to leave a region ... even if I change the area of the region ...

Thank you

in General Questions by (320 points)

1 Answer

0 votes

No, currently it is not possible to remove region without removing its content. You need to move content away and remove region. We can check if it would be possible to implement such feature.

In case you move/resize the region, entities never leave the region. You need to explicitly move entities away from the region.

This is because of preventing accidental remove entities from the region by changing region's size.

by Skipper developer (141k points)

Thank you for your reply :

"You need to explicitly move entities away from the region."

it's good to know
Thank you