2:11pm - I'm at the McDonald's again today and hopefully I'll get more work done than yesterday. I had a good long sleep last night and things are going well for me.
2:28pm - Okay first question to myself today, why did I set up the interface between the InputController and the WorldController scripts as a callback? There's no reason for them to ever not be connected, and it's a lot of code for something that could be handled by a method call on the connected object. They're even on the same gameobject in Unity.
I think I'll switch it around. It'll be a bit of coding but it should be faster and cleaner, and make more sense.
3:50pm - I did what I said and it is now faster and cleaner, and makes more sense. I'm working on the input commands for the MenuController now.
5:37pm - I've done a lot of work, and now the MenuController accepts input commands. Though the only one it responds to so far is opening and closing the MenuPanel.
I think I'm going to pack up and go now. My right ear is starting to bug me again and I still need to get a haircut before I go home. I think I've made good progress on the game today.
2:28pm - Okay first question to myself today, why did I set up the interface between the InputController and the WorldController scripts as a callback? There's no reason for them to ever not be connected, and it's a lot of code for something that could be handled by a method call on the connected object. They're even on the same gameobject in Unity.
I think I'll switch it around. It'll be a bit of coding but it should be faster and cleaner, and make more sense.
3:50pm - I did what I said and it is now faster and cleaner, and makes more sense. I'm working on the input commands for the MenuController now.
5:37pm - I've done a lot of work, and now the MenuController accepts input commands. Though the only one it responds to so far is opening and closing the MenuPanel.
I think I'm going to pack up and go now. My right ear is starting to bug me again and I still need to get a haircut before I go home. I think I've made good progress on the game today.