My plan is to make a top down shooter on mobile using Unity 2D. This is the first game that I am making after doing some online tutorials. I am giving myself 1 month to finish the project. As a little incentive to get it finished in time I will try and enter it in the game jam. https://itch.io/jam/gamedevtv-community-jam
Today I have spent my time getting Unity working with my mobile and getting a touch joystick working.
I believe the important thing on a mobile is that it is playable in portrait and with only one finger as this is the most natural way to hold a mobile device. The problem arises in that you have to move and aim with the same controller.
The first joystick doesn't have the feel that I would like for the game. If you move the joystick to the left and hold your finger the character will keep moving to the left. I would like character to stop moving when you stop moving your finger. I will have to investigate further.