Skip to main content

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

PSX Style Male Character Pack

4 PSX style male characters with animations · By MCSTEEG

How to import in Godot 4.3 ?

A topic by timecop1994 created 89 days ago Views: 87 Replies: 2
Viewing posts 1 to 2

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 ?

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.
Developer

thanks for posting this!