Full notes
Full TankDestruction update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Performance
- Server
- UI and audio
- Gameplay
A new update has been released! This update focuses on improving stability and fixing minor bugs. Here are the most significant changes:
Movement of player tanks over the network has been made significantly smoother.
Audio from AI tanks now plays properly - bullets will still make sounds even if two tiger tanks shoot each other.
Teleport skill now works as intended - teleporting the player to a random nearby location.
The largest problem that I had to overcome was smoothing the movement of the player tanks. I was using Unity's NetworkTransform previously, but because the NetworkTransform is utter rubbish, I had to code my own solution from scratch. Happy shooting! Joe
Source
Changelog.gg summarizes and formats this update. How we read updates.
