Marking objects as Static

Hello developers from around our planet. I have a simple question…

" Is there any benefit in marking all objects that are not going to move as Static ?"

In the places where I have like doors and other moving pieces I do mark as static that that does not move but, I am not sure if I should the same with everything that does not move.

Example : This room is made out of a single plane marked as static…the fans of course are not marked .
You can follow my project on https://www.facebook.com/pages/Project-Unknown/1616242345313882?ref=nf

As soon as I figure out how to upload pictures without FB making them full of artifacts I will upload more photos ~!

NavMesh, Lighting, Occlusion Culling, other systems… all have performance benefits for objects being Static and some require static objects.

1 Like

Thank you …I always seem to miss out the things I need. Learned how to make opening doors in 15 minutes, missed on everything else :slight_smile: