Asset Types
The Assets Panel manages the assets in your project. There are several different types of asset.
Type | Imported From | Resource Extensions | Description |
---|---|---|---|
animation | .glb , .fbx | .glb | Animation keyframe data |
audio | .mp3 , .wav , .ogg | .mp3 , .wav , .ogg | Sound data |
css | .css | .css | Stylesheets for HTML |
cubemap | .png , .jpg , .webp , .avif | .png , .jpg , .webp , .avif | Environment lighting data |
font | .ttf , .woff | .json , .png | Font data for rendering text |
gsplat | .ply | .ply | 3D Gaussian Splat data |
html | .html | .html | HTML documents |
json | .json | .json | JSON documents |
material | .glb , .fbx | None | Material definitions for 3D models |
render | .glb , .fbx | .glb | 3D mesh data |
shader | .glsl , .vert , .frag | .glsl , .vert , .frag | Custom shaders for rendering |
sprite | Created in the Editor | None | 2D images for UIs or textures |
template | .glb | None | Templates for entity hierarchy |
text | .txt | .txt | Text documents |
texture-atlas | .png , .jpg , .webp , .avif | .png , .jpg , .webp , .avif | Sprite sheet image data |
texture | .png , .jpg , .webp , .avif | .png , .jpg , .webp , .avif | Image data for 3D models or UIs |
wasm | .wasm | .wasm | WebAssembly modules |