Chaos Physics - Jonathan Kohl
Instead of a boring death animation I wanted the player to experience more satisfaction in killing AI. I began looking into Chaos Physics and how to use a geometry collection. I first ran into problems spawning the Geometry Collection, I could not use a skeleton mesh for the geometry collection, and then I ran into performance issues. with so many obstacles in adding this feature I almost decided to scrap it from the game and default to a more traditional kill animation.
The first issue was that the mesh was not compatible. I solved this by simply using a column object from the unreal collection then created a geometry collection from that. When I spawned this object into the scene after the AI died, there would be a two second freeze. I decided to make an asset pool, so that I only needed to change the objects transforms. When I tried to call teleport, the objects wouldn't budge. I ended up toggling physics until I moved the collection. This solved my problem. Lastly, I was creating an absurdly large geometry collection that nearly broke the game when shattering. This required research to learn more on how to properly make a geometry collection and made a more reasonable asset.
In Plain Sight
Status | In development |
Authors | 6SidedStudio, TrayCoats, Jonathan Kohl, wunt, Kyu, Glitch, DeltaCompany |
Genre | Puzzle |
Tags | Fantasy, First-Person, Horror, Stealth |
More posts
- Death And RebirthJun 01, 2024
- Missing Projectiles - Jonathan KohlMay 31, 2024
- Town AlarmMay 31, 2024
- Opening back up the Opening.May 31, 2024
- Try, Try, AgainMay 30, 2024
- When the hint shop scammed the playerMay 26, 2024
- Town Alarm Collision DetectionMay 25, 2024
- Grappling hook and Shifting prioritiesMay 25, 2024
- Making Cutscene is Time ConsumingMay 24, 2024
- Trouble Returning Ritual Items – Jonathan KohlMay 24, 2024
Leave a comment
Log in with itch.io to leave a comment.