Godot 4 | Scene and scene instantiation quick overview

preview_player
Показать описание
A quick explaination of scenes and how to instantiate them in godot.
#gamedev #godot #gameengine
Рекомендации по теме
Комментарии
Автор

Such an amazing video i was just blindly following the toturials.i had no Idea what instantiate func does please make more videos like this your visual representation of the code is really easy and helpful to understand subbed for future videos

lagking
Автор

Super solid tutorial. Quick and to the point with clear visuals. Subbed and keep up the good work!

bclikesyou
Автор

Great tutorial! I was having trouble instantiating a scene that I couldn't get at all! With that I learned two things, with two errors, the first error is that the method in which I was using to instantiate scenes is "instance()" which is a non-existent method of packedscene (At least in version 4.0.0 of godot) to if I instantiate scenes, however, with the method "instantiate()" I managed, second error: You cannot instantiate a scene in itself, that is! if I want to instantiate a bullet scene from a gun I can't instantiate it in the bullet scene but in the gun scene or in another scene, anyway, huge text but it will serve as a learning experience for anyone who has the same problem 😊

nionbluh
Автор

That was so useful. I love the visuals and the message was super clear

stevedowning
Автор

yr explanation video are good and easy to understand because of the animation... please keep doing what your doing now..

RudzaimieNordin
Автор

Really love the content. Thanks for sharing. I admire your method of teaching and can relate to it very easily.

MrSmith_
Автор

Very helpful (especially the code example) THANK YOU! :)

GD-Monkey
Автор

Great! Solved my doubts in 100 seconds, thanks!

stereo
Автор

Very helpful video. Literally showed me what I was missing. Turns out I didn't understand how to preload a scene via the Inspector.

xpiney
Автор

fantastic tutorial, thanks for making this!

krazywiki
Автор

any hope to make gdscript basics series with this amazing explaining?

MohamedSamy-vppq
Автор

The loaded scene object has no instantiate() method (Godot 4.1.0). However it works with preload.

lightconstruct
Автор

Great tutorials. Although your audio is pretty quiet.

giantfrogstudios
Автор

Me acabas de resolver en un minuto un quebradero de cabeza de casi 24 horas. Gracias.

yaseltamayo
Автор

Gracias, me di cuenta que necesitaba arrastrar la escena en el inspector.

fernandorosascamacho
Автор

love it, its very concise and understandable, though I have a question... why doesnt it get added directly in the scene when you instantiate it? isnt instantiate mean that it has added into the scene? why do we need to append it as child? >﹏<

Fylart
Автор

Nice video, i just have one question how can i instantiate 2 objects at same time?

wElgumi
Автор

What software are you using to create your animations please?

giantfrogstudios