Tumgik
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - How to create a Mini-Map
Without coding, let’s create an interactive 'picture-in-picture' style mini-map for your game. We are achieving this by employing a secondary camera that renders on top of our main camera. Simple logic and easy to do. Have fun :)
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w
A playlist of all my Unity 2D related tutorials: https://www.youtube.com/watch?v=E3JdduBJDVY&list=PL0P4RrVuCNnbS6i50V5wOfbiC9ERfNygq
Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - Random Position at Runtime Change the position of falling objects dynamically. In this video, we will randomize the locations, from where the objects fall. We are measuring our screen-width manually and using Random.Range to pass-in the random location along the x-axis. Have fun :)
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w
Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - How to Shoot with Mouse
Left Click - Primary Fire and Right Click - Secondary Fire! Let's see how to shoot bullets and set limitations to them. In this example, we have unlimited primary fire and the secondary fire can be used only after the 'first-shot' has been destroyed. You can build your own logic in your game and have fun :)
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w
Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - How to create simple camera shake
Unity Beginners - How to create simple camera shake Learn CamShake with simple and straight-forward logic. In this video, we will see how to add a camera shake effect when some heavy objects are falling from above. The shake effect is being synced with the event of those objects touching the ground for maximum visual impact. Have fun :) If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w
Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - How to use Arrays
Learn to use arrays with small practical examples. In this video, we will see how to declare, use and dynamically assign objects to an array. We will also see how to iterate through an array. This is ONE video you might need to getting started with Arrays in Unity C#. 
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w
Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - How to Parent/Un-parent Objects in runtime
Learn when we need to parent objects in run-time and how to go about it? In this video, we will see how to use 'SetParent' code with an example. As usual, the logic in this video has been kept relatively simple. Have fun :) If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - Simple Character Selection Screen
How to allow our players to choose their favorite characters? Let's see with a simple example. The logic demonstrated in this video is more like a pre-game screen and what happens after this screen is totally the dev's choice. You can either give the play-controls to the human player where the game actually starts or you can take them to a weapon selection screen next OR any other idea you may have. Have fun! See all my tutorials at - https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - Type of LOOPS in Unity C#
Understand the characteristics of LOOPS in Unity C# for effective programming. Loops are often confusing for beginners as they require complete understanding of their form and nature. In this video, we will see the popular loops in Unity C# with a simple example (keeping the logic same). This is that 'ONE VIDEO' you need, to compare/learn/know about loops in Unity.
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! See all my tutorials on Unity at: https://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w
Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
Direct link to BG music used in this video - https://www.fesliyanstudios.com/download-link.php?src=i&id=345
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - Simple Reaction to Game Objects (Faking AI)
Unity Beginners - Simple Reaction to Game Objects (Faking AI)
Fake A.I just by using 'Triggers' and a couple lines of code! In this video, we are looking at a simple logic on how to make a game object react to other game objects. Well, using the same logic you could achieve more in your own game for example, automating NPC's, showing chosen weapon stats and many more.
Watch all my tutorials at - http://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w?sub_confirmation=1
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo https://www.facebook.com/adamantalgo/
Want to know how to change Animation States using Unity Animator window? Watch my tutorial on that topic - https://www.youtube.com/watch?v=3hvmEVY4ISc&t=141s
Want to know how to animate sprites? Watch my tutorial on it - https://www.youtube.com/watch?v=2SFLLmlJZb0&t=68s
Artwork used in this video - www.craftpix.net
0 notes
adamant-algorithm · 4 years
Video
youtube
Unity Beginners - Attracting Pickup Objects
Learn Vector3.Lerp with an example. In this video, we will see how to attract all pickup objects in a scene towards our player. Here, the logic is: Coins are attracted to the player when the magnet super-power is picked up! But, you can apply this logic right after any type of event in your game such as mouse clicks, time values and so many more. If you learned a thing are two please do like the video and subscribe to my channel for more free byte-size unity tutorials. Watch all my tutorials at - http://www.youtube.com/channel/UCSfyLnRtaEqDaQTeCl_UW4w?sub_confirmation=1
Wondering how to extract sprites from a sprite sheet? - https://youtu.be/2SFLLmlJZb0
Sprites used in this video are downloaded from - www.craftpix.net
0 notes
adamant-algorithm · 4 years
Video
youtube
In this video, we are looking at how to throw/shoot/cast objects by our player game-object, on mouse click. The method employed is "Instantiate" and I have tried to keep the logic and C# code as simple as possible, as usual. What are you waiting for? Go ahead and make your players more lively and responsive.
Want to know how to change Animation States using Unity Animator window? Watch my tutorial on that topic - https://www.youtube.com/watch?v=3hvmEVY4ISc&t=141s
Want to know how to animate sprites? Watch my tutorial on it - https://www.youtube.com/watch?v=2SFLLmlJZb0&t=68s
Direct link to the sprite used in this video - https://www.gameart2d.com/ninja-adventure---free-sprites.html
If you like the content of this channel please do subscribe and like the video. All comments are welcomed! Want to connect instantly? reach me at - https://twitter.com/AdamantAlgo
0 notes
adamant-algorithm · 4 years
Video
youtube
In this video, we see how to switch from one state of animation to another according to the user input. This video assumes you have created the basic sprite animations. Want to see how to animated sprites? Do watch this - https://www.youtube.com/watch?v=2SFLLmlJZb0&t=66s
Direct link to the art work used in this video - https://craftpix.net/freebies/knight-character-free-sprite/
If you like the video and content of this channel, please do support by subscribing. Any queries? Please do comment or reach to me at - https://twitter.com/AdamantAlgo
0 notes
adamant-algorithm · 4 years
Video
youtube
In this video, let us see how to handle the Sprite Editor that comes with Unity game engine. The methods involved in the process of animating sprites from importing the sprite sheet to finalizing the animation is demonstrated in this lecture. Please do comment your thoughts and please do subscribe, if you like the video. Have a good one! Tweet: https://twitter.com/AdamantAlgo Asset used in this video - https://www.gameart2d.com/free-dino-sprites.html
0 notes
adamant-algorithm · 4 years
Video
youtube
Let's create a overhead health-bar that is attached to a character and acts as a visual representation of the players's health condition. You must have seen it in most of the RTS games (Eg:Age of Empires).
Please do comment if you have any questions or for a quick response, tweet me @AdamantAlgo
1 note · View note