Very cool tutorial! Thank you, Alexander, for putting it together and sharing it. Where did you get the Wheel asset?
@yaserbahzad25915 жыл бұрын
As usual Alex, nice job
@AlexanderZotov5 жыл бұрын
Thank you!
@andyevans49664 жыл бұрын
Works really well and simple to follow. thank you
@AlexanderZotov4 жыл бұрын
Happy to help
@chickenbacon67635 жыл бұрын
Thanks for this! It works perfectly :)
@AlexanderZotov5 жыл бұрын
You are welcome!
@hrishikeshgarud71775 жыл бұрын
Nice. But how you created the wheel?
@Orsonster2 жыл бұрын
well, i just 3d modeled one. dont know what he did though
@random_precision_software5 жыл бұрын
About time for some 3D 👍😀
@AlexanderZotov5 жыл бұрын
Yes, 3d is not that bad.
@1234yokee3 жыл бұрын
Sir ..Can i get the source link of scripts and objects?
@arvindramachandran05 жыл бұрын
nice work i love it :)
@AlexanderZotov5 жыл бұрын
Thanks!
@takrimschannel17305 жыл бұрын
Good work dude..☺😍
@AlexanderZotov5 жыл бұрын
Thank you!
@blindmanaction62013 ай бұрын
where did u get the wheel from?
@zuziv15183 жыл бұрын
Thankss
@veeloh91892 жыл бұрын
How do you make that wheel
@boring19305 жыл бұрын
can you make a video how to make a play button menu button
@The28studio5 жыл бұрын
What?
@boring19305 жыл бұрын
menu button to keep in front of game
@digitutor36624 жыл бұрын
@@boring1930 Just add a button component and make it start a scene on button click.
@MusicsChillboys2 жыл бұрын
padlock not rotate and not active?why its don't action?
@DBGOP-vs4vu2 жыл бұрын
can u give code of this
@ashishpatel24485 жыл бұрын
Create this video for unity 2d for score system please
@goliyu123 жыл бұрын
hey how can i randomize the correct answer?
@deadend85 Жыл бұрын
to set your own just add this line: public int num1, num2, num3, num4; then change this line: correctCombination = new int[] {num1, num2, num3, num4}; so if you want to make this random change the public int into a private int then create a function to create random ints from 1-9 and set it to equal each line. you could then call it at runtime.