branchrust_reboot/main/gib_poolcancel

82 Commits over 395 Days - 0.01cph!

4 Years Ago
Make targetprefabid an accessor with private set
4 Years Ago
Merge from main
4 Years Ago
Merge from main
4 Years Ago
Unsaved
4 Years Ago
Reapply physics sync changes Increase prepool amount to 100
4 Years Ago
Merge from prefabattribute
4 Years Ago
Apply a minimum size of 0.05 on each axis so that box colliders don't become extremely narrow
4 Years Ago
Prepool 50 gibs Ensure Physics sync happens even during an exception Get disabled components in children Don't assign physics mesh to renderer
4 Years Ago
Remove the extra loop to find the appropriate mesh override at runtime, instead make an override for every mesh if an override file has been created
4 Years Ago
Pause auto transform syncing while generating gibs Add overrides for twig foundation and floor Fixed not being able to make a new override on child entities of a prefab Manifest
4 Years Ago
Merge from main
4 Years Ago
Merge from gib_pool/scriptableobjects
4 Years Ago
Apply physics mesh
4 Years Ago
Code review changes: Removed physics mesh workaround from diogo (no longer needed) Disable all colliders when pooling a gib Just disable random variation when benchmarking
4 Years Ago
Benchmark change
4 Years Ago
Merge editor sections
4 Years Ago
Merge cleanup (custom material support)
4 Years Ago
Merge from main
4 Years Ago
Remove unused gizmos
4 Years Ago
Compile fix
4 Years Ago
Fixed create gibs in scene button not working Added a 5% size reduction to reduce gibs clipping into each other when generating automatic gibs
4 Years Ago
Update gibs to use new life convars
4 Years Ago
Merge from main
4 Years Ago
Gibs now assign physics material correctly
4 Years Ago
Added a button to auto size all gibs to a box collider
4 Years Ago
Add support for sphere and capsule colliders including auto size methods Add support to spawn gibs in scene for testing
4 Years Ago
Merge from main
4 Years Ago
Fixed invokes happening after benchmark ends
4 Years Ago
Added a gibs benchmark scene to test performance = "GibbableBenchmark"
4 Years Ago
Remove some more allocations Update GibPrefab
4 Years Ago
Added a new custom Gibbable component editor inspector Added the ability to override the collider per gib-piece to a box collider Includes an Auto-size button to quickly snap a box collider to a mesh
4 Years Ago
Trying out pooling gibs