Skybox should be infinite (you should never "reach" the end of the world) #198
Labels
bug
Something isn't working
Severity: Medium
Important functionality is affected, but a workaround exists
Giga and I did a little digging. First thing we did was confirm that "skybox.infiniteDistance" = true is set properly (i believe this is in one of the zone entity jsons). Then we noticed that when you unparent the skybox from the zone, it suddenly works (appears at an infinite distance), however multiple zones (which we need) will give you this weird split screen effect, because then it's trying to create multiple sky boxes when in truth we just want one skybox that switches depending on if you are within a zone entity itself. So it's about separating the skybox from the zone entity while telling it to swap it texture and settings based on what zone entity you are in."
The text was updated successfully, but these errors were encountered: