Basically, I send soft-referenced actors from the world to an array in the game instance and saved it to a save object. (resolved soft reference before adding). when the game starts it will fire an event on those actors to either change or destroy themselves (like doors, chest, or enemies that don’t respawn). In the editor, the save system works perfectly but when packaged, the actors are gone. Can anyone help?