Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

timecop1994

7
Posts
2
Topics
4
Following
A member registered Jun 02, 2024

Recent community posts

Thanks Mr Rolo Monkey

Does puzzle qualify as SECRETS theme ? Because generally speaking all games have some sort of secrets like power-ups or treasure. So confused about the theme.

Nevermind, got it working.

  1. Create a New Scene:
    • Click on Scene > New Scene.
    • Choose a Node3D as the root node.
  2. Add the Imported Model:
    • Drag the imported FBX file from the FileSystem into your scene.
    • This will create a new instance of all characters under the armature.
  3. Select One Character:
    • In the scene tree, locate the armature node of your imported model.
    • Expand it to find individual character meshes.
    • Select only the mesh corresponding to the character you want to use.
  4. Hide Other Characters:
    • You can either delete or disable (by unchecking the eye icon next to them) the other character meshes in the scene tree.

When I import it as fbx in Godot it has only one skeleton but 4 male characters ? How to use one character at a time ?

Yes. Before 4.3 it was also possible to use fbx but with a plug-in. Hey what are you doing, hop on 4.3 already 😛

In Godot 4.3 you can directly import .fbx files. Then create a new inherited scene from them. Select your new scene and click on surface material override. Under albedo drop the png texture file. No need to import in blender.

You're a legend