Page cover image

Vertex Forge

Introduction

Vertex Forge is a flexible editor and runtime tool for baking any kind of textures and maps directly into mesh - per vertex. Those can be regular texture assets, camera reflection or ambient lighting cubemaps, and even scene lightmaps.

By storing textures in vertex buffer instead of separate files, significantly can be reduced disk usage and final project build size - making Vertex Forge a smart optimization tool for performance-focused projects.

Right mesh doesn't use diffuse texture, it is baked inside mesh vertex color. Retro Cartoon Cars asset by RCC Design
Meshes on the left side use diffuse and baked lightmaps. Meshes on the right use 0 textures - everything is baked inside mesh. Low Poly Dungeons Lite asset by JustCreate
Leaves thickness, ambient occlusion, wind resistance and face top/down values are baked inside mesh. Meadow Environment - Dynamic Nature asset by NatureManufacture

In addition to its runtime capabilities, Vertex Forge includes robust editor tools that support simultaneous baking of up to 12 textures into mesh. The editor also features built-in mesh combining and optimization tools, helping streamline complex workflows and reduce draw calls - ideal for scene performance tuning and asset refinement.

Considerations & Limitations:

While the Vertex Forge tool offers a powerful way to optimize project by baking textures directly inside mesh, a few factors should be considered:

  • Per vertex texture baking should not be used as an alternative for the common texture rendering. Instead, it is an optimization method for reducing texture files count inside a project and speed up mesh rendering using special shaders that don’t use texture rasterization and read baked data directly from a mesh.

  • Textures inside mesh are baked per vertex and the quality and resolution of the result directly depends on vertex density. Therefor not all models may be ideal for texture baking. Extremely low-poly meshes might not benefit from the baked data:

Demonstration of how baked texture quality depends on the vertex density of a mesh
  • Custom shader requirement - Vertex Forge tool allows baking textures inside any mesh vertex buffer and package includes Preview shader for rendering this baked data. However it is up to the user to create and setup custom shaders for reading this baked data from a mesh and render it according to the requirements.

Compatibility

Unity version

Built-in RP

Universal (URP)

High Definition (HDRP)

2019.4

2020.3

2021.3

2022.3

6000.0

Non-LTS versions are not supported, same as alpha, beta or preview versions.​


Installation

After downloading and importing package, asset is ready to use.

Last updated