Structure Loading Distance behaves correctly in Planet Studio but won't go any lower than 5km in flight.
Steps to reproduce:
- Build large structure in PS planet designer, set load distance to small amount. (say 100m)
- Snap camera to ground and move outside of the structures load distance. The structure will de-spawn.
- Spawn a craft at this location, and the structure is loaded. Take off and it will remain loaded until around 5km AGL.
@AndrewGarrison Thanks for the response, I've tested your suggestion and discussed it a bit further with Pedro and I now have a working solution. I wanted rocks with a loading distance of 250m, so I've set the structure to have an arbitrarily selected Loading Distance of 1000m and a single LOD with a small multiplier value (I chose 0.25). I've then set the parent Empty to have a minimum LOD of 1, which seems to successfully force a loading range of 250m.
Curiously, this solution seems to get around the "whichever is largest" principle, I was expecting that making a 1km loading distance would result in an actual in-game structure loading distance scaled by the physics distance in settings but this isn't the case. Presumably by forcing the single LOD I've somehow been able to get around it, perhaps it only applies LOD 0?