branchrust_reboot/main/static_groupcancel
111 Commits over 92 Days - 0.05cph!
FIxed build/client/server errors
Better selection of meshes to bake when a renderer has a mesh in each state (ie. permanently visible)
Cull some debris in gas station
Add a root HLOD to gas station and large oil for testing
Disable flare renderers if their intensity is at 0
Added an option to automatically assign a root HLOD to S2P, good for smaller monuments that can easily bake down into a single mesh (supermarket, gas station, warehouse, etc)
S2P now updates and bakes all child HLODs when building prefabs (for when we want to break a monument into multiple HLODs)
Fixed offset prefab causing offset baked proxy meshes
First pass on a HLODBounds component that grabs all renderers in it's bounds and creates a dedicated HLOD mesh
Added a Create Proxy Mesh button on the S2P component to quickly test what the baked down mesh looks like without runnig the full S2P
Added SceneToPrefabTag that can allow for forced inclusion/exclusion of renderes, as well as simplifying material arrays to exclude sub meshes
Only hide/show LOD components, not the full hierarchy (this will keep collisions intact)
Add graphics.StaticTileMonumentLod to toggle the new behaviour for performance comparison
Add LODMasterMesh component that enables a single mesh for a monument and disables all child renderers at a given distance
Leave the core monument untouched and bypass the ECS rendering/loading process
Fixed offset prefab causing offset baked proxy meshes
Hack around enough errors to get supermarket building static tile mesh