Just straight to the point, great video and thanks :)
@MichoSchmidt5 жыл бұрын
Hi and thanks for comment :) Yeah some tutorials I like to make simple and fast :)
@alexandrefradette29036 жыл бұрын
Thank yyou for that quick and simple video!
@MichoSchmidt6 жыл бұрын
Happy that you liked it.
@Destroyah3805 жыл бұрын
Not working, cooldown image doesnt appear when I press the key meant for it, no matter what key i code it to. Testing in game mode shows moving the slider myself has it work like it should but the key press doesnt work still
@MichoSchmidt5 жыл бұрын
Hello Destroyah, do you get some error or something?
@notrain5455 Жыл бұрын
Well you added a text but i expected a text cooldown lol But that's easy to make, thanks for vidéo :)
@MichoSchmidt Жыл бұрын
Hi! This video is getting old, I should make a new one if I have time:D
@notrain5455 Жыл бұрын
@@MichoSchmidt it remains craizy helpful
@MichoSchmidt Жыл бұрын
@@notrain5455 Awesome! Hope your having a great day! Your welcome to look on my devlogs too, if your interested on that on my channel.
@serveladik2 жыл бұрын
What if u have bunch of spells, you would copy paste that? thats dumb And what if we gonna change the spells?
@MichoSchmidt2 жыл бұрын
This was a simple explain, to make different spells, need to code it different. Have a great day.
@SasukeUchiha7237 жыл бұрын
Your video is simple and awesome
@MichoSchmidt5 жыл бұрын
Thanks so much! (2 Years later I did anwser thiis)
@nelsaluya92297 жыл бұрын
Sir how can I use my own button to start cooling down my Skill? I set a "public GameObject myButton/ public Button myButton" and I dont know how to call them at Update, I want this to use instead of using KeyCodes
@MichoSchmidt7 жыл бұрын
Hello! Sorry for late anwser, a easy way you can do it is. You need to create a "Button" under the Canvas, then in the script you can make. public Button skillOne; void Start() { skillOne.onClick.onClick.AddListener(UseSkill); } void UseSkill() { // Something happend here, you can add effects, or anything here. }
@apina_3 жыл бұрын
Where do i put my function?
@MichoSchmidt3 жыл бұрын
Hello, I just show some simple cooldown here inside Update Function. You can create your own function outside "Update".
@apina_3 жыл бұрын
@@MichoSchmidt thanks
@apina_3 жыл бұрын
@@MichoSchmidt i didn't figure out how to do that
@MichoSchmidt3 жыл бұрын
@@apina_ Just wonder, is the code not working? Got error or something ?
@apina_3 жыл бұрын
@@MichoSchmidt nah, im not usre exactly where to put My funcrion and if ur wondering what it is them: if (Input.GetKeyDown("space)) Rb.addforce(0, 5, 25) Some5hing like that
@bhodivibe5 жыл бұрын
nice
@MichoSchmidt5 жыл бұрын
Thanks FudgyDoodies! Hope you have a good day.
@waridc5 жыл бұрын
good work!
@MichoSchmidt5 жыл бұрын
Thanks so much! Hope you have a great day!
@maddehaan4 жыл бұрын
Should use a IENumerator (Coroutine), it is easier and more understandable. Also you made a mistake while doing it for the same reason. You could have used the -= but had to start at 1 in that case.
@MichoSchmidt4 жыл бұрын
Hi and thanks for tell that, awesome!
@zekiozdemir4203 жыл бұрын
tytyty
@MichoSchmidt3 жыл бұрын
Whohoo
@substanceshift7 жыл бұрын
SkillBarController.cs(8,9): error CS0246: The type or namespace name `image' could not be found. Are you missing an assembly reference? i get this error only please help i love ur tutorial
@MichoSchmidt7 жыл бұрын
Hello! Have you dragged a Image to the ImageCooldown? and look so you are using UnityEngine.UI at the top of editor. And look so you have type: public Image imageCooldown;
@substanceshift7 жыл бұрын
Thanks alot man it works now :D
@MichoSchmidt7 жыл бұрын
Great it's work for you!
@substanceshift7 жыл бұрын
Hello may i know how to make the cooldown refil after its go down and goes empty ..make it have to "Refill" again,, becuz right now it just after being pressed get empty then be instant filled after thhat i hope i presented my idea right sorry for bad english
@streetguitarist59495 жыл бұрын
Which song sir..?
@MichoSchmidt5 жыл бұрын
Sorry I don't remember the song, and I did never write it on the description too :(
@apina_3 жыл бұрын
Block Party
@MichoSchmidt5 жыл бұрын
Remember to join the discord: discord.gg/pstTS8V
@demoniolrayyyt30056 жыл бұрын
Sir how can i click or just tap the button for cooldown instead of pressing number 1 in the keyboard to work.
@MichoSchmidt6 жыл бұрын
Hello! Easiest way is to create a Button instead of Image, and then on the Botton you can see On Click () There you click on the ( + ) then you choose the script in "None (Object)". And in the script can you create a function / void like public void Skill() { // Add the code here. Debug.Log("Used Skill"); }
@demoniolrayyyt30056 жыл бұрын
MotGameStudio hi, sir can you tell me the whole script here? I cant understand sorry, i really appreciate your time ☺
@demoniolrayyyt30056 жыл бұрын
MotGameStudio im using it for android for my skill to cool down every time i tap on it. Thanks sir in advance 😁
@MichoSchmidt6 жыл бұрын
Ohh ok sounds great! Hmm I haven't tried Button on Android device. You can tell me if it works.
@demoniolrayyyt30056 жыл бұрын
MotGameStudio sir i dont know how can teach me on the script.
@markanthonybaladad84214 жыл бұрын
For mobile legends bro?
@MichoSchmidt4 жыл бұрын
Never tried that to be honest 😁
@SasukeUchiha7237 жыл бұрын
Your video is simple and awesome
@MichoSchmidt7 жыл бұрын
Thanks! Soon I gonna release some more easy and useful tutorials.