Dynamically owned elements fail to synchronize across the network¶
Symptoms
Updates to an element that is network enabled similar to the following IMML fail to be propagated to other clients in the same network context.
<Primitive Type="Box"> <Network Enabled="True" /> </Primitive>
Known Causes
Dynamically owned elements are managed by the VastPark Server according to the IMML in the client folder. In the scenario where you run your hosting without client IMML, network enabled elements will fail to synchronize as the server has no knowledge of them
Solution(s)
Avoid hosting IMML away from the VastPark server where the scene will contain dynamic elements.