Fix Fly Faster crash
For the second level of our game, we included some waps that are at the start of the level. Those wasps were able to shoot me and some of their “bullets” were able to touch the trigger of the fly faster. When that happened in the game, the game crashed.
The solution was simple but I wanted to share this in case someone is passing throw this exact situation. The solution to this bug was to check if the overlapping actor was interacting with the fly faster power-up. If it was the player then I want the fly faster to work if it is not the player then I don’t want the fly faster power up to work.
In this submission, I am adding the screenshot of the second level where the wasp is able to shoot to the fly faster and also the code on how I solve this. I hope this is useful for everyone who reads it.
The Butterfly Effect
Live the experience of a butterfly from their own eyes...
Status | In development |
Author | teaminsertnamehere |
Genre | Puzzle, Adventure |
Tags | 3D, Animals, nature, Stealth, Unreal Engine |
More posts
- Puddle Particle Bug FixAug 25, 2023
- How can I use Gamepad in the UI Widgets in Unreal Engine 5?Aug 23, 2023
- Saving Sound Settings Between PlaythroughsAug 19, 2023
- Skip NPC Cinematic with Interactive KeyAug 18, 2023
- Movement UpdateAug 12, 2023
- Solve Fly faster counter to use multiple Fly Faster power Ups inside the levelAug 12, 2023
- Save System ContinuationAug 05, 2023
- How I can hide the HUD elements during the cinematics?Aug 05, 2023
- Save SystemJul 21, 2023
Leave a comment
Log in with itch.io to leave a comment.