top of page

Tank Control Research

  • Writer: Janice
    Janice
  • Apr 20, 2024
  • 1 min read

UI displaying:


World of Tank UI includes a lot of elements, but the basic UI they use is informing players of the tank state they are controlling. Which is current tank speed, tank body facing direction and turret rotation. The current shell type the player using and reload amount.


Update vehicle speed UI, is runs a calculation to get the velocity of the vehicle. This could work on the tank UI, however, since we make the acceleration calculation, we just need to read the current speed would do the trick (Rigidbody velocity and clamp it).

UI design and layout will be using the UI element toolkit, and create a UI script to call the UI toolkit board to get the reference.


Outcome:



Commenti


Janice Game Portfolio

  • LinkedIn
  • YouTube
bottom of page