Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Thank you for letting me know! I’m sorry to hear you’re having trouble. To help, I’ve uploaded an FBX file with embedded textures and a separate textures folder for convenience.

To view and work with animations in Unity:

  1. Import the FBX File into Unity by dragging it into your project folder.
  2. Select the FBX file in Unity and go to the Inspector.
  3. Under the Animation tab, you should see the embedded animations.
  4. If animations are not visible, ensure the Import Animation option is checked in the FBX import settings.
  5. Drag the FBX file into the scene, and you can preview animations in the Animation or Animator windows.

For GLB and GLTF files, Unity doesn’t natively support them, but you can use a plugin like UniGltf to import them.

Let me know if you face any further issues!