Picking up development again after the small break from it last week, I find myself having a few errors. I move on regardless, and work towards fixing the fish counter bug and implementing some UI.
I started with a plethora of errors. I wish I could remember why it happened and how I fixed it, but I cannot. I have a feeling I just forgot to reference something within the scene.
I then decided to fix an error with the fish count. I had changed how I approached counting the fish because my previous code was extremely expensive on processing. However, this left me with a bug where the fish count would not decrease when a fish was removed from the scene. Luckily, this was an easy fix.
I then decided to add a menu for my baits and berleys. I thought this would be much clearer than having the number buttons and shift. I used animations to set up the menu movement, however, I had the issue where it kept looping and getting stuck. I ended up having to leave this bug for next week.