jp.keijiro.gltfast-tweaks
v1.1.1
Published
Editor extension that adds per-asset texture import overrides (downscale, GPU compression, filter mode) to the glTFast importer.
Readme
glTFast Tweaks
glTFast Tweaks is a Unity Editor extension that provides add-ons for the glTFast package.
Features
The settings live in Project Settings > glTFast Tweaks.
Texture Overrides
Texture Overrides lets you override texture import settings per glTF asset.
It's especially convenient for .glb assets with embedded textures, which can
inflate memory and disk usage when those textures are high-resolution and
uncompressed.
When a glTF asset is imported, its embedded textures are adjusted according to a set of override options:
- Size: longest-edge clamp (downscale)
- Compression: texture compression level
- Filter: texture filtering mode
The list is built by scanning the project; press the Scan for glTF Assets button to rebuild it on demand.
How to Install
The glTFast Tweaks package (jp.keijiro.gltfast-tweaks) can be installed via
the "Keijiro" scoped registry using Package Manager. To add the registry to
your project, please follow these instructions.
