userJarryd Campicancel
branchrust_reboot/main/static_groupcancel

111 Commits over 92 Days - 0.05cph!

3 Years Ago
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
3 Years Ago
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)
3 Years Ago
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
3 Years Ago
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
3 Years Ago
Only hide/show LOD components, not the full hierarchy (this will keep collisions intact)
3 Years Ago
Add graphics.StaticTileMonumentLod to toggle the new behaviour for performance comparison
3 Years Ago
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
3 Years Ago
Fixed offset prefab causing offset baked proxy meshes
3 Years Ago
Hack around enough errors to get supermarket building static tile mesh
3 Years Ago
Package manifest fix
3 Years Ago
Merge from main