Puddle Particle Bug Fix
Author: Charley Weaver
Last week, we encountered a minor bug regarding the particles coming off the wings while within our puddle obstacle. For some players, it would populate as expected, but for others, it would sporadically generate particles. Looking into the issue, it seemed the visibility cue was incorrectly placed. Originally, the toggle used to unhide the particles was within the butterfly itself. This caused some conflicting bool checks that spurred the issue at hand.
With this in mind, I created a custom event in the butterfly for activating and inactivating the particles. This event could then be called by the puddles themselves.
With the event being called within the puddles on overlap and "end of puddle effect" period, the particles generate as they should consistently.
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
- 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
- Fix Fly Faster crashJul 20, 2023
Leave a comment
Log in with itch.io to leave a comment.