branchrust_reboot/main/hlod_improvements_aug_26cancel
2 Commits over 0 Days - Infinitycph!
Regenerate all the HLODs in the game
Had to resave all monument scenes, if there's any conflicts on other branches just discard this change as another S2P should fix the issue
Created a new Scene2Prefab batch window, exposes all scenes with S2P and allows us batch generate HLODs/S2P
FIxed an issue where the to cull components on a HLOD mesh could get lost due to unity's dirty check
Removed a runtime allocation when a HLOD mesh enters/exits range
Improved handling of biome visual meshes when generating HLOD meshes, now uses the Temperate mesh if available for rendering the HLOD mesh but adds all biome visuals to the to cull list so they are disabled at range (could cause cliff flickering at a distance)