I’m trying to recreate habitrpg.com in UnityGUI, but I’m not very familiar with UnityGUI. I have the backend for all the data worked out, and I’m working on the gui.
Currently I’m working on the health and experience bars. I have a script, which is working, but I don’t like the way it looks. I would like to have the square bars with the black border, the red and yellow fill with the white in the non-filled part. I don’t have to match the look of habitrpg.com completely, but I would like to get relatively close.
When I’m done with the health bars, the next step would be to create a script that creates the list of buttons based off of the data entries in the json.
I could use any help that anyone is willing to provide.
tl;dr
Should I use UnityGUI, or should I use some other system like edriven gui, ui toolkit, etc. (ngui is out of my price point at the moment, but I would consider if it things get serious)?
Does anyone know how to create health and experience bars that look similar?
Looks nice, but probably out of my price range atm, especially considering that I don’t have a unity pro license. I don’t know if I’ll ever actually make any money off my work. I’m just kind of doing this as a hobby project right now.
I’m actually relatively new to coding and am learning specifically for this project. I’m more of a 3d generalist. I’m still trying to figure out how to correctly parse the habit,daily, todo, reward lists from the JSON.