Vertex Animation Texture System
Vertex Animation Texture (VAT) system for Unity 6 with URP support enables efficient skeletal animation baking and playback using texture-based vertex data. Features a complete pipeline with VATBaker for baking animations, VATData for storing texture-based animation information, and VATPlayer for runtime playback, all integrated with Shader Graph for flexible material creation.
com.eviltwo.vat-system Unity Compatibility
Unity 6 Supported
2023.2 Unsupported
2023.1 Unsupported
2022.3 LTS Unsupported
2021.3 LTS Unsupported
2020.3 LTS Unsupported
2019.4 LTS Unsupported
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/vat-system.git README Markdown
Copy this to your project's README.md
## Installation
Add **Vertex Animation Texture System** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/vat-system.git
```
[](https://www.pkglnk.dev/pkg/vat-system)README
Vertex Animation Texture System
VAT for Unity 6 (URP)
- VATBaker -> VATData -> VATPlayer
- Shader Graph (and Sub Graph)
The models from Synty were used for the screenshots.
Import via UPM
https://github.com/eviltwo/VATSystem.git
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In