6 Ways To Make Your Game Better - With GDevelop

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 82

  • @GDevelopApp
    @GDevelopApp  2 роки тому +37

    Whenever I try to make something satisfying to play, I always think back to those first 4 things, they are essential for making your game feel good to play.
    And of course, I'll probably never make a game that doesn't have a leaderboard. They add a LOT of value to your game, and are very easy to create with GDevelop. 👍
    -Wesley

  • @AvectaInteractive
    @AvectaInteractive 2 роки тому +20

    Gdevelop is growing so fast and it's really exciting!

  • @92LuisAlfredo
    @92LuisAlfredo 2 роки тому +26

    Something nice too is not to make animations too long if they're not necessary when doing your UI
    For example, when you press buttons on the UI you might have an animation of the button going down because it's been pressed, but if that animation is too long then the player can feel frustrated because it's too slow and we're used to extremely short (1 or 2 frames) animations when press a button
    Also, if you have a menu that you don't control with mouse (or cursor), then you must have a option selector, and when you move trough the menu, that selector must be fast, specially if you're going to use that menu a lot

  • @Volt-Eye.
    @Volt-Eye. 5 днів тому +1

    1 obj shake 0:26
    2 Tweens 1:36
    3 Sound effects 3:02
    4 Particle Effects 5:32
    5 Assets 6:10

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

    I would mention as a quick side note to using game assets from the store to be sure to check the license. Some assets require attribution and credit while some are Public Domain as well as other variants. I know you want to keep this video simple as well :P so I'm hoping this channel will make a video going over this in the future as I'm sure the store contributors would really appreciate it :) .

  • @bloomzeyestudio
    @bloomzeyestudio 2 роки тому +5

    This was such a great video and I learned a lot of new things. Plus, I’m liking how the tutorials are also leveling up as y’all grow!

  • @MirceaKitsune
    @MirceaKitsune 2 роки тому +4

    Very useful and well explained! I understand the engine now but wouldn't have thought of most of those points specifically. Thank you as always!

  • @danashrulez
    @danashrulez 2 роки тому +4

    Gdevelop is a phenomenal tool, makes the whole process of developing a good looking 2d game really really fast!

  • @Igglepud
    @Igglepud 2 роки тому +2

    Really good, concise video. I learned something. 10/10 would recommend.

  • @muzan2367
    @muzan2367 2 роки тому +2

    This is more useful than I thought it would've been.

  • @MrCrusader1000
    @MrCrusader1000 2 роки тому +16

    Hey could you make another tutorial on the physics behaviour? I'm struggling on how to make a stickman with ragdoll physics walk and rotate back upright after a period of time from falling over.

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

      Ask someone in the gdevelop discord

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

      Hmm...It would be a complex build in my opinion.
      First you need different body parts ( physics objects ).
      Then you need an object called ' Skeletal'.
      So here's how it all works - The Ragdolls will Snap to the Points present in the object Skeletal to give it an animation like walk or idle. Use Lerp ( Linear Interpolation ) to make it all smooth.
      When The ragdoll has to fall down, just make the ragdoll no longer snap to the points in the object Skeletal...

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

      @@RPNDR_ Thanks I'll try this now :) but I think this will work!

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

      @@MrCrusader1000 Welcome, Pal.
      If you need any further help, feel free to ask me :)

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

    Another way of making your game better: lighting VFX such as glowing objects, casting shadows, or a light around the player revealing hidden objects in a pitch black room/scene.

  • @numgun
    @numgun 2 роки тому +4

    2:50 would the tween back to scale 1 code snippet become a performance problem? It seems it will run every frame when the cursor is anywhere instead of the button. Whats the best way to prevent this leak - especially in a larger project where there can be a lot of these active at all times?
    Btw awesome video, keep em coming!

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

      One tween fires when you hover over, the other when you move out. It will only trigger when you leave the box, not just by being outside the box.

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

      @@Igglepud Thank you, this helps.

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

    Aaaaaahhhh... I build my own camera shake a while back.. and now there's an easy to use plugin...
    Haha.. thanks for this tutorial 😊

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

      I used to have to set it up for my games, but now it's so much easier to add. 👍
      -Wesley

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

    Thinking that GDevelop Started in 2021.. This is the Start of an Easier Future

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

      GDevelop was first created way before 2021. GDevelop is actually pretty old. 😅
      -Wesley

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

      @@GDevelopApp Sheesh

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

    I have a question ? How to do the transaction that come while crossing doors in your game THE CONVICTION OF GUN DUDE

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

    Are those examples available?. The pachinko looks nice.
    Thanks for the video.
    Edit: Just saw the pachinko example in Gdev.

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

    It would be cool to see some kind of video about clicker/idle games. I wanted to create one, but hit a wall when it comes to adding rebirth system and menaging timers to properly work

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

    0:21 Can you explain how you made that player follow that line and got flinged in that direction????

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

      That game was made in GDevelop, but not by me. The game is linked in the description.
      I can break down the parts for you though. That white line is likely a shape painter object drawn between the center of the object and the cursor position while the left mouse button is held. And then when the mouse button is released, set all physics forces applied to the object to 0, and apply new physics forces from the ball object toward the position of the mouse.
      The shape painter object is explained well in the GDevelop wiki, and we have a couple of videos on this channel about the physic engine and how to use it. 👍
      -Wesley

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

      @@GDevelopApp Thank you Wesley, I hadn't expected to get such fast reply tho ❤❤

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

    Great video 😉👏🏻 GDevelop have a lot of amazing tools to make awesome games

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

    Thanks, very interesting tutorial 👍

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

    This makes it more difficult to choose between Godot and G-Develop for my next 2D game lol.

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

    Thanks, very interesting and usefull tutorial

  • @Lina_Tan
    @Lina_Tan Місяць тому

    Sir , i want to ask , i choose duck as my character and i do a playform character to my duck and add platform for the grass , but when i preview the duck is gone , how to solve it ?

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

    Serious Question : What is the new font called that is used by most of the UI in GDevelop 5's new version ?

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

    make a tutorial on how to properly or bare minimum on how to debug the game, so players don't get stuck making a game

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

      How to trouble shoot is on the list. 👍
      The schedule for the summer is kind of set in stone, but in the fall I plan to get that one out. 👍
      -Wesley

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

    sir how will i learn pixel art & gaming animation??

  • @AbcDef-xo4zc
    @AbcDef-xo4zc 2 роки тому

    How to clear recent Projects list??

  • @yomyomcam
    @yomyomcam 9 місяців тому

    The increasing pitch is a good idea if and only if, getting the objects one after another in a certain window of time would get sonething for the player, if it is just sound you will create a misleading idea

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

    I have a question Gdevelop 5 Is it possible to publish a game to steam or is it only going to be android, ios and web stuff

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

      You can publish to steam, it's a little more work with the achievements and things, but it's possible. Check out Hyperspace Dogfights and Miko Adventures Puffball. They were both made with GDevelop.
      -Wesley

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

      @@GDevelopApp thank you so much 😊 can’t wait now because I’m making “Box Boy” lol I’ll get better but can’t wait to show my friends of what I made

  • @РоманЯковлев-ш3й

    thank you for the video

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

    Thanks is there an example for the Pachinko game?

    • @GDevelopApp
      @GDevelopApp  2 роки тому +2

      I'm working on getting it released with the leaderboard and everything. 👍
      I've got a few other projects I'm working on first, but eventually. 😅
      -Wesley

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

      ​@@GDevelopApp Nice, I had made a base aka prototype Pachinko game in Godot, just using the gravity of the physics engine. It's nice to see someone else creating this type of game.

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

    hello official gdevelop youtube channel i am experiencing an issue
    how do i detect when a physics object collides with a specific side (in my case, the top) of another physics object?
    thanks!

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

    Hello, how can i download past versions of gdevelop, like gdevelop 4?

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

    very useful info

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

    can gdevelop make a tutorial video on how to make a random level generator like issic games

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

    This app is so gooddddddd❤

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

    I would like to see a video on a survival game

  • @DTGames-du5tx
    @DTGames-du5tx 2 роки тому

    Dear GDevelop team, sorry for an off-topic question, but is there any chance GDevelop 5 gets support for Steamworks, perhaps via an extension? Maybe by adding support for Greenworks (which is for JS and Electron stuff, which GDevelop 5 is based on if I'm not mistaken) or a similar solution? 🙏🙏

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

    can i play the fighting game you were making?

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

      It's a game template called "Conviction of gundude" you can find it with the other game templates in engine. 👍
      -Wesley

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

    How Do You Make a Bossfight Example

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

      There's a "titan souls" like boss fight on the example list.
      It's not very visually impressive(I made it a long time ago), but the concept is all there, with different phases based on the boss' health.
      -Wesley

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

      Can You Like Make Tutorial For it I Don't Know How To Make One

  • @coding-sp
    @coding-sp Рік тому

    Tbh, gdevelop is basically free and upgraded version of roblox. Just kidding, nice video

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

    I have a problem that I can't post a video. Every time I put a video it doesn't work in Gdevelop

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

      What video format are you using? Have you checked the GDevelop wiki page for the video object?
      -Wesley

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

      Make sure that it doesn't have any sound...

  • @GugureSux
    @GugureSux 8 місяців тому

    What is that sprite creation tool shown in this video?
    It's not the built-in Piskel. Kinda sad that not even the official channel wants to use that janky, crashy contraction. xD

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

    You left out resizing while running for platformers.😃

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

    I LOVE GDEVELOP

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

    Can You Learn Us How to Make This Game of GunDude Escape

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

    muy buen video 👍

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

    you guys should make this video featured or something

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

      We put it on the homepage of the engine. 👍
      But maybe it can be our "unsubscribed" video for a while too. 👀
      -Wesley

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

    6:24

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

    I got a idea Bossfight tutorial

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

    Nice Tio

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

    As far as the leaderboard goes, great concept but I have one issue with it: It's a centralized service, an issue I also have with stuff like server lists in multiplayer games. I see no reason not to use the default one but to be fair, with issues like cyberattacks and frankly society becoming more radical to the point where cancel culture is reaching content creators for what they make, it would be nice to know anyone could host their own and games can pick different services. It's a feature I may suggest at some point even if I don't consider it urgent per say.

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

    YES

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

    Random level generator please 🥺

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

    How dare you Wesley !!!

  • @felkyn5168
    @felkyn5168 10 місяців тому

    Haptic Feedback

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

    Tutorial gdevelop online

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

    Great tips