КОМЕНТАРІ •

  • @PlayWithFurcifer
    @PlayWithFurcifer 3 роки тому +20

    Do you have any more unknown Godot tricks that you want us to cover? Let us know by answering this comment!

    • @SaiponathGames
      @SaiponathGames 3 роки тому +1

      Yes. I know any other 3D trick, if you want a non filled empty square, add CSG Torus and set the sides to 4.
      If you want a triangle, then set the sides to 3. Found this by accident, XD.

    • @fireforge5927
      @fireforge5927 3 роки тому +3

      I have one trick: If you drag a file from the FileSystem tab into the script editor, it will put the path to that file (as a string) in your script, right where you dropped it. This can be useful for loading scenes from scripts, inheriting from other scripts, etc. without having to type it out manually.

    • @SaiponathGames
      @SaiponathGames 3 роки тому +1

      Nice you found it, I was about to say that as well. One of the greatest gift of Godot.

    • @fireforge5927
      @fireforge5927 3 роки тому

      @@SaiponathGames I didn't find it myself haha. I learned it from a heartbeast video. It just seemed like something most people wouldn't know so I shared it

    • @SaiponathGames
      @SaiponathGames 3 роки тому

      @@fireforge5927 Yeah that's right.

  • @NesiAwesomeness
    @NesiAwesomeness 3 роки тому +42

    A great trick I use a lot that I guess not so many know of is the ability to drag files from the filesystem dock and drop it on your code and it'll give you the path of that file relative to your project folder.

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому +5

      That is cool. I think many people don't know this one!

  • @picster
    @picster 3 роки тому +3

    Thanks for mentioning my tutorial for SmartShape2D and all the great tricks! :)

  • @JpopWilson
    @JpopWilson 3 роки тому +11

    The editor evaluator tip is so handy!!!

    • @rungeon83
      @rungeon83 3 роки тому +5

      I'm here just mouth open wide over that one, will save me lots of time in future

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      Yeah, that one is crazy useful.
      I wonder how BareTuna found out about it.

    • @sslaxx
      @sslaxx 3 роки тому

      I believe it was mentioned on GitHub when the feature was added to Godot.

  • @rungeon83
    @rungeon83 3 роки тому +44

    By far the best tips on godot I've seen, I'm so surprised by all the things I didn't know! Which leads me to wonder how many more amazing hidden features there must be. Thanks guys for this awesome video!

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому +1

      Thank you!
      That is really strange to think about, there must be a lot of hidden things.

    • @Chevifier
      @Chevifier 3 роки тому

      I know right. There's so much I didnt know about pack in the video. Those rulers are straight out of Photoshop/Gimp, Definitely useful XD

  • @Yahuyesha48101
    @Yahuyesha48101 3 роки тому +18

    I am really shocked to see this tutorial channel so underrated even though it has potential of having hundred thousand subscribers

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому +4

      Oh wow. It is amazing you think that way.
      Maybe you can link us to a friend or something in this case :)

  • @bodamat
    @bodamat 3 роки тому +5

    First trick the most amazing I've ever seen about Godot. Thanks!
    Wow. This is amazing unknown tricks in Godot, which should be in documentation, because it so powerful. Thanks a lot!

  • @Chevifier
    @Chevifier 3 роки тому +5

    Wow there's so much I didnt know in here. for the first one I knew I could do it from the properties window but not from in the code editor??!!!. Even with draw offset as well. I usually just a parent node to offset rotations. The rulers will definitely come in handy. This video is a goldmine. Great upload as always.

  • @nikitablizniuk
    @nikitablizniuk 3 роки тому +4

    Omg, this is the best tips video I've ever seen about Godot! Every time they are sooo obvious
    Hope to see more videos!

  • @nikto4475
    @nikto4475 2 роки тому +1

    Your voices are so relaxing, instantly subscribed

  • @JosephCatrambone
    @JosephCatrambone 3 роки тому +2

    I've been using Godot for years and didn't know about any of these. Color me impressed.

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому +1

      Glad you liked it! A lot of stuff is hidden in there...

  • @synthoelectro
    @synthoelectro 3 роки тому +3

    Finally something else besides the robot face for a template :D

  • @JavaJack59
    @JavaJack59 3 роки тому +13

    Regarding #4 for scrolling repeating textures, it kind of baffles me that Godot's own parallax background nodes do not work this way. Rather they put two instances side-by-side, moving one to the head of the line when it scrolls out of view. It's very strange and makes sizing the parallax nodes very fiddly.

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

    My favorite one is display logs of intantiated scenes... awesome.

  • @hainguyentrung3358
    @hainguyentrung3358 3 роки тому +2

    Greatest tips I have ever seen so far, I hope more videos like this will come out.

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      Aww, thank you! We will certainly make more soon :)

  • @thomasmaier7053
    @thomasmaier7053 3 роки тому +2

    This is the best Godot series ever!

  • @ReversedFootage
    @ReversedFootage 3 роки тому +1

    Oh wow, I didn't know about these. Excellent content!

  • @teo2805
    @teo2805 3 роки тому +1

    Cool. My fav was the ruler one as I love designing UI.

  • @arcade_mntra
    @arcade_mntra 3 роки тому

    This is a good series. I rarely visit the documentation page (it gives me ptsd! haha) so please keep making these vids.
    Some of the tips flew past me too fast or maybe its just me being sluggish in the morning :P

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      Thanks :)
      Documentations are never fun, we will make more videos of course!

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

    Nice tricks, thank you).

  • @nathan44u
    @nathan44u 3 роки тому +3

    For the client server thing, you can open a command prompt / terminal in the project directory, then run godot from within the terminal (If you have it installed, type 'godot', otherwise, type 'C:\Users\Path\To\Godot.exe'). That way you can have the server and client logs

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      Pretty cool, thank you!

    • @nonchip
      @nonchip 2 роки тому

      *and* you can even have the server and client in the same project (which is pretty common)

  • @Visleaf
    @Visleaf 3 роки тому +7

    0:51 Wish godot let you crank those in any view, not just raw. I crank Value in HSV all the time in Blender (and for emission, too)

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому +1

      You are right, i hope this will get fixed...

  • @snesmocha
    @snesmocha 3 роки тому +3

    Lmao, my friend literally died when he saw some of this stuff, especially the first tip

  • @MrTravoltino
    @MrTravoltino 3 роки тому +2

    You can actually draw shapes in child node from parent. For this you need to connect a draw signal from child to parent.
    Then in _on_child_draw func put a line - $child.draw_some_shape() and update with "$child.update()".
    This is useful if you want one script and don't want problems with coordinates when you drag node.

  • @Matsuro_まつろ
    @Matsuro_まつろ 3 роки тому +1

    You too have a nice day :)

  • @lukabrasi001
    @lukabrasi001 2 місяці тому

    kind of an oddly specific question but, is it possible to make text/font scale with certain settings? i've set up a nice typewriter font, crushed it down using the size options in godot and blew it up with the size. however this creates a hard time for me because the font looks good, but there's just a lot of hassle with it... plus i miss out on a lot of stuff when using buttons since they don't have the same options like dropshadow and stuff

  • @diagram_sock
    @diagram_sock 2 роки тому +1

    Texture scrolling.... I didn't know about it and did it all using Polygon2D and UV with script

  • @collinvisser7108
    @collinvisser7108 3 роки тому +1

    Not sure if you have covered this one before: OS.is_debug_build() check if you code is running is DEBUG mode. Useful show info on the screen that you do not need in the production build.

  • @danielhaup599
    @danielhaup599 3 роки тому +3

    One thing is the 'tool' keyword which executes code in the editor (incase you didnt cover it already)

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      I think we already covered it, but maybe it is time to show a cool application if we find one!

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

    i know im a year late but i just want to let you know that your videos help me out so much

  • @DrNabeel20
    @DrNabeel20 3 роки тому

    Could you please change the title to a series of tips or something rather than the same or similar title of other videos like this. Great video 👍🏻

  • @cometobrazil9916
    @cometobrazil9916 3 роки тому +2

    0:34 Wow!!!!!!!!!!!!!!!

  • @itsME-dc4vm
    @itsME-dc4vm 3 роки тому +2

    niceee ;D

  • @CatDribble
    @CatDribble 2 роки тому

    oly issue with color rect is it doesn't have a z index so you have to put it in a node to move it behind certain items if you've push them back

  • @NeoLoveCookie
    @NeoLoveCookie 2 роки тому

    Best tip I ever seen

  • @ziggyzoggin
    @ziggyzoggin 2 роки тому

    tip about offset: Press Command+V to set the origin.

  • @TackerTacker
    @TackerTacker 3 роки тому +1

    Great tips

  • @decemberfrostpaindine7987
    @decemberfrostpaindine7987 3 роки тому

    Thank you

  • @voidling2632
    @voidling2632 2 роки тому +1

    just use the polygon2D node for prototype art, you can create everything with it.

    • @PlayWithFurcifer
      @PlayWithFurcifer 2 роки тому

      Good idea, thanks!

    • @voidling2632
      @voidling2632 2 роки тому

      @@PlayWithFurcifer I'm sure it's already included in one of your videos, I didn't realized how "old" this video is. 👀

  • @fernandobrandt7230
    @fernandobrandt7230 3 роки тому +2

    Instead of drawing in script you can create a MeshInstance2D much easier

  • @halobread
    @halobread 3 роки тому

    uh thanks

  • @mistadude
    @mistadude 3 роки тому +2

    This deserves 0 dislikes

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      Aww, thank you :)
      Well, we can not meet everybody's taste...

  • @decemberfrostpaindine7987
    @decemberfrostpaindine7987 3 роки тому

    I listen to ASMR videos, but idk why I get irritated by these "clicking" or is it lips or tongue noises?.😔 I'm watching the video in 0 volume with eng subtitle. I hope I did not miss maybe important info. I am new subscriber.

    • @PlayWithFurcifer
      @PlayWithFurcifer 3 роки тому

      We will take a look at that for the upcoming videos, maybe we can identify what it is.

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

    Ist der guy deutsch?