UPDATES!?! Finally 🙄
Here it is folks, a new release with a few features and bugfixes 🎉
I did not test the Android version on an actual phone, having trouble with the Android device I use for testing, so there may be some issues… Screen layouts have been in issue in the past because of the different aspect ratios. Just let me know in the comments if you have problems, I’ll try and test ASAP.
As mentioned before, I’ve been mainly focused on adding some of the alpha features I didn’t finish up last time, which includes VFX for the skills and some tweaks to the UI. Keen-eyed observers will notice I skipped 0.5a… I made the builds with the VFX changes, but not the bug fixes, and ended up not uploading them because of a pretty big bug 🙈
So with this release I’ve got some things in a good place and I can start working on some of the larger items I want in place before moving on to the Beta version of the game. For context, when I’m talking about the Alpha, this for me focuses on the core mechanics and infrastructure I need before moving on to the actual game, which will be the Beta version.
The main things I want to focus on next, probably not in this order, we’ll see
- Controller Support (which probably means redoing the input scheme and Options menu)
- D8 Dice UI (the idea is that you can upgrade your dice over runs, the D8 will be upgrade for the D6)
- Second character (which will probably include a character selection screen, with the idea that different characters have different Ultimates and different default dice layouts)
- Turn and Combat flow improvements (including the option to skip text and increase gameplay speed, this is a big one, since it means completely refactoring this class to use events for everything)
- Camera animations for idle and attacks (a big one I’ve wanted to add for a while, but beyond my current expertise, need to watch some tutorials…)
I’m sure there are other things on the Trello, but not that I can remember off the top of my head.
Files
Get So this is how I DIE
So this is how I DIE
Horde survival custom dice roller. Oh yes.
Status | Prototype |
Author | DuhblinnZA |
Genre | Role Playing |
Tags | 3D, Dice, Indie, Roguelite, Turn-Based Combat, Unity |
Languages | English |
More posts
- Animations are animating. Finally.49 days ago
- I'm having a hard time56 days ago
- Slow and steady wins the race?60 days ago
- You snooze you lose 😴Sep 30, 2024
- Time doesn't necessarily happen in chronological order.Aug 21, 2024
- Not dead yet...💀🎲Apr 20, 2024
- Thank you 🫶 (also, what's next)Mar 11, 2024
- We did it! 🥳Mar 01, 2024
- Small update on Alpha Demo releaseFeb 29, 2024
Comments
Log in with itch.io to leave a comment.
Yeah. As expected, Android build has viewport issues.
My experience has been that because the phones usually have longer/wider aspect ratios, and because my UIs are designed for 16:9, I need to handle the Canvas scaling differently on PC and Mobile.
I’ll figure out how to do that programmatically and then make a new Android build.