I'm making a multi-player game, which needs to have, a LOT of networked objects, these are destructible walls.
Any ideas of how to make dynamic loading? I think I would attach a trigger and keep a global table for each out-of-sight object.
I'm not sure what to do, if you've already implemented something similar I would like to know