The second most important thing in a menu are the buttons the player interacts with - Luckily, Unity has very simple and powerful tools to quickly and easily setup buttons for your Menu :)
2021-04-15 09:14:53 +0000 UTC
View Post
I present to you the foundation of EVERY menu in history - If there was one thing you NEEDED to know how to control for a menu, it would be the Text. Learn everything you need to master Unity Text ...
2021-04-13 05:53:15 +0000 UTC
View Post
Alright, it's time we hit that thing that 99% of all Developers never think about when imagining their game... Don't worry though, Unity has some pretty good built in tools to hook you up quick! Le...
2021-04-10 05:12:39 +0000 UTC
View Post
So, we are now officially Apple and Google Play store developers :)
Google play was a lot easier to sign up for than Apple. Going through the process itself was a pretty cool learning experienc...
2021-04-09 07:34:52 +0000 UTC
View Post
Here we go - This is where it all comes together. Everything you've learned this month applied in a FULL real-time Flappy Bird Gameplay Engine! Hope it helps :)
2021-04-08 05:45:18 +0000 UTC
View Post
Well, somehow Squad, we did it - I'm literally just... well, speechless. I didn't think we would get here this fast. I was gonna make a big thank you video for this occasion, but I thought it was g...
2021-04-07 06:38:24 +0000 UTC
View Post
Alright Squad, we got a FULL month ahead of us. I decided there really was no way to "completely" teach anyone to make a full game without at least a basic understanding of menu's, GUI, and UI. A s...
2021-04-05 07:17:28 +0000 UTC
View Post
Before you get started on making a game, I'd like to share the 3 most important rules of advice when working on your first project -
2021-04-04 03:23:39 +0000 UTC
View Post
It was super close, BUT we DID finish all the Intro To Unity Programming tutorials-! I can only imagine the years I would have saved if I knew this code when I started game design. The intermediate...
2021-04-01 19:51:03 +0000 UTC
View Post
If you want to master Arrays, you're gonna need at least a basic understanding of "For Loops". Here is the crash course on how to use them in the next 2 minutes :)
2021-04-01 06:12:19 +0000 UTC
View Post
So, we're on the last tutorial now- If I'm lucky, I'll be able to finish it tonight right before the end of the Month as we planned :) I thought a great way to end the series would be to build a ti...
2021-03-31 06:00:34 +0000 UTC
View Post
In my opinion, Arrays are some of the most difficult things for a non-programmers and Artists to learn. Here I will do my best to try and explain it for the average person -
2021-03-30 00:31:57 +0000 UTC
View Post
Big thank you to everyone for voting, commenting, participating in the last 2 polls - It was extremely insightful and helpful. I honestly was not expecting the votes to be SO close. Animation...
2021-03-29 02:33:38 +0000 UTC
View Post
This tutorial is a little long, but it really only made sense when you could see/hear everything together. This is everything I normally use on a normal day to day basis regarding Sound in Unity - ...
2021-03-28 05:14:25 +0000 UTC
View Post
The last poll was pleasantly surprising I really I thought most people would want to go back to modeling or Sculpting, but if we add the results from YouTube and Patreon, the most popular demands a...
2021-03-26 09:09:14 +0000 UTC
View Post
Alright, Squad - The "Intro To Unity" series is nearing it's end. Below is a list of everything we still need to complete in order to finish the game. Please pick which field you are hoping we jump...
2021-03-25 06:52:46 +0000 UTC
View Post
Making Objects appear and disappear is the foundation for so many applications - Learning this trick marked a huge milestone for me when I was learning programming the first time. Hopefully it will...
2021-03-24 22:57:43 +0000 UTC
View Post
Hey Squad, been testing different potential color pallets for Exa. If you have a favorite, definitely let me know in the comments-!
I just wanted to give everyone an update on where we are ...
2021-03-23 07:15:10 +0000 UTC
View Post
Before I show you how to instantiate an object, you'll need to know how to create a prefab first. Here's a crash course on Prefab Objects in Unity-!!!
2021-03-22 21:18:35 +0000 UTC
View Post
Now that I've completed the UV/Texturing Process for the character. I've had a chance to start messing around with different potential colors. I'm gonna mess with bigger changes. But, f...
2021-03-22 06:09:42 +0000 UTC
View Post
I wasn't originally going to cover this, but it's extremely useful - So, I decided to add it to your kit of tools! Learn the foundations of RayCast Collisions in the next 2 minutes!!!
2021-03-20 02:34:36 +0000 UTC
View Post
Alright, Hitboxes... Learn how to make them, and how to program them in Unity in the next 3 minutes!!!
2021-03-17 09:15:02 +0000 UTC
View Post
Well, I finished creating all the detail for the AO map, combined it with our Albedo map, Squared up the UV, and did everything Arc Studio said they do and... well, I guess we're done. Might not be...
2021-03-16 10:31:06 +0000 UTC
View Post
I was looking through the Unity asset store to see what kind of "Environment, Level Generation" tools available. Stumbled upon what looks to be a Procedural Environment Generator (Which is pretty c...
2021-03-15 17:14:40 +0000 UTC
View Post
3rd Person Camera control might seem tricky at first. But, today I'll share the code that worked best for me - As always, thank you so much for watching, and hope it helps :)
2021-03-15 06:11:04 +0000 UTC
View Post
So, the Kings probably heard this yesterday, but last night I completed the Anime style UV-Map. Everything that wasn't working for us made sense after I got the map set up. The biggest advantage to...
2021-03-13 07:52:19 +0000 UTC
View Post
Mouse control is probably the easiest way to control looking around in a game. And, as it turns out the code for it is pretty straight forward. As always, hope it helps :)
2021-03-11 03:14:55 +0000 UTC
View Post
Before I show you how to apply a basic 3rd Person camera set-up. I really have to make sure you understand the 3 Main Position Tools first - Learn to control the differences between Lerp, MoveTowar...
2021-03-08 07:36:06 +0000 UTC
View Post
So, up to this point, my biggest problem with Anime shading was the normal shadow editing process. I spent weeks trying to learn to do it, and in the end it looked "kinda OK", but we ended up payin...
2021-03-07 08:41:57 +0000 UTC
View Post
The ability to control multiple objects from a single script is a Must-Know for any game developer. Luckily, it's also very simple and easy to do - Learn how to manipulate multiple GameObjects simu...
2021-03-06 02:34:21 +0000 UTC
View Post