Hi, how do i replicate existing destruction to meshes when a new player joins the game?
My problem is that when player 1 shoots walls and partially tears them down and when player 2 joins , player 2 sees whole walls without any kind of destruction.
Replication is set on. I even set the replication on on destructible component but it just wont replicate any existing damage. Movement and rotations of walls do get replicated but…
I have a hack in my mind that stores all hit data to walls on serverside and then sends that data to new players to simulate the destruction but i’d rather do it right way if possible.
Any help?