• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


10 Jan, 2025

Updated at 23 Apr, 2025

Post/mid-replication subtree addition breaking atomic models

There seems to be a relatively rare bug when parenting models into an atomic model during the replication period

I’ve found this when creating a house loading system where models of the house got loaded in as chucks at a time rather than loading the entire house at once. I would then have code run when these models loaded in (can guarantee that all the submodels should have been loaded in) and found that I was getting rare errors where sometimes the submodels would not load in. These errors went away when I removed splitting up the atomic model and instead sent the entire atomic model to be streamed in/parented together. This retained the “snapshot” properly

I also have a vehicle system where vehicles get built up after the base gets replicated to the client (adds body of the vehicle, wheels, ect). This is throwing similar errors so I think these all fall under the same issue

I don’t have an easy to replicate repo of this issue, it is very hit or miss

I’m not sure if it’s related to the bug posted here but found this when looking into it: What's Next for Streaming - We Need Your Feedback! - #109 by CorvusCoraxx

A private message is associated with this bug report

1 post - 1 participant

Read full topic