can you share this project pls (in the description)
@untitledgamestudios23 күн бұрын
I HAD BEEN STUCK FOR 2 WEEKS ON MY PAUSE MENU THANK UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU <3
@gamedev6698Ай бұрын
🎃🎃🎃GREAT tutorial m'y friend Thé best Candy for HALLOWEEN!!! Thank you very much 🎃🎃🎃
@Phoenix_EmperorАй бұрын
The spatial node is replaced with Node3D. Great video by the way :D
@shindig9000Ай бұрын
Is this using a character body or a rigid body for the player?
@filiperpgАй бұрын
If you are on Godot 4, translation is now called position!
@LegendaryguyhomieАй бұрын
Will this even work on mobile? And do i only have to enable Internet or any other permissions?
@ArukajoeАй бұрын
When I dropped the minimap as a child of the canvaslayer in my scene the camera was only showing the colorrect background. It was only when I turned the transparent BG of the subviewport off that the camera worked properly (although the colorrect is now invisible). I've followed the instructions but just find it strange that I'm having this behaviour. I'm using 4.3 so not sure if that affects things.
@boxerliso4855Ай бұрын
Alguien sabe por qué se instancia en este orden?: Level_3, Level_1, Level_2, Level_4, Level_5, etc... Solo pasa con el tercer nivel de mi carpeta siempre xd
@ezzie_babyАй бұрын
thank you so much!! this was so clutch and very well done
@gatekeeper258Ай бұрын
godot 4.3 doesnt like the word sync. any ideas?
@Dragonight456-g5mАй бұрын
perfect for my game
@artsmit9545Ай бұрын
I haven't clue how it work,Can you explain how this dedicated server build and work and it is work on internet?
@pinkowl97522 ай бұрын
For anyone interested, I created a .bat file on my desktop that just pushes everything in the project to Github with a date and time as the message, with a single click. cd C:\Your\Project\Folder @echo off for /F "usebackq tokens=1,2 delims==" %%i in (`wmic os get LocalDateTime /VALUE 2^>NUL`) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j set ldt=%ldt:~0,4%-%ldt:~4,2%-%ldt:~6,2% %ldt:~8,2%:%ldt:~10,2%:%ldt:~12,6% git add . git commit -m "%ldt%" git push
@official_jayb3e2 ай бұрын
Thank You😉This was very helpful.
@SAHILTHEGAMER042 ай бұрын
someone help for godot4.2 please
@ItsCarbon_2 ай бұрын
Only this tutorial worked for. Saved a lot of time for me. Thank you so much.
@we1n1ng2 ай бұрын
Just like another user stated. I had to go through a few that weren't working for my project. Thank you so much
@AppMaker7282 ай бұрын
Yeah Godot more easier than Unity
@nanaouzumaki60442 ай бұрын
Hello, Can I use this project demo of yours to make a monetised game? This is fantastic.
@MiniYoussef2 ай бұрын
It says when i write the variable setget is_paused it says setter function setter function isnt declared
@claytonslack63862 ай бұрын
Thank you, this has been very helpful and works like a charm. Very well spoken, and easy to follow at real time.
@Manu-c5q2 ай бұрын
You saved my life, thank you!
@ryvegamingph85742 ай бұрын
Can you do an updated tutorial playlist for this?
@codesyrup2 ай бұрын
Cool! TY!
@User_of_YouTube_20053 ай бұрын
Anyone know where Strength, Blend Mode, Bicubic Up, and High Quality went in Godot 4?
@johnc73893 ай бұрын
the gods have blessed me with the wisdom of rayuse
@RTSFan13373 ай бұрын
That's how you explain sth - take notes tutorial makers!
@BlackHole-Phoenix3 ай бұрын
i need the old script you use in the video the none updated
@otto28533 ай бұрын
I'm having some issues and it seems that in Godot 4 and higher the "File" class has been renamed to "FileAccess", hope this helps
@DouweHummeling3 ай бұрын
Keep up the good work. This helped me so much! Thank you!
@Drupendous3 ай бұрын
I think you don't have a light source node with your world environment node so the default brightness at run time isn't matching the brightness in the editor.
@pinkayycreates3 ай бұрын
Only tutorial out of the few I tried that actually worked! Thank you!
@MoonCore-hh2vu3 ай бұрын
Sync is an unknowned thing what version of godot are you using?
@aptak75184 ай бұрын
I had to go through 7 other tutorials before this one. Thank you
@we1n1ng2 ай бұрын
Same
@visheshkumar60444 ай бұрын
how do i do it for 3d ????????
@MrAstarcius-Chan4 ай бұрын
i love you ❣
@VoltitanDev4 ай бұрын
How would one go about adding a player or enemy Icon with this method?
@visheshkumar60444 ай бұрын
goated person tbh. mad respect
@Show_Pro4 ай бұрын
Great lessons. There are videos where you do something and nothing works. You make everything simpler and clearer, I am very grateful! Keep up the good work!
@Show_Pro4 ай бұрын
Great! For godot 4 you need change in save script like this var file = FileAccess.open(SAVEFILE, FileAccess.READ)
@camdynthomas23304 ай бұрын
i just spent 3 real hours trying to figure out how to make 3d moving platforms and not one video had everything you did, they all had parts like using the animtion player but not having paths, or using paths and not having a remote transform. so thank you for saving me!
@dva68524 ай бұрын
look at?
@Aye_Sid4 ай бұрын
Tysm brother. U got a subscriber. 🙂🙌
@MrVininski4 ай бұрын
Any idea how to handle the 3D Audio? Seems that it only plays audio relative to one of the viewports. I can't seem to find anyone who's posted how to handle it other than making all the audio non-positional.... I'm using Godot 4.2
@VSink763117 күн бұрын
Have you found a solution yet?
@MrVininski17 күн бұрын
@VSink7631 unfortunately no
@ScoutOW24 ай бұрын
A gang beasts style local multiplayer camera tutorial would be nice
@bushing04 ай бұрын
Thanks a lot! How can I make the rotation smoother instead of instantly snapping to the direction?
@Warfalcon5 ай бұрын
So git is a middle man between my GoDot and Github right? Does it save my work without me doing these commands to to send to github? I was under the impression Git is doing something in the background to save my work if lets say my power goes out or something. Little confused on what the advantages of Git are.
@craigj204 ай бұрын
No, you have the concept reversed. you can use GIT without GitHub, but you cannot use GitHub without GIT. By itself GIT is a tool to allow you to, more or less, safe guard your code from yourself. It allows you to save versions of each of the files in your project in a local repository. say you have a project and you just got it working, you would commit it to your GIT repository and then start working on the next feature of your app. if while you are working on that new feature you mess something up and cannot figure out how to recover you can fetch the last working version of your code from the (local) repository. There is a lot more you can do, like branching, but this is the basics. if you are developing code, you should learn how to use some source control system - it can be a life saver! notice that everything I've said so far is that its all local, so if you have a HD crash you WILL loose your project code - GitHub is the solution for this. GIT has built in capabilities to synchronize your local repositories with a remote copy of the repository. This allows you to 'push' the revisions of your project code out to GItHub for safe keeping. It also make it easier to work with a team working on your project since they can push/pull code changes from GitHub too (note: this can be done without GitHub if you want, but GitHub make this easier). I know this sounds like a lot but using Git and GitHub (or any other source control tool with local & remote storage) will help you keep your code safe from both yourself and hardware failures
@ezengondolkozom37005 ай бұрын
That model is the seamstress from the movie '9' :D pretty good taste
@LB_Ryan5 ай бұрын
Having an issue getting the menu to scale with the screen resolution/aspect ratio. Any adjustment and the menu stays the same size and I just get more grey space