Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Early access to some sample 3D models?

A topic by Josep Valls created May 12, 2025 Views: 130 Replies: 4
Viewing posts 1 to 3

I have limited experience with 3D models. I would like to take on the challenge but I wanted to assess how to work with the kinds of models you will be sharing during the jam. I’m particularly interested in the formats (will you provide GLB, FTX or .blend files?) and how I may go around using the animations or what the textures look like and how to use them.

Thanks for organizing the jam. I couldn’t submit last year but I started a project and I had lots of fun!

Host

Thanks so much for participating in last year's jam! Even if the project wasn't finished, I still like to think any time spent being creative is time well spent 🙂

The 3D models will be provided as FBX files, and for the models that have associated animations, they are contained within the FBX. 

The texture maps are provided in three layers: albedo (the basic color), metallic (how shiny certain faces are), and normal maps (how bumpy certain faces are). You can use these textures to create a PBR material in your game engine of choice. 

As for how to use the animations, that depends on which game engine you're using. Here's an example of how to work with FBX animations in Unity: 

Hope to see you again in this year's Imaginary Game Jam!

I’ll be using Godot. I believe there is some degree of support for FBX files but the recommended format is glTF with separate textures. Is that an option?

Host (1 edit) (+1)

I remember this came up last year, and one participant did come up with a solution:

"For some reason on Mac it will detect Godot FBX2GLTf2 as malicious lol. I approved it and works fine."

And they shared this video to help with the process of importing FBX files into Godot:



I would love to be able to make the asset pack as easy to use by as many engines as possible, but I can't commit to providing glTF format files for all the assets in the asset pack at this time.  I'll look into this again when we get closer to the start of the jam.

You can import .fbx and export as gltf (.glb) in Blender. Since you requested .blend, I assume you're familiar with this, @Josep Valls