branchrust_reboot/main/fix_cliff_gapscancel

34 Commits over 0 Days - Infinitycph!

14 Days Ago
Tightened anchor setup for rock_formation_small_a
14 Days Ago
Tightened anchor setup for cliff_hills_mid_c
17 Days Ago
Applied a similar fix as 158818 to cliff_tall_slope_r_[a-b] prefabs to prevent holes in terrain at the corners of the cliff
17 Days Ago
Tightened anchor setup on cliff_hills_large_c
17 Days Ago
merge from main
17 Days Ago
merge from main
20 Days Ago
More anchors on each of the rock_formation_medium_d variants (hills, rock formations and river rock formations), preserving their independent slope scale and offset/extents
20 Days Ago
merge from main (gimme terrain_anchor_tooling)
20 Days Ago
Missed the added files
20 Days Ago
- Modernise CliffSandbox UI to use RustButton, RustText, RustInput... - Added teleport to marker button - Added help text so more devs can use this tool in the future if needed - Added hot reload of prefabs so you can change a cliff prefab's setup and remain in playmode to iterate much faster on problematic cliffs
21 Days Ago
Applied a similar fix as `158818` to cliff_tall_slope_l_[a-b] prefabs to prevent holes in terrain at the corners of the cliff
21 Days Ago
Tightened up anchors for cliff_hills_large_f
21 Days Ago
Modify setup of all cliff_tall_[a-d] prefabs to use 3 separate TerrainHeightSet raise. Keeping the original big one at origin and then adding 2 smaller radius 10 either side to catch edgecases where the cliff spawns at the right angle where you can walk underneath it. Took some time to get this to always look nice with no abrupt hills in terrain
21 Days Ago
Tightened up anchors for cliff_hills_large_a
21 Days Ago
New "Carve Selected" button in the CliffSandbox to modify terrain for a single selected prefab
21 Days Ago
Added a terrain height set raise object to cliff_tall_d (this was the only tall cliff without one, allowing there to be gaps in the terrain when it was placed)
21 Days Ago
Increased extents/offset of edge terrain anchors of cliff_hills_large_c from 2 -> 2.5
21 Days Ago
Further tightened anchor setup of cliff_hills_large_b
21 Days Ago
Tightened anchor setup for cliff_hills_large_c
21 Days Ago
merge from main
35 Days Ago
Fixed pre cliff bake sometimes not using the right seed and made re-anchoring more reliable, now using select to re-anchor rather then attempting to re-anchor string inputted prefab names everywhere
35 Days Ago
Adjusted rock_formation_d some more to avoid gaps
35 Days Ago
Changed both cliff_tall_b and cliff_tall_slope_l_a 's TerrainHeightSet object properties to fix close-by cliffs sometimes carving out eachother's terrain corners and creating gaps between terrain and the cliff - Now using "Raise" mode instead of "Set" so overlapping radii take max and don't fight eachother - Increased Opacity from 0.5 -> 0.75 to make the terrain raising a little more harsh (changing to "Raise" alone didn't fix the gap completely)
36 Days Ago
Slightly lowered the centre rock of rock_formation_d to prevent a terrain in the middle
36 Days Ago
Removed redundant Unity tools entry
36 Days Ago
Fixed cliff_hills_large_b poking out of terrain - Added a few more terrain anchors - Increased offset/extents of all anchors from 2 -> 2.5 to help with sloped placement (more anchors alone did not solve the example case)
36 Days Ago
Added support to the CliffSandbox scene to recalculate prefab positions based on terrain anchors, specifying what prefab name to recalculate for
36 Days Ago
Changed both `cliff_tall_a` and `cliff_tall_c` 's `TerrainHeightSet` object properties to fix close-by cliffs sometimes carving out eachother's terrain corners and creating gaps between terrain and the cliff - Now using "Raise" mode instead of "Set" so overlapping radii take max and don't fight eachother - Increased Opacity from 0.5 -> 0.75 to make the terrain raising a little more harsh (changing to "Raise" alone didn't fix the gap completely) Subject2Change
36 Days Ago
Fixed broken consecutive cliff recalculations because of gameobject destroy frame order
36 Days Ago
Preserve order of cliff prefab operations. Run a pre-cliff baseline on the real procgen pipeline to get the state of terrain before cliffs are placed for accurate runtime recalculations. Don't move the camera when recalculating terrain
37 Days Ago
Recalculate button keeps cliffs in the same location
37 Days Ago
2 gizmo options: 1. Distance culling 2. Select what cliffs to show gizmos for by clicking them
37 Days Ago
Improvements to the CliffSandbox dev scene - Select cliff prefabs from inspector dropdown - Can provide a real `.map` file, coordinate and region size to instantly generate the real terrain and cliff data from a live map for debugging - Toggleable prefab gizmos in playmode - Spawnable player-sized capsule for sense of scale
41 Days Ago
First pass on CliffSandbox dev scene to generate a procedural terrain heightmap and test cliff placements using the prefab's setup