Тёмный
Game Cipher
Game Cipher
Game Cipher
Подписаться
Every day I encounter new things and problems on my game dev journey. Maybe you are facing them too. This channel's aim is to make that journey a little bit easier.
Unity UI Animation With DOTween || Pop Up
23:32
2 месяца назад
How to move a 3D object to UI in Unity
15:03
4 месяца назад
Unity Asset Store Top 5 Paid Assets
8:25
6 месяцев назад
How to Camera Shake In Unity
9:52
6 месяцев назад
How To  Select Objects In Unity !
9:57
7 месяцев назад
Mobile Joystick for a 2D Top-Down Game in Unity
10:03
7 месяцев назад
How to Stop Mouse Input through UI in Unity
4:12
7 месяцев назад
Floating text with dynamic animation in unity
10:20
9 месяцев назад
Cinemachine camera shake and transition in unity
15:33
10 месяцев назад
How to use Animation Events in Unity
12:40
11 месяцев назад
how to make a simple heart health system in unity
13:23
11 месяцев назад
Комментарии
@darrensayo3071
@darrensayo3071 Час назад
cs file for this tnx
@TempestGameDev
@TempestGameDev 9 дней назад
I was making something by my own, but this asset and your tutorial it's pretty good, I would try this solution as fast I can
@GameCipher
@GameCipher 8 дней назад
Go for it! 😀
@transformers395
@transformers395 13 дней назад
Is it possible that I can control the gameplay recorder through code so that I can start the recorder at a particular event and stop it at particular event and redo this as many times as I want?
@GameCipher
@GameCipher 13 дней назад
I don't think you can do that. I tried it once about 2 years ago,. I solved my problem by setting recoding mode by frame interval
@transformers395
@transformers395 13 дней назад
@@GameCipher okay thanks for your reply
@VsevolodPankratov
@VsevolodPankratov 13 дней назад
Great! Thank you!
@GameCipher
@GameCipher 13 дней назад
You are welcome! 😀
@kashmirahowale6506
@kashmirahowale6506 23 дня назад
Can we interact with this prototype in Oculus quest 2 and controllers??
@GameCipher
@GameCipher 22 дня назад
I don't know , but if you have the Oculus , you can try it out. It should work.
@AlZenn
@AlZenn Месяц назад
Thanks for tutorial <3
@GameCipher
@GameCipher Месяц назад
Welcome 😊
@FanStudioCoUk
@FanStudioCoUk Месяц назад
Indie devs, the Zombeez Game Jam on itch is a must. Participate today!
@junseokim5946
@junseokim5946 Месяц назад
very good!
@GameCipher
@GameCipher Месяц назад
Thanks! 😀
@mahsaldotcom1753
@mahsaldotcom1753 Месяц назад
This is the shortest video I have watched for setting up the joystick. To the point, great work. Liked the video and subscribed to the channel. Thank you.
@GameCipher
@GameCipher Месяц назад
Thanks for the sub! 😀
@user-oc5hl2ir5h
@user-oc5hl2ir5h Месяц назад
After I run it the joystick disappears. Do you have an idea how to solve it?
@GameCipher
@GameCipher Месяц назад
On joystick variable ,there are are 3 modes, that you can change , I believe it will work.
@user-oc5hl2ir5h
@user-oc5hl2ir5h Месяц назад
@@GameCipher you mean the dynamic and the fixed? please enlighten me
@user-oc5hl2ir5h
@user-oc5hl2ir5h Месяц назад
@@GameCipher IT WORKED HAHAHAHAHA IM LITERALLY JUMPING RIGHT NOW! IT TOOK ME A DAY TO THINK WHATS WRONG AND HOW DID IT NOW WORK HAHAHAHA THANKS BROTHER I'LL SUBSCRIBE AND WORK FOR THE ANIMATION TO RUN AND WALK
@user-oc5hl2ir5h
@user-oc5hl2ir5h Месяц назад
Hope you can help to how to animate it running and walking
@GameCipher
@GameCipher Месяц назад
@@user-oc5hl2ir5h there is also another video on how to set up character and animations. That will help you :)
@khanhhuynguyenvu
@khanhhuynguyenvu 2 месяца назад
bro! You the best 🎉
@GameCipher
@GameCipher 2 месяца назад
😀
@elelskii
@elelskii 2 месяца назад
Hi! Thank you for this video! I have a question... I'm using this script on my first-person controller game... the player has components which work well on desktop (character controller, rigid body and player input - all from previous tutorials) however on mobile, although the joystick works as shown in the video, the player doesn't move at all. I have no errors with the code either. I'll appreciate your guidance! I don't know how to code but I can copy and paste any changes needed.
@GameCipher
@GameCipher 2 месяца назад
Its really hard to understand, what's the problem without seeing it, the code for the joystick simple, I think your code might be okay(no errors), but movement also depend on your character controller, and plane colliders, double check them, also if you have multiple canvas on the game, take a look at your canvas layers.
@elelskii
@elelskii 2 месяца назад
@@GameCipher Thank you for your response! It's fixed now
@managerEran
@managerEran 2 месяца назад
Thanks brother for this tutorial 😍😍
@GameCipher
@GameCipher 2 месяца назад
You areeee welcome 😀
@shazeerrra
@shazeerrra 2 месяца назад
Hi ! My game has select characters feature, so im confused on how to make the movement controller to both of the characters since in this tutorial it for only 1 characters. Did you have any ideas about this? Thankyou!
@GameCipher
@GameCipher 2 месяца назад
you see character controller in character parent right, so one thing you can do , change the character, based on your character selection , keep the parent same, but this system also has its limitation, like character collider height, but you can also store the collider data for your player. Then replace the data for each one. you can also event do like make prefab , just assign the necessary references for the joystick. like character controller.
@Mileen1029
@Mileen1029 3 месяца назад
it's awesome!! your video is very good to follow thx
@GameCipher
@GameCipher 3 месяца назад
Glad it helped!
@bluehost826
@bluehost826 3 месяца назад
Thanks brotherr for the tutorial, how add collision detection for the player? Can we use charactercontroller?
@GameCipher
@GameCipher 3 месяца назад
Yes you can. 😀 As long as collision requirements meets.
@Luciferdelight
@Luciferdelight 3 месяца назад
Thnx, used as base for my own script. Remade it into singelton pattern as i prefere to call it where neded , mainly bcs if i slot it on a VFX the vfx has no isPlaying check that i can use afaik. Ping if anyone need the code =)
@GameCipher
@GameCipher 3 месяца назад
🔔Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍 youtube.com/@GameCipher?sub_confirmation=1
@soufianebenamer7585
@soufianebenamer7585 3 месяца назад
Nice tutorial thank you so much .
@GameCipher
@GameCipher 3 месяца назад
You're very welcome! I'm glad you found the tutorial helpful. :)
@rajonsarkerdev
@rajonsarkerdev 3 месяца назад
Thanks Brother for this tutorial🥰🥰
@GameCipher
@GameCipher 3 месяца назад
I'm glad I could help! :)
@Shivam-hf7nx
@Shivam-hf7nx 3 месяца назад
Very helpful 😊😊 Great 👍
@AiTbGaming1
@AiTbGaming1 3 месяца назад
❤❤❤❤❤
@alekseyabramov9259
@alekseyabramov9259 3 месяца назад
good job, man! I replicating your tutorial, but with t-rex and it is help me a lot!
@GameCipher
@GameCipher 3 месяца назад
Thank you for the kind words! Good Luck :)
@GameCipher
@GameCipher 3 месяца назад
🔔Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍 youtube.com/@GameCipher?sub_confirmation=1
@GameCipher
@GameCipher 3 месяца назад
🔔Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍 youtube.com/@GameCipher?sub_confirmation=1
@GameCipher
@GameCipher 4 месяца назад
🔔Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍 youtube.com/@GameCipher?sub_confirmation=1
@Santanu_Pal
@Santanu_Pal 4 месяца назад
Next time please make video without any background music and keep script text bigger as much as possible.
@GameCipher
@GameCipher 4 месяца назад
Thank you for the feedback. :)
@ultrainstinctcoder6126
@ultrainstinctcoder6126 4 месяца назад
Good video
@GameCipher
@GameCipher 4 месяца назад
Glad you enjoyed
@formantaudio
@formantaudio 4 месяца назад
9 minutes in and you have shown the simplest way to get free joysticks getting free assets moving I have seen on all the unity tutorials so far in 2024! I hope the newer updates are a little more sparse so I can catch up with everyone haha. Thanks for the clear and concise information friend.
@GameCipher
@GameCipher 4 месяца назад
Thank you for your kind words. :)
@formantaudio
@formantaudio 4 месяца назад
@@GameCipher any chance you could show how to make a shoot function in the future that would be cool
@GameCipher
@GameCipher 4 месяца назад
@formantaudio , I wil keep that in my mind. Thank you for the suggestion.
@sowmitrabanerjee6168
@sowmitrabanerjee6168 4 месяца назад
Tried much, Didn't work for me...
@GameCipher
@GameCipher 4 месяца назад
Sorry to hear about that. But without specifics it's hard to give a solutions. But I think take a look at your axix ,may be that will help.
@thai643
@thai643 4 месяца назад
It's amazing! I'm a fresher and i don't have idea to do like this, thanks you for sharing your tutorial
@GameCipher
@GameCipher 4 месяца назад
You’re welcome 😊
@ObiWineKenobi
@ObiWineKenobi 5 месяцев назад
Thank you very much for this! I used it in my project and works great. The only thing Im wondering is how to tween the collected ui sprite from the star to the ui? As it moves to the ui I wanted it to scale down a bit. 😃
@GameCipher
@GameCipher 5 месяцев назад
You made my day man :) Now what I understand is that you want to scale down the stars whey they are going to ui. Take a scale down value, and add transform.DoScale tween , and give scale down duration same to move duration. Also remember to reset the scale when you are pooling then again for reusing.
@parsahaghi7955
@parsahaghi7955 5 месяцев назад
Kenny site not have copyright?
@GameCipher
@GameCipher 5 месяцев назад
Most of the assets on that , you can use absolutely free.
@parsahaghi7955
@parsahaghi7955 5 месяцев назад
Oh, so there is no copyright@@GameCipher
@ahmadhaddara9547
@ahmadhaddara9547 6 месяцев назад
New subscriber 🎉
@GameCipher
@GameCipher 6 месяцев назад
Thanks for subbing!
@GameCipher
@GameCipher 6 месяцев назад
🔔Enjoyed the video? Don't miss out on future content - hit that Subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@interbrainastronaut
@interbrainastronaut 6 месяцев назад
Hello, no matter how much I searched on the internet, I could not find a smart video on how to auto aim. If you do you can help a lot of people. The character automatically targets and fires at the enemies coming from the surroundings, and then continues in this manner to the next closest one. I'm not an expert, I tried it and it worked, but I couldn't come up with a logic that was performant enough for mobile. If you can you'll do a great job.
@GameCipher
@GameCipher 6 месяцев назад
I appreciate your suggestion! Auto aim is definitely a topic worth covering. I'll definitely consider creating a video on this topic to help out fellow game developers like yourself.
@usamaadnan2462
@usamaadnan2462 7 месяцев назад
thnks for these tutorials
@GameCipher
@GameCipher 7 месяцев назад
Glad you like them!
@GameCipher
@GameCipher 7 месяцев назад
🔔Enjoyed the video? Don't miss out on future content - hit that Subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔Enjoyed the video? Don't miss out on future content - hit that Subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@VsevolodPankratov
@VsevolodPankratov 7 месяцев назад
Thank you for your work, Baku! I always watch your tutorials!👍
@GameCipher
@GameCipher 7 месяцев назад
Thank you.
@Muzzers0
@Muzzers0 7 месяцев назад
Can you give me the codes, please?
@GameCipher
@GameCipher 7 месяцев назад
shorturl.at/ksLTZ
@CyberAngel67
@CyberAngel67 7 месяцев назад
Or use the one that comes free when you use the Input System.
@GameCipher
@GameCipher 7 месяцев назад
I didn' try input system. I will check it out. Thank you.
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that Subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@GameCipher
@GameCipher 7 месяцев назад
🔔 Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍