← Back to Blog news

Godot 4.7 released: top free GLB 3D models for indie game devs

By BitSoul Team7/27/2026Updated 8/7/20264 min read31 views
Godot 4.7 released: top free GLB 3D models for indie game devs

Godot 4.7 shipped on June 18, 2026 — and for developers sourcing free GLB 3D models to populate scenes fast, it's the most asset-friendly engine release in years. AreaLight3D is now a first-class node, HDR output is on by default, and the new integrated Asset Store is stable and baked directly into the editor. Whether you're switching to Godot for the first time or doubling down on it, the 4.7 release fundamentally improves how quickly you can go from an empty project to a lit, populated scene.

This post breaks down what changed for your 3D asset workflow, which free GLB 3D model sources work natively with Godot 4.7, and how to handle the few import settings that trip up most first-timers.

What Godot 4.7 changes for your 3D asset workflow

What Godot 4.7 changes for your 3D asset workflow — illustrated

Godot has always been GLB-first — the binary GLTF format imports natively, with no plugin, no conversion step, and no manual material reassignment. Godot 4.7 doesn't break this pipeline; it extends it.

AreaLight3D is the headliner. Previously, approximating area lighting required stacking point lights or relying entirely on baked GI. Now it's a native node, which means any architectural prop or interior environment asset you import as a free GLB will look dramatically more convincing under AreaLight3D without touching a shader. Combine it with SDFGI and ambient lighting on environment assets becomes a one-click decision rather than a baking session.

Inline shader previews let you see material changes in the shader graph without running the scene — a direct win when tweaking roughness or metallic values on imported ORM-packed GLB textures.

HDR output is enabled by default. The baked ambient occlusion in your asset's ORM texture will read more accurately, and the visual gap between baked and real-time lighting narrows considerably.

The integrated Asset Store is the biggest UX shift. You can now browse, download, and install assets without leaving the editor. The current rollout is focused on free community assets, with paid support confirmed for future updates. The store is curated and still growing — which means external GLB model libraries remain the fastest way to bulk-up your scene geometry today.

Best free GLB 3D model sources for Godot 4.7

Best free GLB 3D model sources for Godot 4.7 — illustrated

For sheer volume of import-ready free GLB 3D models available right now, dedicated model libraries beat the nascent Asset Store. Here's how the major sources compare:

| Source | Format | GLB-native? | Volume |
|---|---|---|---|
| BitSoul 3D | GLB | ✅ Yes | 747 models |
| Poly Haven | GLTF/GLB | ✅ Yes | ~500 assets |
| Kenney.nl | OBJ/FBX | ❌ Needs conversion | 1000+ |
| Quaternius | FBX | ❌ Needs conversion | ~200 packs |
| Godot Asset Store | Mixed | Varies | Growing |

BitSoul 3D is the fastest path to free GLB 3D models without any conversion overhead. The marketplace hosts 747 game-ready models across characters, props, vehicles, and environment assets — all in `.glb` format. Godot 4.7 accepts them with a single drag-and-drop. Download free GLB characters, props, and environment assets from BitSoul's marketplace — free account required (no card); personal-use licence included, commercial from $4.99.

Poly Haven provides photogrammetry-based environment assets with excellent PBR materials. File sizes tend to be larger, so plan for LOD setup before committing them to a real-time scene.

Kenney and Quaternius both require an FBX-to-GLB conversion step. The fastest option is a one-liner with `gltf-transform`:

```bash
npx @gltf-transform/cli convert input.fbx output.glb
```

Or batch-export from Blender's GLB exporter with Apply Modifiers enabled.

Getting free GLB assets import-ready for Godot 4.7

Once you have a `.glb` file, Godot 4.7's importer handles the heavy lifting — but these settings save debugging time:

Set the correct import type. In the Import dock, use Scene for characters and complex props. Use Mesh Library only for GridMap tile sets. Getting this wrong is the most common reason animations or materials fail to load.

Deduplicate embedded textures. GLB files pack textures in binary. When you import many models from the same pack, Godot extracts duplicated textures separately, inflating your project size. Run deduplication before importing large packs:

```bash
npx @gltf-transform/cli dedup input.glb output.glb
```

Auto-generate collision meshes. Name your mesh `MeshName_col` (trimesh) or `MeshName_convex` (convex hull) before export — Godot 4.7 recognises these suffixes automatically. Alternatively, use Import → Physics → Decompose Convex in the Import dock for simple rigid-body props.

Verify normal map convention. Godot uses OpenGL normals (green channel up). Free GLB models from Blender or BitSoul will already be correct. If you see dark seams or pinching, enable Detect under the texture's Normal Map import settings.

GLB import checklist for Godot 4.7

Start building with free GLB 3D models today

Godot 4.7's AreaLight3D, HDR output, and editor-native Asset Store make this the clearest sign yet to build your scene library with free GLB 3D models. Skip the conversion overhead — browse 747 free game-ready GLB models at bitsoulhosting.com/marketplace and drag them straight into your Godot 4.7 project.

---

*This post is part of the Ultimate Guide to Free 3D Game Assets — BitSoul's complete reference for formats, texturing, rigging, optimization, and engine integration.*

Tags: 3d-models game-assets workflow optimization tutorials low-poly

Skip the modelling — download it instead

A free BitSoul account gets you 2 game-ready models every month plus 25 AI Engine credits to generate one of your own, no card required. Clean topology, PBR textures, and GLB downloads that drop straight into Unreal, Unity, Godot or Blender — plus OBJ and 3D-printable STL export.

Create a free account → Browse 846 models