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

0 votes
asked Apr 11, 2017 in General Questions by josedacosta (320 points)

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

1 Answer

0 votes
answered Apr 11, 2017 by ludek.vodicka Skipper developer (140,450 points)

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.

commented Apr 11, 2017 by josedacosta (320 points)

Thank you for your reply :

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

it's good to know
Thank you

...