Models deleting themselves unprompted


Okay, so this probably isn’t a good picture, but in my game we had a glitch where two engine models deleted themselves. We went back to the regens, and those were gone too. This has happened before, and we know it’s not an admin messing with us.

Why do models delete themselves? Is it a problem with StreamingEnabled? How can I prevent it?

1 Like

If you have streaming enabled set to true, you can filter out specific parts/models to always be streamed

Under your models properties tick the property ModelStreamingBehavior → Persistent

2 Likes