I had so much fun playing this, my only suggestions are: the UI, please make it more consistent (the colour scheme changes a lot), the ocean, seeing as though you look at it a lot I'm sure you could find a seamless ocean texture, when you add it to a material in Unity you can add tiling, this makes the image repeat, if it isn't seamless you can see the edges of the texture on each tile, tiling increases the resolution making it easier on the eyes, Audio, the wave noise gets repetitive over time, you could add a bunch of sounds to a list/array and use Random.Range(1, 10), then use that value to get the sound: sounds[randomvalue].Play(); But other than that I'm looking forward to what you can do with the project in the next 10 weeks