Skip to content

[UI/Mobile] Idea of mobile version #11

@LuigiElleBalotta

Description

@LuigiElleBalotta

I don't know unity very well, but I've an idea to play on mobile.
We should check if we are compiling for desktop or Android/iOS.
We already have everything for desktop.
On mobile we should draw the GUI in a different way.

The camera can be rotated using the finger's swipe.
There should be a virtual joystick on the left to move the player (we can have the same camera script).
Some spell on the right side of the screen. We can re-use already implemented spell with an addiction:
Spell should have an Enum that is structed as:

  • Mobile Only
  • Desktop Only
  • Both

This enum tells the server how many spell i can use (and show) on mobile and/or desktop mode.

The target:
We can choose to auto-aim the target as lots of warcraft-like games, we can draw a pointer in the center of the screen and enable spell casting when we have a target in the pointer (so we aim the target, start spell casting and if the target is moving the camera will follow the target).
OR we can use warcraft similar system, so we have to touch the target then we can cast.

For mobile i think chat should be removed ( CoD mobile uses vocal chat, but i think it's not needed ).

For player/target health/mana GUI object there are 2 ways:
draw a simple bar over our head or resize the existing GUI using some responsive techniques

I hope this is an interesting idea :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions