Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.
Channel packing plugin for Godot Engine 3.x
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.
Installation
This is a regular editor plugin.
Copy the contents of addons/zylann.channel_packer
into the same folder in your project, and activate it in your project settings.
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.
Reviews
Quick Information
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.