Coffee Ratio Calculator
This is a project I just made to practice coding and get back into making unity projects.
This is a calculator that will let you input weight of coffee beans or volume of water and will calculate the other based on a ratio that you can change.
V1: It seems unity's web gl won't run if you're using a vpn. However now I cannot get the project to fully load now that my vpn is off.
V2: is up, no real changes except separating and tidying scripts.
V3: changed player settings but wouldn't load in browser/
V4: worked by having "Decompression fallback" checked in the player setting and also having a web.config file
V5: removed web.config from V4 and still runs.
V6: cleaned some code and introduced fraction reductions.
V7: added comments to most code in the program, as well as testing resolution settings. I'm having trouble with getting the build size. It doesn't seem to change when I change Itch's embed options or Unity's resolution options. Auto detect size doesn't work either.
V8: (Current) The canvas size was fixed by enlarging all displayed elements. The unity display was set to 16:9 but I manually set it to 960x600.
Download
Development log
- 1.8 Camera resolutionJul 29, 2021
- 1.7 Player settingsJul 27, 2021
- 1.6 Fraction reductionsJul 01, 2021
- Playable testJun 21, 2021
Leave a comment
Log in with itch.io to leave a comment.