Unity OUTLINE for UI
1:25
5 ай бұрын
I'm staying with Unity
1:31
7 ай бұрын
Unity: Resolution Dropdown
5:49
Жыл бұрын
Unity 2D: Grab Objects
3:35
2 жыл бұрын
Unity: 2D Platform Upgrade
1:47
2 жыл бұрын
Unity 2D: Scrolling Background
2:17
2 жыл бұрын
Unity: 2D Shooting
4:17
2 жыл бұрын
Unity 2D Master
0:26
2 жыл бұрын
Unity: Flying Enemy
4:57
2 жыл бұрын
Unity: Events and Event System
6:35
2 жыл бұрын
Unity 2D: One Way Platforms
3:19
2 жыл бұрын
Unity: 2D Moving Platforms
3:42
2 жыл бұрын
Пікірлер
@user-jx7ws4vv5m
@user-jx7ws4vv5m 2 күн бұрын
thanks you to fixe me this problem
@ghfgh_
@ghfgh_ 3 күн бұрын
how do I do it in 3D?
@dmitrycherkashin
@dmitrycherkashin 6 күн бұрын
set the variable "currentRefreshRate" to int, not a float and you do not the get any bugs with resolutions in dropdown. Sry for my english.
@fille.imgnry
@fille.imgnry 7 күн бұрын
You now have a dependency between the gameeventlistener object and the ui object. If you remove the ui object, the game will crash. It is probably better to put the listener directly on the ui object. This way both the invoker and the listener of the event can be removed and added without breaking the game. 🎉
@alfonzo6320
@alfonzo6320 7 күн бұрын
WARNING: if the object is disabled, the event wont trigger because the update is not executing. so there is absolutely no need to bother removing/adding the event action. SPECIALLY IF YOU DONT REGISTER THE ACTION "ONENABLE" BUT ONLY "ONSTART" LIKE THE VIDEO SHOW YOU. It wont be added back when you re enable the script... A really nasty mistake... What i would suggest instead register/unregister elements, just make sure the event wont happen on the action side instead. Event will still be triggered on every target, but each target will have the responsibility to handle weather they should responds or not to that trigger. ( Eg locked door vs unlocked one (if locked then don't trigger event). no need for premature optimisations if you only have 2-3 actions.
@the_waffle_house_man
@the_waffle_house_man 10 күн бұрын
i dont know how this deserves so much praise for such a simple tutorial thank you so much!
@71Arlekino
@71Arlekino 10 күн бұрын
Not covered is information on how to update the String Reference - for example in a dialogue box where the textmeshpro is not changed, but new text is thrown in.
@pythonhtm
@pythonhtm 11 күн бұрын
it didn't work, then I watched the video again. I missed a part while I was doing it, it worked. thank you.
@GonzaloDev-ww9un
@GonzaloDev-ww9un 16 күн бұрын
Thanks!!!!!!!!!!
@grendy558
@grendy558 16 күн бұрын
Thank you so much omg
@legionofregion8825
@legionofregion8825 19 күн бұрын
SLOW DOWN
@Schalkkie
@Schalkkie 20 күн бұрын
Thank you very much, very helpful
@Kaldrin
@Kaldrin 21 күн бұрын
Thanks man
@eng3d
@eng3d 26 күн бұрын
Also, if in visual studio says: incompatible project (in solution explorer), click: reload and it will solve the problem.
@Eto_mem77
@Eto_mem77 27 күн бұрын
raxmat brat thank you
@2WorldPlanet
@2WorldPlanet 29 күн бұрын
Thanks so much for sharing!!
@RootGames
@RootGames 26 күн бұрын
You are so welcome!
@affenkratzer
@affenkratzer 29 күн бұрын
i didnt know it was that easy thanks
@luisf.gawlak3412
@luisf.gawlak3412 Ай бұрын
"Thought you'd answer my question. I'm using version 2020.3.46f. This version is "lightweight" in my project, which is quite large. It consumes an average of 2GB, maxing out at 4GB of memory. I tested versions 2021.3.29f and 2022.1.3f, but it's impossible to use Unity with them, even with a good machine and a decent graphics card. Memory consumption goes up to 8GB, sometimes even hitting 11GB. I looked for memory leaks but couldn't find any. So, I'm stuck with version 2020.3.46f, which is "lightweight. My biggest problem is that several assets don't support this version, causing me a headache. If anyone knows of a newer, stable version as "lightweight as 2020.3.46f, please let me know!"
@gabrielandraderosa8622
@gabrielandraderosa8622 Ай бұрын
To fix the obsolete problem: change the line 20 to currentRefreshRate = (float)Screen.currentResolution.refreshRateRatio.value;.
@Pagacheccos
@Pagacheccos Ай бұрын
oh no okay i fix it thanks for the tutorial
@Pagacheccos
@Pagacheccos Ай бұрын
i dont have the button "regenerate projects files" what i can do?
@Pagacheccos
@Pagacheccos Ай бұрын
my button says "regenerate argument"
@exile_national
@exile_national Ай бұрын
Thank you buddy!
@zanagi
@zanagi Ай бұрын
doesnt look good if the object is transparent though.
@TshortSeriesD38-to7cv
@TshortSeriesD38-to7cv Ай бұрын
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@RootGames
@RootGames Ай бұрын
Nooooooooooo probleeeeeeem! 😅
@xandeco420
@xandeco420 Ай бұрын
CARAHLO EU NAO TINHA PENASDO EM FAZER ISSO
@trevor3233
@trevor3233 Ай бұрын
Thank you soooooo much! This really helped! ❤️
@dogmuncher_69
@dogmuncher_69 Ай бұрын
i have a drop down menu that chooses the language. this doesnt work with that for some reason. how do i fix this?
@horiidonuts
@horiidonuts Ай бұрын
Awesome stuff. Just one thing. I'm trying to select the language with dropdown menu instead of buttons. How am I going to do that? I'd be very pleased if you reply. 🙏
@RootGames
@RootGames Ай бұрын
Check my tutorial about resolutions, there I show how to choose resolution with a dropdown menu. That might give you an idea how to do it.
@user-kh1cu2hq9r
@user-kh1cu2hq9r Ай бұрын
good luck dude!
@RootGames
@RootGames Ай бұрын
Thanks! The support really means a lot!
@hectorarts
@hectorarts Ай бұрын
how to reset cutscene after replaying?
@RootGames
@RootGames Ай бұрын
What do you mean?
@orramitos
@orramitos Ай бұрын
Great tutorial! I'm having issues with adding animations to the script if possible can you help? 🥲
@Yungowei
@Yungowei Ай бұрын
you saved my live
@UnknownJigsaw
@UnknownJigsaw Ай бұрын
Thank you really helps the game run more smooth and such a simple solution!
@RootGames
@RootGames Ай бұрын
Glad to help!
@flamollusk420
@flamollusk420 Ай бұрын
thank you so much
@RootGames
@RootGames Ай бұрын
You're welcome!
@OrcBruno
@OrcBruno Ай бұрын
Hey, just want to thank you for explaining important things about these versions, i am familiar of course how it works but haven't been with unity in a couple of years and now that i have come back i have trouble even installing later versions and stuff, just wanted to know is my 2021.2.0f1 version still relevant cause i am starting my own project. Anyways, your last comment that older versions can be used has helped me a lot, thanks 😀
@luisf.gawlak3412
@luisf.gawlak3412 Ай бұрын
I'm using version 2020.3.46f. This version is lightweight in my project, which is quite large. It consumes an average of 2GB, maxing out at 4GB of memory. I tested versions 2021.3.29f and 2022.1.3f, but it's impossible to use Unity with them, even with a good machine and a decent graphics card. Memory consumption goes up to 8GB, sometimes even hitting 11GB. I looked for memory leaks but couldn't find any. So, I'm stuck with version 2020.3.46f, which is lightweight. My biggest problem is that several assets don't support this version, causing me a headache. If anyone knows of a newer, stable version as lightweight as 2020.3.46f, please let me know!"
@joaquinillo_
@joaquinillo_ Ай бұрын
Why are you not using delegates?
@editsforevery1
@editsforevery1 Ай бұрын
The platforms don't seem to move but only move when I touch them. It just gets stuck on one point.
@21CenturyBreakdownX
@21CenturyBreakdownX Ай бұрын
Works great for a level that has a very consistent background. This might work for my far back background, but in order to stitch together different stages of the level (basically just change how the road the car is driving on looks when i reach the boss) I don't see how this could be used? Is there a technique to feed in a new texture during run time without it rapidly switching texture?
@tejasshinde0051
@tejasshinde0051 2 ай бұрын
i am unable to import it error sound is coming but no popup is shown
@AntonioMunguambe-mv6od
@AntonioMunguambe-mv6od 2 ай бұрын
Does anyone know How can I put multiple likes in this video?
@vladpadurean1956
@vladpadurean1956 2 ай бұрын
I love you u wonderful underrated obscure eastern european man thanks for saving me like 45 minutes
@naobawahengbam6696
@naobawahengbam6696 2 ай бұрын
I have unity 2022.3.21lts Can't built Android games It's says" GRADLE BUILT ERROR" Can't solve it ,Help😵 I solved it by downloading unity 2022.2 Lts
@lyne.k9780
@lyne.k9780 14 күн бұрын
Hello please were you able to solve that problem?
@naobawahengbam6696
@naobawahengbam6696 14 күн бұрын
​​@@lyne.k9780 ofcourse, If you need help simply download unity 2022.2 lts
@naobawahengbam6696
@naobawahengbam6696 14 күн бұрын
​@@lyne.k9780if you need help, simply download unity 2022.2 Lts
@naobawahengbam6696
@naobawahengbam6696 13 күн бұрын
@@lyne.k9780 hey I did, please reread my comments
@naobawahengbam6696
@naobawahengbam6696 13 күн бұрын
@@lyne.k9780 download unity 2022.2 Lts. Try
@StickyLabDev
@StickyLabDev 2 ай бұрын
what if i must have 5 different joystick ,,,,,,,,,,,,,,,please help,, i must show the joystick ui so i'll use on screen stick ,the problem is , how to differentiate each joystick
@annaliese303
@annaliese303 2 ай бұрын
if anyone's having trouble with layering their background images make sure the material is set to unlit>transparent cutout. i couldn't see the layers behind my front layer at first but this fixed it!
@lukechaney3718
@lukechaney3718 Ай бұрын
I'm having an issue where the other backgrounds are getting distorted over time idk why
@plutus9274
@plutus9274 14 күн бұрын
I've been searching for this solution for the past hour tysm
@JonelKingas
@JonelKingas 2 ай бұрын
1:20 i got a problem when oplaying my game, it looks how you described them fighting each other in camera borders, and in game it looks like its jittering...
@Nelsa406
@Nelsa406 2 ай бұрын
I...... Messed that up in my under-progress Baldi mod.
@emindemir6659
@emindemir6659 2 ай бұрын
This was what I exactly wanted. Thank You!
@blacknwhite6015
@blacknwhite6015 2 ай бұрын
thank you so much! i didn't expect it to be so fast. You're a good guy