Godot 4: Importing 3D Models

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this series of videos, we look at how to import, setup, and use 3D models in Godot, whether you downloaded them or created them yourself.
    You can download the art packs we're using from Kay Lousberg at itch.io:
    kaylousberg.it...
    Text version and link to code:
    kidscancode.or...
    Want to learn Godot 4? Check out my new book, Godot 4 Game Development Projects.
    Available now! amzn.to/3qcOZ4E
    Support me on Patreon: / kidscancode

КОМЕНТАРІ • 31

  • @marc.lepage
    @marc.lepage 6 місяців тому +8

    At 0:58 note that the "Characters/gltf" folder has been renamed as "Characters/characters" so here it shows as "characters" but in the downloaded zip it will be "gltf".

  • @multiarray2320
    @multiarray2320 Рік тому +8

    great to see that you still make godot tutorials

  • @exoZelia
    @exoZelia 8 місяців тому +4

    Tysm I needed this. Coming from Unity the process is a bit different (or I'm just being dumb). Either way please keep making these focused Godot tutorial (as in just importing rather than an overall make a game in a single video), the world needs them

  • @vasarolnik
    @vasarolnik Рік тому +2

    Great tutorial as always!! Thanks for getting back to posting vids on youtube, you're the best!

  • @rfsbsb
    @rfsbsb Рік тому +4

    Another great tutorial! Looking forward on how to build a level with these pieces in godot! (or even better, how is the most simple way to build a level using them, either in Godot or another software like Blender)

  • @Ironpants57
    @Ironpants57 Рік тому +3

    Awesome! Thanks for this!
    Though I did find out something pretty exciting recently on the Godot docs; tutorials > assets_pipeline > importing_scenes.html#import-hints. Godot recognizes suffixes and prefixes in names. It's so cool!! Though you'll need to rename objs, animations, bones, and etc. to what fits Godots suffix and prefix naming conventions.
    Example if you import a glb file into godot with a mesh called "cube-col". Godot will import "cube-col" with a collision automagically. All because of the `-col` suffix. Or rename "cube" to "cube-rigid" so it will import the mesh as a rigid body.
    Same with animation names but doesn't need a hyphen(-). Just include "loop" or "cycle" in the animation name. These are just a few examples in the asset_pipeline tutorial on official the Godot docs.

    • @Kidscancode
      @Kidscancode  Рік тому +2

      Yep, I mention them in the written version of this tutorial. Doesn't really apply when we're importing someone else's models, but a great timesaver when you're working in Blender!

    • @D0gg080VR
      @D0gg080VR 11 місяців тому

      hey i still need help
      i dont whatto do because im on chrombook@@Kidscancode

  • @sigitsatriap6505
    @sigitsatriap6505 Рік тому +3

    Please upload more godot 4 tutorial 3D
    Love your videos

  • @creadordejuegounity
    @creadordejuegounity 4 місяці тому +1

    Thanks for the tutorial it help alot !!

  • @owenlloyd2528
    @owenlloyd2528 11 місяців тому +8

    Thank you. (I am a very old kid chronologically but I qualify mentally)

  • @ETtheAliem
    @ETtheAliem 6 місяців тому

    You are a general lifesaver thank you!!!

  • @Barakon
    @Barakon 7 місяців тому +2

    The import segment just tells me to go set up systemfile or something, what does that mean?

  • @locnguyen7496
    @locnguyen7496 2 дні тому

    Hi there, how can I import multiple objects while enable Physics to all objects? my objects are tiles for gridmap, and need to change position while import a bit, any scripts or tip here?

  • @awyeagames
    @awyeagames Рік тому

    Can you make a video about importing the animations separately, so we can edit them with new tracks?

    • @Kidscancode
      @Kidscancode  Рік тому

      Great suggestion! I'll put it on my list.

  • @joshuasteward6672
    @joshuasteward6672 8 днів тому

    How can you create a new, “uninherited” scene? I’m doing lots of things in my project procedurally, and it’s a royal pain to have to recreate the scene piece by piece, but for the life of me I have not found a good reliable way to get just a bogstandard scene from an import.

  • @camf-p4t
    @camf-p4t 3 місяці тому

    thank you

  • @Frustratedhen
    @Frustratedhen Рік тому +1

    When i imported model is broken 😢 please help i am not able to import any model

  • @Tyler_ONYTr
    @Tyler_ONYTr 5 місяців тому

    Can you import other models from sketch fab

  • @MattHuisman
    @MattHuisman Рік тому

    Yah 🎉🎉🎉❤

  • @shanebaet1308
    @shanebaet1308 29 днів тому

    I'm watching,
    Today is Sept. 16, 2024,
    Mon 12:06 am

  • @Bryan.animates
    @Bryan.animates 5 місяців тому +19

    Who is watching in 2024

  • @littlebitsworld5038
    @littlebitsworld5038 4 місяці тому

    thank you