branchrust_reboot/main/halloween2022cancel
5 Commits over 0 Days - ∞cph!
Disable the 'Optimized Loading' Full option (causes unpredictable crashes - it could work for weeks and then start crashing all the time for some reason)
Note that this crash is caused by skipping asset warmup (which the Full option automatically does)
Remove prefab overrides in GameUI messing with the easter event UI
Remove RequireComponent from GhostSheetSystemSpaceUpdater, not really necessary and it makes prefab preprocess complain
Custom collider component support for BurstClothHitboxCollision
Allow specifying a transform to use for determining the up axis for cloth collision projection
Add a UseLocalGravity field to BurstClothHitBoxCollision to allow turning off automatic gravity orientation