UI versus Shared Pointers
Lustrat Somnia » Devlog
Dev: Jacob Zhu
For this week, we've been trying to polish the game up for the Full Sail Project showcase, and a really troublesome bug appeared. Apparently, when getting in and out of our sentry in the game, our UI for the Pause Menu stops working by not registering any mouse input, despite appearing when pressing the keybind.
The issue came down to blocking UI layers on top of one another, and a fix implemented was to try to create new UI and destroy it everytime the Pause Menu is called.
This cause a new host of problems however with the engine calling for Shared pointer errors, so more work has to be done to abstract the Pause Menu UI logic.
Get Lustrat Somnia
Lustrat Somnia
Horror game with horde defence
Status | Prototype |
Authors | The Vermilion Chocobos, Sun, Ren, TheCephaloDev |
Languages | English |
More posts
- Winning randomNov 18, 2023
- Components Vs ActorsNov 10, 2023
- UI subsystem abstractionNov 03, 2023
- AI Accidental MartydomOct 23, 2023
- Clashing systemsOct 20, 2023
- Positioning a randomized objectOct 16, 2023
- Dev Log: Issues with Turning MeshOct 14, 2023
- UI Player Feedback and DirectionOct 14, 2023
- DevLog: Point System and Random ItemsOct 07, 2023
Leave a comment
Log in with itch.io to leave a comment.