Milestone 3: Replacing UI Assets and Inventory
So Milestone 3, Replacing Art Assets and Inventory, Dialogue System with my partner Lance, and making the UI a bit prettier. I focused on the UI for the first week or so. Making the player’s health look more like a panel with a gauge for reading health. I also added a damage fade effect, so it reads the amount of damage. I did this by adding a DamageTextFader method that uses the color tool in C# and Unity to change it to a transparent color in 5 seconds!
I then made that feature into a package and pushed it into my branch. Then I pulled the new changes from my teammates into GitHub. We had troubles for a couple of days but were able to fully fix it and get to a full stable build. Now I have fully separated the UI Elements and Health Script. Now I am working on the Inventory System and then I will be working on prettifying the dialogue system.
To separate the UI elements, we had to add all the methods to another script and add a method to our state machine to make the health elements fully be called on an OnEnable and Disable script. It is fully called an Active Elements method. After fixing the UI elements by adding it to a player state machine and loading it in there. I then moved onto finishing the Inventory system. What I did was create scriptable objects to listed into a Inventory Manager which would then add the icons and name of the item into the Inventory Box. How I organized them, I created a grid to separate them by 5 units and keep them in the center of the box. To make the inventory work and collect items within the UI, I made four scripts, InventoryManager, InventoryItemController, ItemPickup, and ItemController. InvetoryManager manages the whole of the inventory, setting the inventory prefab and where the inventory content is. It also manages the items within the inventory and in combination with the InventoryItemManager, it lists and removes items from the inventory.
Files
Get Iron Echos: Zenith's Uprising
Iron Echos: Zenith's Uprising
A Robotic Wanderer "Zenith" With corrupted memories hiding their past, they embark on a journey looking for answers
Status | In development |
Authors | Strayife, JohnIsDecent, WickedSomeone, logan21113, Xexem |
Genre | Action |
More posts
- Milestone 4: Finalizing UI AssetsDec 06, 2024
- Seth Kolb: Milestone 4 - Graphical Tweaks and Post ProcessingDec 04, 2024
- Seth Kolb: Milestone 4 - Outline ShaderDec 04, 2024
- Logan Milestone 3/4Dec 02, 2024
- Milestone 2: John's Healthbar and MinimapDec 01, 2024
- Lance Harrington: Modeling for the SemesterNov 30, 2024
- Seth Kolb: Milestone 3 - Refactoring Weapon SystemNov 30, 2024
- Seth Kolb: Milestone 3 - Level Design for PlaytestNov 29, 2024
- Lance Harrington - Milestone 3 Part: Enemies and PortalsNov 25, 2024
- Lance Harrington - Milestone 3 Part 1: Save SystemNov 21, 2024
Leave a comment
Log in with itch.io to leave a comment.