Issues have arrived... The Search for a Reliable Solution to Returning Players in Unreal Engine.
Greetings, fellow game developers!
Chris here.
Today, we're going to discuss an issue that's been causing me quite a bit of trouble lately. As some of you may know, returning players to their original location after a mini-game can be a tricky business. My original idea was to store a reference to the tile and simply place the player back there when the game was over. Unfortunately, Unreal Engine had other plans. The tiles (and their references) were being destroyed when changing maps, making it impossible to use them as a reference point for returning players.
After some trial and error, I decided to switch my approach and store the tile name instead. This allowed me to loop through all the tiles and find the correct one to place the player. While this solution works well MOST of the time. It still has too many flaws to use reliably.
I tried creating an index variable for each tile and setting them to unique values, hoping that would solve the issue, but it proved unsuccessful. It's clear I need to try a new approach.
Despite these setbacks, I'm confident that I will find a solution to this demon. I will be sure to update you all once I have a breakthrough. In the meantime, keep on coding and don't let setbacks discourage you!
Get Party Panic!
Party Panic!
Race against your friends for the treasure in this 4-player party board game!
Status | Released |
Author | ctrl.alt.defeat.team |
Genre | Adventure |
Tags | Board Game, minigames, Multiplayer, party-game |
Languages | English |
More posts
- Game Over! Continue?Jun 24, 2023
- Reflecting on the Journey: The Finale of Party Panic's Development... or IS it?Jun 22, 2023
- New UI, same old usJun 17, 2023
- Animating A Mesh Without a Skeleton by WhitakerJun 16, 2023
- Animating Text in a Widget By WhitakerJun 16, 2023
- Final Stages and Future Prospects: Party Panic DevlogJun 15, 2023
- The Volcano is active!Jun 10, 2023
- Devlog: Conquering the Challenges in 'Crash'em Karts' - New Kart Racing Mini-gam...Jun 09, 2023
- Camera Angles and using new CamerasJun 08, 2023
- Party Panic! Devlog: Navigating through Challenges and Revving Up for a New Mini...Jun 02, 2023
Leave a comment
Log in with itch.io to leave a comment.