Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Released] Final Tank Track Simulator, A powerful track simulator for Unity

Discussion in 'Assets and Asset Store' started by Sword-Master, Oct 14, 2017.

  1. Sword-Master

    Sword-Master

    Joined:
    Aug 29, 2017
    Posts:
    16

    I'm pleased to announce Final Tank Track Simulator, a powerful track simulator for Unity:https://www.assetstore.unity3d.com/en/#!/content/99013

    View attachment 250561

    Working principle:

    In this package,each wheel collider of tank generates the displacement relative to tank’s vertical direction, then we record each wheel collider’s current position, assigning this position information to its corresponding wheel model and wheel bone,that is to say, each wheel model’s position and wheel bone’s position are always the same as their corresponding wheel collider’s position.

    Besides,the track's skinmesh is binded with wheel bones,when a wheel bone generates displacement relative to tank’s vertical direction, corresponding part of the skin which effected by this wheel bone will generate deformation .

    As far as the rotation of wheel model, we calculate wheel colliders’ average rotation speed on one side of the tank,and applied this rotation speed to each wheel model’s rotation on this side of the tank.


    Feature:

    1. The editor of Final Track Simulator is very friendly,and you will set up your tank easyly and quickly without knowing how to code.
    2. Highly simulate the movement of tank's track.
    3. Comprehensive documentations,and tutorial videos help you get started.
    4. To learn more please visit:https://www.assetstore.unity3d.com/en/#!/content/99013
    This is the editor of track simulator:
    These are the documentations:

    (1)the documentation which name is Binding Bones To Tank Tracks Guide will teach you to bind bones to your own tank'tracks in 3ds max software,in order to make your model could be used by the Final Tank Track Simulator:

    View attachment 250560
    View attachment 250558



    (2)the documentation which named Final Tank Track Simulator Manual will teach you how to set up your tank's tracks by using the Final Tank Track Simulator:

    View attachment 250559

    These are the tutorial videos on youtube:
    (1)how to installation :

    (2)movement show :