- Видео 61
- Просмотров 78 516
Pandora Box
Добавлен 19 окт 2022
3+1 FAST Optimizations Tricks in Godot
Here's how you can make 4 quick and good Micro Optimizations and Optimizations for your game, optimizations that you should use in all your games and projects, even if you don't find any performance issues.
~~~Social Media ~~~
My Twitter: lPandoraBox
~~~Social Media ~~~
My Twitter: lPandoraBox
Просмотров: 85
Видео
Start NOW using Getters and Setters in Godot
Просмотров 11519 часов назад
Here's how you can Make Getters and Setters inside Godot. Getters and Setters are used to make variables more easy to manage, by setting a default behaviour when reading or writing on a variable. Social Media My Twitter: lPandoraBox
How to make Collision on a Grid Movement - Godot
Просмотров 36321 день назад
Here's how you can make and add Collision System to your Grid Movement System 2D, this logic can be applied in 3D games as well, and other systems, so make sure you understand everything! Social Media My Twitter: lPandoraBox
Making Portals in Godot never was THIS easy!
Просмотров 1,2 тыс.28 дней назад
Here's how you can make a Portal System in godot and add it to your 2D game, the same logic can be applied on a 3D game. Have fun expanding this system further! Social Media My Twitter: lPandoraBox
Start using METADATA - Everything about Metadata
Просмотров 234Месяц назад
Here's everything about metadata explaining briefly, hope you enjoy this video and learnt anything with it! Social Media My Twitter: lPandoraBox
Make your CUSTOM Bootsplash Screen in Godot
Просмотров 318Месяц назад
Here's how you can make a Bootsplash Screen in godot and how to customize it with basic settings, such as duration, background color and icon, have fun messing up with it, and comming up with your unique Bootsplash Screen. Social Media My Twitter: lPandoraBox
Make Grid Movement with this simple Trick in Godot
Просмотров 670Месяц назад
Here's how you can make a simple and scalable Grid Movement inside godot in 1 minute! Social Media My Twitter: lPandoraBox Usefull Links Original Source: kidscancode.org/godot_recipes/4.x/2d/grid_movement/index.html
How to change your editor theme in Godot!
Просмотров 171Месяц назад
Here's how you can change your editor Godot Theme to another theme, or if you prefer a custom one, just as I show in the video! Social Media My Twitter: lPandoraBox Usefull Links Godot Theme: github.com/passivestar/godot-minimal-theme
Make Working Stairs with this TRICK on a 2D Game
Просмотров 5702 месяца назад
Here's how you can make working stairs on a 2D game, by simply adjusting the Y velocity when walking on the stairs. Social Media My Twitter: lPandoraBox
Make a Multi-Target Camera (no limits) in Godot
Просмотров 3552 месяца назад
Here's how you can make a Multi-Target Camera inside godot, in order to make the camera always display all the players or characters you want in your game, keep in mind that this system can be expanded from this point. Social Media My Twitter: lPandoraBox Original Content: kidscancode.org/godot_recipes/4.x/2d/multi_target_camera/
Simplify your code in Godot with Components
Просмотров 6512 месяца назад
Here's how you can start making your code more modular, in order to become easier to expand and maintain for a long-term game. Modularity comes with a lot of benefits, maybe you should learn a little more about it, since is a really helpfull tool, such as hierarchy. Social Media My Twitter: lPandoraBox
Make a Moving Platform in Godot with This Video!
Просмотров 2072 месяца назад
Here's how you can make a Moving Platform in Godot using a AnimatableBody2D and a AnimationPlayer. Social Media My Twitter: lPandoraBox
Manage your Audios with this SIMPLE Audio Manager!
Просмотров 1822 месяца назад
Here's how you can make a simple Audio Manager in godot. I saw someone doing something like this before, but I am not sure who it was, if you happen to know tell me to give him credits please. Social Media My Twitter: lPandoraBox
Building System Add/Remove tiles During Game Godot
Просмотров 6862 месяца назад
Here's how you can make a building system in godot, where you can add and remove tiles from your tilemap in the middle of the game. This is one a modified version of another outdated tutorial, working with godot latest update. Social Media My Twitter: lPandoraBox Usefull Links Original Video: ruclips.net/video/d0Hb1Zs5GMQ/видео.html
FIX TileMap node is Deprecated in Godot
Просмотров 4 тыс.3 месяца назад
FIX TileMap node is Deprecated in Godot
Make Directional Audio in Godot easily
Просмотров 2023 месяца назад
Make Directional Audio in Godot easily
Make Rich Text Effects in Godot after this Video
Просмотров 2973 месяца назад
Make Rich Text Effects in Godot after this Video
Preserve Momentum in Godot with this trick
Просмотров 7013 месяца назад
Preserve Momentum in Godot with this trick
Fix your sprite layer ordering in Godot
Просмотров 3543 месяца назад
Fix your sprite layer ordering in Godot
How to make a Discord Rich Presence - Coding part!
Просмотров 2,6 тыс.3 месяца назад
How to make a Discord Rich Presence - Coding part!
HOW TO MAKE A DISCORD APPLICATION PART 1
Просмотров 4263 месяца назад
HOW TO MAKE A DISCORD APPLICATION PART 1
HOW TO KILL YOUR GAME ENEMIES WITH THIS TRICK!
Просмотров 3803 месяца назад
HOW TO KILL YOUR GAME ENEMIES WITH THIS TRICK!
MAKE SCREEN SHAKE EASILY WITH THIS TRICK!
Просмотров 4424 месяца назад
MAKE SCREEN SHAKE EASILY WITH THIS TRICK!
MAKE DISCORD RICH PRESENCE WITH THIS GODOT ADDON!
Просмотров 5194 месяца назад
MAKE DISCORD RICH PRESENCE WITH THIS GODOT ADDON!
EXPORT YOUR GAME FAST WITH THIS TRICK in 1 MINUTE!
Просмотров 2554 месяца назад
EXPORT YOUR GAME FAST WITH THIS TRICK in 1 MINUTE!
SPAWN ENEMIES OUTSIDE the CAMERA in 1 MINUTE
Просмотров 2384 месяца назад
SPAWN ENEMIES OUTSIDE the CAMERA in 1 MINUTE
HOW TO MAKE AN ENEMY SPAWNER in GODOT (1 minute)
Просмотров 5 тыс.4 месяца назад
HOW TO MAKE AN ENEMY SPAWNER in GODOT (1 minute)
ENEMY FOLLOWING PLAYER in GODOT in 1 MINUTE
Просмотров 4,3 тыс.4 месяца назад
ENEMY FOLLOWING PLAYER in GODOT in 1 MINUTE
Make a video about adding attack animation in Godot 4
Tks <3
np!
Brother thankyou u made my day
thx!
@@ubertony4198 np
what do I do if it is just changing the same tile, and it isn't using global mouse position?
u might want to do some debugging, print the global mouse position and the position that u are clicking
@@lPandoraBox ok thx!
watched this at 2x speed
@@dianaandgameing bro speeerunning my speedrunning 💀
How to add image in boot on please tell
Huh, I have a video about custom splash screen
this tutorial is absolutely amazing. quick and straight to the point, helps with my attention problems :)
Ty! That is the point of most of my tutorials! ❤
This is a really good tutorial! How do you move the ball to the mouse though? I’ve been stuck on it for ages!
@@Silly_Sock u should look on the function I used on the "enemy follow player video" and look for the function get_mouse_global_position()
One question, the text of button appears to me at the beginning of the scene even though it is not paused.When you press ESC it starts working normally. I tried a function with .visible command but it doesn't work well. Any ideas? Ty so much for the video, Godot have little information in internet. Regards.
@@albertomolina5067 is it toggled to not visible when the game starts? I mean on the scene tree
@@lPandoraBox ahh ty so much, yeah now all okey. TY so much again. ^_^
@albertomolina5067 np!
how would I do it for a 4-directional top down game instead of left/right?
its the same logic, but instead of applying it just for left or right u apply it to every direction
@@lPandoraBox wow very quick reply! And thanks I actually figured it out shortly after I commented lol. now I just gotta figure out how to switch between my idle, running and dash animations
@@harbingersolution just a tip, take a look at state machines, it might help!
Genio, máquina, crack, Sr Alpha <3 Ty so much for the video <3
To clear common confusion: Move_and_slide for character body applies delta automatically but move_and_collide doesn't. IDK why, I guess someone was trying to save a few clicks when making characters.
THERE GOES MY HERO!!!! WATCH HIM AS HE GOES!!! ❤😂
Why override height and width? Especially in windowed mode. Make no sense to override with 1080p because you could not know what display have other people. And why Canvas Item and not Viewport? Viewport should be better for pixelart games.
@@HeikoD. You are right. It really depends on what u are looking for on your game, this was the settings that I use for most of my games, maybe in a future video about this topic I should explain more in detail each option so the viewer can choose whatever is better for their use case
Damn this code sucks
I understand what you are saying. Its not supposed to be a code that is good, is supposed to be a code that works overall.
@@lPandoraBox I understand sorry for the outburst, got frustrated using it in my game and it kept making crashes/errors ><*
@@vapor_rains Dw. There is a work around of the errors, but if u are not making a gamejam or a project that u dont need to think in long term, I would suggest u looking for something more in depth, even if it takes more time in the long run it will be better
Thanks!
@@SixGroundsStudios np!
can you make in-app purchases tutorial?
for pc or mobile? Or both?
@lPandoraBox both
¡Thanks!
@@AndresAndroidX you welcome!
I would kiss you if I could
Nuevo suscriptor, gracias!
idk how but mine doesn't work.. ;(
@@crabbite3093 weird, do ur game have any specific mechanic that may be messing with the camera renderization or something?
Hey man it's kind of a personal request but can u make a video where u can take items from inventory and place it on floor and if the place is already occupied it will go back in inventory typical build base game like stardrew valley I saw some grid base placement videos but i still can't fig it out. Hope u make a video on this Thanks 😁
@@nameless03498 maybe, who knows
Coll vid <3
@@SapoRigeno ty
I could kiss you on the lips right now
The enemy spawns a short distance away from the spawner instead of right on top of it. Do you know why that might happen?
see if the root node of the spawner have some kind of offset or position changed
it says can not get_child on a null value
@@Cinnaminbunnzz-f1f verify the position of your player in the tree
Quick and easy! Thank you
@@Akalabeth np!
very nice, thank you
np!
this is great
ty
thank you soo much bro I'm doing a Jam and you just saved my life
@@eldeiibid2394 no worries!
Thank you very much! I was trying KidsCanCode implementation, but it was not working. I noticed you fixed some mistakes in the code from them.
Bro sounds like he is done with life
@@nameless03498 just got so much stuff to do 😔
😭
That portuguese accent on point 👌 😂
@@aacmnv dang it, u found me. Trying to improve tho.
Takes one to know one 😂
@@aacmnv fr 😂
All the other tutorials were very long and round the bush but u were straight to the point. This helped a lot.
TY!
hmmm instantiate() didnt work for me
Verify if u are preloading ur enemy correctly
Great simple and fast
ty
How do you implement an animation into the tween. I tried playing an animated sprite but it wouldn’t play. The dash works fine but the animation won’t play. Other than that this was extremely helpful! 😊
@@LiamFoy-sl1eq weird, the animation doesnt play? Try to just play the animation without the dash code, tell me the result of it.
@@lPandoraBoxThanks for the troubleshooting! I never would have thought to check the animation itself. I played the animation without the code and it still didn’t work. This leads me to think there is an issue with my state machine and other animations are interfering with the dash animation. I will get back to you on whether or not this was the issue.
@@LiamFoy-sl1eq No worries! Good luck with that! 😊
@@lPandoraBoxI just went through my state machine and fixed the error. Now my animation plays properly! Thank you!
@@LiamFoy-sl1eq np!
i got an error: invalid get index: position
can u show me ur code?
Thank you, very helpful video! :)
thx
Simple and to the point. Thanks!
ty
Not Working: Cannot call method 'get_parent' on a null value.
most likely u have not a parent to the node, check my hierachy tree and verify if its the same as mine. Get_parent is a hardcoded way of doing that stuff
hi there, great work, short, no nonsense and straight to the point why velocity needs to be multiplied by delta, i thought it already contains delta , no?
Thabk you! Answering your question: If I am not wrong, if u dont multiply by delta, it will just "jump" to the next position, but if you multiply by delta, it will move smoothly. Just because delta is an argument of a function, does not mean that is being used all the time, you still have to call it. Hope I helped.
Broooooo tysm. U earned a sub
tysm!!!
Thanks
Spent awhile on my own trynna do this so i could make pong just to find out theres a .bounce feature ?!?! Lmao. Thanks for the video
@@homegrownstudios5812 LMAO, you welcome!
@@lPandoraBox I followed your tutorial but when I launch the example in Godot and my ball touches the walls the debug console displays the following error: Invalid call. Nonexistent function 'getnormal' in base 'Kinematic Collision 2D (Sorry to interrupt you but I forget the _ between get and normal and now it works but thank you a thousand times for your tutorial.)
@@jeanheonofficial np, I was about to point that lol! ❣
@@lPandoraBox Thanks! I am learning to use Godot.
And the collisions with body?
I might do that on a future video, but basically u use a raycast to check for a collision before moving.
I've dropped the file into Godot yet it doesn't appear in Project Settigns
@@TheCatMask weird
@@lPandoraBox I was on the wrong version, the video about the plug-in gave the version that wasn’t what it worked on. It worked
@@TheCatMask Oh, I see, good to know!
Good video you got straight to the point
ty