- Видео 32
- Просмотров 317 923
Pixelbug Studio
Индия
Добавлен 16 фев 2019
Hey there 👋
My name is Sreejith Kakkat, and I work as a
full-time Motion Designer while also developing
games as a hobby. This channel has videos that will help you become a better game dev. I'm using the Unity game engine. If this sounds interesting, please subscribe:)
My name is Sreejith Kakkat, and I work as a
full-time Motion Designer while also developing
games as a hobby. This channel has videos that will help you become a better game dev. I'm using the Unity game engine. If this sounds interesting, please subscribe:)
Simple CutScene Animation in Unity using Cinemachine
In this video I have shown how you can make a simple CutScene animation in Unity using Cinemachine.
Learn more about Cinemachine here : unity.com/unity/features/editor/art-and-design/cinemachine
Support my works - www.patreon.com/pixelbug
Join me on Discord - discord.com/invite/VdYCpMedR3
Follow me on Instagram - sreejithkakkat
Follow Pixelbug Studio on Instagram - pixel_bug_045
Learn more about Cinemachine here : unity.com/unity/features/editor/art-and-design/cinemachine
Support my works - www.patreon.com/pixelbug
Join me on Discord - discord.com/invite/VdYCpMedR3
Follow me on Instagram - sreejithkakkat
Follow Pixelbug Studio on Instagram - pixel_bug_045
Просмотров: 571
Видео
How to increase ad revenue through ad mediation | Appbroda
Просмотров 1,5 тыс.2 года назад
Use mediation effectively strategy for your game with Appbroda: bit.ly/3QT7xz7 Join community for more monetization insights: t.me/admob_appbroda Use the link below to get started with Appbroda appbroda.referralrock.com/l/1SREEJITHPI00/ Are you still facing issues like low eCPM, ad limit, & low fill rate from your mobile game? This video will hep you fix the problem. If you are already monetizi...
Type Writing effect in Unity using TextMesh Pro
Просмотров 10 тыс.2 года назад
In this video I have shown how you can create a Type Writing effect in Unity using TextMesh Pro. TextMesh pro is the ultimate solution for texts in Unity. You can make different kinds of animation using TMPro's classes. I have shown one example here. TextMesh Pro Documentation : docs.unity3d.com/Packages/com.unity.textmeshpro@1.3/api/TMPro.html Use the link below to get started with Appbroda ap...
LeanTween Unity Tutorial - Animate Game UI by Tweening
Просмотров 45 тыс.2 года назад
In this video I have animated a simple Level Success screen using LeanTween in Unity. I find it is so easy to create and manage the animations of an entire UI using LeanTween than the traditional animation system in Unity. So I believe this video will be helpful to some devs out there who is looking for a better way of animating their UI. Download LeanTween : assetstore.unity.com/packages/tools...
UI performance in Unity - Optimize your UI in Unity | Quick Tip
Просмотров 4,6 тыс.2 года назад
In this short video I have shown a simple trick to improve the performance of your UI in unity. Unity Unite talk about performance : ruclips.net/video/_wxitgdx-UI/видео.html Support my works : www.patreon.com/pixelbug Join me on Discord - discord.gg/VdYCpMedR3 Follow me on Instagram - sreejithkakkat Follow Pixelbug Studio on Instagram - pixel_bug_045 Download Crash ...
Start Menu Unity - Simple and Efficient method.
Просмотров 1,8 тыс.2 года назад
In this video I have shown a simple Start Menu in Unity. Start menu is an essential part of every game. Making it in a wrong way will affect the player experience very much. So I believe this video will be helpful to some devs out there. Thanks Anchor UI elements well : ruclips.net/video/h3YVYpAkt8c/видео.html Support my works : www.patreon.com/pixelbug Use the link below to get started with Ap...
Rect Transform Unity | Anchors and Pivots | Beginner tutorial
Просмотров 10 тыс.2 года назад
In this video I have shown some of the concepts related to Rect Transform in Unity. Anchors and Pivots are some of the confusing things when you start learning game development. So watching this video will reduce some confusions. Speed up your Mobile Game Dev : ruclips.net/video/0mJPEAvmoo8/видео.html Support my works : www.patreon.com/pixelbug Use the link below to get started with Appbroda ap...
Speed up your Mobile Game development in Unity
Просмотров 1,1 тыс.2 года назад
In this video I have explained three useful tips to speed up the workflow of your mobile game development in unity. Download Project Files : github.com/sreejithkakkat/Mobile-Dev-Tips-Unity Hooson's Video : ruclips.net/video/VprqsEsFb5w/видео.html Support my works : www.patreon.com/pixelbug Use the link below to get started with Appbroda appbroda.referralrock.com/l/1SREEJITHPI00/ Chapters 0:00 -...
NavMesh Unity Tutorial - NavMesh Obstacles and OffMesh Links (Part 2/2)
Просмотров 8702 года назад
This is the final Part of my NavMesh Unity Tutorial series. Hope it's useful for you. If you haven't watched part 1 then here is the link. Part 1 - ruclips.net/video/I5gLmiDsqiI/видео.html Unity NavMesh Components - github.com/Unity-Technologies/NavMeshComponents Documentation - docs.unity3d.com/ScriptReference/AI.NavMesh.html Download this Project - github.com/sreejithkakkat/NavMesh-Tutorial-2...
NavMesh Unity Tutorial -- Basics of Navigation Mesh (Part 1/2)
Просмотров 2 тыс.2 года назад
In this video I have shown how to quickly setup a NavMesh in Unity. Navigation Mesh is an important part if you are making a game with npcs or bots Unity NavMesh Components - github.com/Unity-Technologies/NavMeshComponents Documentation - docs.unity3d.com/ScriptReference/AI.NavMesh.html Download this Project - github.com/sreejithkakkat/NavMesh-Tutorial Use the link below to get started with App...
Particle System Unity | Detailed video of Important Modules
Просмотров 1,5 тыс.3 года назад
In this video I have shown the Implementation of Unity's Particle System. Particle effects are an important part of every game. Unity makes by its particle system modules. Use the link below to get started with Appbroda appbroda.referralrock.com/l/1SREEJITHPI00/ Chapters 0:00 - Intro 0:43 - Particle System Module 05:22 - Emission Module 06:04 - Shape Module 06:31 - Renderer Module 07:28 - Codin...
Raycast 2D - Raycast in a 2D Platformer Game Unity
Просмотров 33 тыс.3 года назад
In this video i've shown an example of raycast 2d in Unity and its uses in a 2d platformer game. Use the link below to get started with Appbroda appbroda.referralrock.com/l/1SREEJITHPI00/ Chapters 0:00 - Intro 0:41 - Character Controller 03:01 - Detect Ground 05:42 - Detect Enemy 09:28 - Wrap Up Raycast 3D video - ruclips.net/video/cUf7FnNqv7U/видео.html Documentation - docs.unity3d.com/ScriptR...
Raycast Unity 3d - unity raycast tutorial
Просмотров 53 тыс.3 года назад
In this video I have shown how to implement raycast in unity. This unity tutorial will help you to learn this within 5 minutes. Thank you. Raycast3d Documentation - docs.unity3d.com/ScriptReference/Physics.Raycast.html QueryTriggerInteraction - docs.unity3d.com/ScriptReference/QueryTriggerInteraction.html Get this Project Files : www.patreon.com/pixelbug Join me on Discord : discord.gg/VdYCpMed...
Unity Ads Tutorial 2021 Updated Interstitial, Rewarded and Banner Ads
Просмотров 31 тыс.3 года назад
Unity ads Implementation 2021 Unity Ads Integration Guide unityads.unity3d.com/help/unity/integration-guide-unity Admob video ruclips.net/video/kMne8YNoTms/видео.html Get this Project Files : www.patreon.com/pixelbug Join me on Discord : discord.gg/VdYCpMedR3 Use the link below to get started with Appbroda appbroda.referralrock.com/l/1SREEJITHPI00/ Chapters 0:00 - Intro 0:40 - Unity Project ID ...
Firebase Push Notifications in Unity 2020
Просмотров 9 тыс.3 года назад
Watch Unity Notification Package Implementation : ruclips.net/video/-6sRSOeuJK4/видео.html Join my Discord server : discord.gg/VdYCpMedR3 Support me on Patreon : www.patreon.com/pixelbug Documentation : firebase.google.com/docs/unity/setup Download Crash Cloud : play.google.com/store/apps/de... Use the link below to get started with Appbroda appbroda.referralrock.com/l/1SREEJITHPI00/ Here is th...
Unity Notification Package | Android Notifications 2021
Просмотров 6 тыс.3 года назад
Unity Notification Package | Android Notifications 2021
Monetize Your Games | Admob in Unity 2020.3.8f1 | Interstitial and Rewarded video Ads
Просмотров 14 тыс.3 года назад
Monetize Your Games | Admob in Unity 2020.3.8f1 | Interstitial and Rewarded video Ads
Object Pooling in Unity - Optimize your Unity Game using Object Pooling Method
Просмотров 2 тыс.3 года назад
Object Pooling in Unity - Optimize your Unity Game using Object Pooling Method
6 Months of Learning Unity in 6 Minutes
Просмотров 7374 года назад
6 Months of Learning Unity in 6 Minutes
We Released our first Game on Google Play Store
Просмотров 4424 года назад
We Released our first Game on Google Play Store
Simple Enemy Follow AI in Unity | Chase the Player and Return to Idle state
Просмотров 8 тыс.4 года назад
Simple Enemy Follow AI in Unity | Chase the Player and Return to Idle state
Basic Rigging and Animation in Unity | 2D Animation
Просмотров 1 тыс.4 года назад
Basic Rigging and Animation in Unity | 2D Animation
Development of Crash Cloud | Indie Game Development
Просмотров 2434 года назад
Development of Crash Cloud | Indie Game Development
I turned my Wallpaper into an Android Game
Просмотров 2,1 тыс.4 года назад
I turned my Wallpaper into an Android Game
ontriggerenter vs oncollisionenter in Unity2d
Просмотров 5 тыс.4 года назад
ontriggerenter vs oncollisionenter in Unity2d
Six Ways You Can Move a 2D Object in Unity
Просмотров 47 тыс.4 года назад
Six Ways You Can Move a 2D Object in Unity
Particle System With 2D Lights -LWRP Unity
Просмотров 20 тыс.4 года назад
Particle System With 2D Lights -LWRP Unity
hi, you have downloadable file for this menu?
Bruh your voice is just like mine no one can distinguish
You have saved a lot of time. Easy and simple to follow.
Hi, Im in the middle of converting my PC game to Xbox. I've got the mouse pointer moving with the Xbox controller sorted. BUT I've got a level selector which did use buttons on PC , but I can't get the raycast to work for the canvas, have you any ideas or do a quick tutorial? Thanks
I have very little knowledge in porting. I recommend getting into a good discord server and asking help if you're not finding help from the internet. Thanks
TEE
Thanks!
where are you located.
Calicut
bro unity projects il help cheyyamo please... ?
Thank you for your video
Very good nice
great help, like and subscribed
Well atleast they provided some sort of work around that's sufficient for most projects. A little surprising that there's no option to simply use a sprite preset instead of a material preset, but whatever. Unity could technically intergrate that script into the particle system but apparently they're not working on the particle system anymore.
thank you video is the best
i still confused how to make ,,,,,,,,,it alwayse give damage once
Nice video, this helps me a lot in understanding these 6 different methods, keep it up!! I'm storing your video as my pocket guidebook 😀
Hey man, thanks a lot, I was searching for a property similar to VisibleText in Godot. Which is maxVisibleCharacters in TextMeshPro. Btw, you should cache your WaitForSeconds object once, like this : WaitForSeconds wfs = new WaitForSeconds(timeBtwnChars); yield return wfs; it's not that big of an optimization but it's good practice Thanks a lot again !
I subbed this channel is good
"Color.red" or "Color.green" doesn't seem to work in my case.
horrible accent , voice annoying, i can t follow the tutorial
Ive returned to this very video atleast 100 times, really informative and helpful for many diffrent types of projects, Thanks!
Can you make a part 2 .. where you can manage how many stars.. depending on what you earn.. and also .. the coins to the coins counterr magnetic..tween.. in upper right corner.. please . thanks
Thanks for sharing this ! i need it
It's a complete beginner video... Dude, I'm 3 years into professional gamedev and I just never had to deal with it xd
Nice video. 1 quick question. How to move an object in a fixed increment? I mean if my object's X axis is 10, and when I press left. it will move toward to left 1 by 1.
thanks alot u r awsome
i was angry working with the anhor presets, because I wouldn't understand how to make them do what I needed. After watching your video I realised how easy this actually is. Thank you for your video!
i also want to learn genetic algorithms, how did you make this and can you recommend eny courses. PS really cool video:)
Great video
Navmesh system support only agent to agent avoidance it need mre optimization in wall avoidance
Thanks for the help, very useful video
Thank you!
Tell us how to do Live Ad ID
Thank you so much beacause I sub and like . Thank you Pixelbug Studio
Thank you! It helped a lot more, than long tutorials.
Thanks Brother about this information.
its been 3 years, and yet to be seen at least this script in some samples even. I dunno guess there is no sense to use Unity 2D, if you dont want to mix up 3D with 2D, or use 3D rotation
thank you, this tutorial is very easy to understand
and what approda will earn from helping me ? is there any perecentage ?
I've been into Unity since long time, feel like you are the "Brackeys" of India. Great work. Keep continuing!!
I agree very great channel
Thanks I was searching that 1 week ago to make it on my game!!! that helps me alot keep it up 👍
Thank you very much ^^
How to do this when you complete a level because at the start the UI of the level complete is off and so the buttons that come with it then you get a error can you show how to do that?
waste of my time
Thank you for the video! It was really easy to understand the concept. I was scared of raycasts but now understanding it, it is really easy! ty again homie <3
Very helpful tutorial <3, I am wondering if I can pull data from the database(I'm using JSON) and assign it to Text, is it possible? thank you! keep it up!
Interstitials does not contain a constructor that takes one argument
Hostage
Hm not working for me, might be outdated Edit: It works after updating the rotation of my lights to 0,90,0
Wow brother, your efforts are clearly great 👍
Hello, I have a issue, I have a box in the scene plus a ruler in front of it. I need to send a light ray out of the box and read the value on the ruler after hit. I do not know how to tell the ray light to bring back the value from ruler. Can you help?