Make Your First Game in Unity (2024)

  Рет қаралды 6,084

Franks laboratory

Franks laboratory

Күн бұрын

Пікірлер: 70
@markus4437
@markus4437 3 ай бұрын
Wow thank you for this great Tutorial! Can't wait to see more of this series using unity
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Hi Markus, I will probably do this one weekly, unless people request some features that take me longer to implement.
@markus4437
@markus4437 3 ай бұрын
@@Frankslaboratory this sounds great! Thanks for always putting so much efford into your videos ❤️
@Radu
@Radu 3 ай бұрын
Oh wow! What a twist :-)
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Just experimenting :D
@naimurX
@naimurX Ай бұрын
8====? 22:08
@usus4698
@usus4698 3 ай бұрын
thank you I was waiting for a course created using Unity.
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
There are plenty Unity courses online, but I wanted to do my own take on it, since I use Unity a lot, but never made any content on it.
@kencg6566
@kencg6566 Ай бұрын
Thank you Frank! Excellent tutorial. 👍✌
@MAGNETO-i1i
@MAGNETO-i1i 2 ай бұрын
This tutorial is incredible, ,very well explained! Thanks
@Frankslaboratory
@Frankslaboratory 2 ай бұрын
very kind to say, thank you
@konfcyus4865
@konfcyus4865 3 ай бұрын
Frank finally gave up on JS and canvas , jokes aside i've been trying to make full featured games with JS for a while now and using an established game engine is simply a better choice even if you are not familiar with the language or engine.
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
For me coding in JS is fun because I get to engineer my own solutions and implementations in code. Using an engine, I can focus on designing the game mechanics and making the game fun for players. Engine makes everything quicker and easier to implement. I have yet to see C# code in Unity that is challenging to understand. Most of it is just simple if else statements :D
@Adrian00213
@Adrian00213 3 ай бұрын
I dont want to be rude. but thats exactly opposite you get when you start with unity. I started with unity. did couple of game remakes. ( their systems . like chocobo dungone, roll away, ff battle system, and a few more ) Then i did couple of other shader related stuff, and i learned that Unity ships Huge overhead of stuff. librarys etc that are not even necessary for your game. Yes its easier for some1 who starts. And i am really greatfull to unity for that. I started programing in school then went with unity. where i really appriciated that i could SEE MY RESULTS!! it was amazing feeling. But after some time. i noticed how much unity makes me mad on a lot of stuff. then i decided to go C ++ with sdl and it was amazing. i had full controll over everything i was doing. Then to go into more modern i moved to JS canvas. now i can create a fully functional game in modern broken as fk language ( JS 🤣 😅 ) but its multiplatform, and if you learn a bit of JS its kinda easy to set up as well. i created a lvl editor first as separate app. that returns a JSON map format. which then can be used as lvls in a simple game. Easy, streightforward. and full controll on everything. So summing up. i think its all up to where you started. many people that started with UNITY went other engine or enginless. however some who started enginless or Other engine ( moved to unity )
@konfcyus4865
@konfcyus4865 3 ай бұрын
@@Adrian00213 Yes , it is much easier to start and prototype with JS and it takes time to get familiar with Unity and optimization of the engine . There is no one size fits all , if i'm doing a 2D casual game targetted for browsers i would definetly choose JS (phaser-playcanvas) over unity , but if it is a complex 3D game Unity offers much more. The online tutorials and discourse around game dev stays very surface level focusing only the prototyping part , i only spend %25 of my time acutally coding while doing game dev rest is all about art , sound , ui-ux , if you are creating a game with thousands of assets even having a visual editor is enough reason to choose it.
@theblueplanet3576
@theblueplanet3576 2 ай бұрын
​@@FrankslaboratoryCan we host unity games in web and play from a browser?
@Frankslaboratory
@Frankslaboratory 2 ай бұрын
@theblueplanet3576 yup. It's very easy to create a web game. Export game build as WebGL and host it on your website, on itch.io, or Unity pages etc.
@siarig328
@siarig328 3 ай бұрын
Good job man, very informative tutorial. Cant wait for the next one 🎉
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Hi Siari, glad you found some value
@frontend_ko
@frontend_ko 3 ай бұрын
thanks for nice video. wait for next video~
@Frankslaboratory
@Frankslaboratory 2 ай бұрын
Glad you found some value. I stopped releasing parts, will release one final big project video instead
@laptoprelaks
@laptoprelaks 2 ай бұрын
subbed... since unity is "BACK" i think ill stick with Unity... GODOT is too "different" for me...but first i think i will try to learn your js tutorials... i think those js tutorials help me understand the "blackboxed" functions/concept in game engine/makers
@PopLll-lo9ot
@PopLll-lo9ot 3 ай бұрын
You are amazing man
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Thank you
@evaristocuesta
@evaristocuesta 3 ай бұрын
Are you starting a new course with Unity? Interesting!!
@Frankslaboratory
@Frankslaboratory 2 ай бұрын
Hi Evaristo, I have been working in Unity a lot lately so I decided to make some content on it. Not sure where I will go with this yet.
@blackbirdchannel-c7b
@blackbirdchannel-c7b 3 ай бұрын
Very good!
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Thank you
@tedreams
@tedreams 3 ай бұрын
Let's go 🚀
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Have fun
@crispendragon1139
@crispendragon1139 3 ай бұрын
thanks to you Professor, but I need to know how create our own assets. Greetings from Chile!
@Frankslaboratory
@Frankslaboratory 2 ай бұрын
Hi Cris, greetings to Chile. I focus more on the code, there are many channels that specialise in drawing art / pixel art. They are better positioned to teach you these skills.
@Mr.ACrane
@Mr.ACrane 3 ай бұрын
Very nice
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Thanks
@ShubhamSingh-it4om
@ShubhamSingh-it4om 3 ай бұрын
Please create a project based game development tutorial on Phaser JS.
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
I never tried Phaser, is it any good
@babicunlo3638
@babicunlo3638 3 ай бұрын
@@Frankslaboratory it is. but i have yet to understand how to glue things together. maybe you can teach us that - or try godot
@Nodsaibot
@Nodsaibot 3 ай бұрын
@@Frankslaboratory rather you use RPGmaker now has JS support
@ShubhamSingh-it4om
@ShubhamSingh-it4om 3 ай бұрын
​@@Frankslaboratoryyes it's the top and most stable library for game development.
@AndreiTornyai
@AndreiTornyai 3 ай бұрын
from javascript in browser games to c#, when did you start coding things in c# :D
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Hi Andrei, C# is very similar to JavaScript in my opinion, if you know one, it's easy to pick up the other quickly.
@sebastiankoziel8055
@sebastiankoziel8055 3 ай бұрын
nice
@Frankslaboratory
@Frankslaboratory 2 ай бұрын
💪
@AndreiTornyai
@AndreiTornyai 3 ай бұрын
please make it a full series, at least i have a good excuse to start studying more c#
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
I'm just experimenting now. I haven't decided what do do next. Thanks for letting me know what you want. I might move C# to a new channel and keep this one for JavaScript.
@AndreiTornyai
@AndreiTornyai 3 ай бұрын
@@Frankslaboratory how about a series dedicated to realize an online in browser game similar to forge of empires - grepolis - tribalwars ?
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
@@AndreiTornyai Yea, definitely want to try something like that. Some of the mechanics in there, I'm not sure how best to implement. Need to do some research first.
@AndreiTornyai
@AndreiTornyai 3 ай бұрын
@@Frankslaboratory i have been doing some research us well, every game seems to adopt a different approach in the case of forge of empires they are rendering everything through the canvas element but i guess all the illustrations are just imgs. I wonder how they render those imgs on the canvas. Must be quite annoying to deal with so many interactive imgs
@devvora08
@devvora08 3 ай бұрын
Hey frank, can you just share how to make a map without tile sets. I have game background images for it
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Hi, it depends on what type of game are you trying to make. Are the background images seamless or made to be static. Are there collision areas in those images. Many factors to consider.
@devvora08
@devvora08 3 ай бұрын
@@Frankslaboratory hey.. thank you very much first off for noticing my comment. The background image is an environment consisting of water, and lamps that could be dynamic. In photoshop they are made in layers. For a literal idea I copied a scene exactly from a youtube channel called pixelarchitect. Hope you reply back
@worldbest3097
@worldbest3097 3 ай бұрын
first!!! waitedddd
@ashishvasava2706
@ashishvasava2706 3 ай бұрын
Can i use javascript to make heavy game? i don't wanna learn c# and c++ as i have good understanding of javascript
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Yes. Vampire survivors was made in JavaScript before they transitioned into Unity. C# is very easy if you know JavaScript. You don't have to learn anything. It's easy to write
@Lorry127
@Lorry127 3 ай бұрын
Awesome tutorial, thank you!
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Glad it was helpful!
@mr.fabian8471
@mr.fabian8471 3 ай бұрын
Thanks
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
I'm here to help :)
@autozone5335
@autozone5335 3 ай бұрын
❤❤❤
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
@HuynhLuong227
@HuynhLuong227 3 ай бұрын
oh, export to .html and play on browser web?
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Exactly. I will export it as a local folder with .html file and show how to host that online to make it playable via a link.
@HuynhLuong227
@HuynhLuong227 3 ай бұрын
@@Frankslaboratory omg thanks, waiting for you
@babicunlo3638
@babicunlo3638 3 ай бұрын
already gave up on vanilla js? 😔
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Never
@Сергей_Монахов
@Сергей_Монахов 3 ай бұрын
Typescript & Cocos Creator?
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
What do you mean
@Сергей_Монахов
@Сергей_Монахов 3 ай бұрын
It is an alternative to Unity with Typescript, not C#, as a programming language.
@TheStRaX_
@TheStRaX_ 3 ай бұрын
Man, i want this series to continue and may be a c# tutorial 🫣
@Frankslaboratory
@Frankslaboratory 3 ай бұрын
Let's see, I can develop in Unity fast, it's quicker because I don't have to write so much code
2D World-building: Maps, Collisions, Cameras
19:47
Franks laboratory
Рет қаралды 2 М.
My Game Dev Workflow & Tools in 2024
6:14
JamieDev
Рет қаралды 254 М.
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 82 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
I actually tried chasing my dreams for 365 days.
13:01
Andrew
Рет қаралды 628 М.
Point & Shoot Games (JavaScript tutorial)
1:48:00
Franks laboratory
Рет қаралды 14 М.
I'm Making an RPG Framework (that you can use)
25:03
J.C. Chambers III
Рет қаралды 535
7 DEVS Make a GAME without COMMUNICATING! (centipede edition)
17:16
Blackthornprod
Рет қаралды 1,2 МЛН
My Wife and I Made an Indie Game and it Made Millions!
14:45
Eastshade Studios
Рет қаралды 1,5 МЛН
How to make a Video Game - Godot Beginner Tutorial
1:17:12
Brackeys
Рет қаралды 2,4 МЛН
Make Unity Dev Easy with these..
12:54
Jason Weimann (GameDev)
Рет қаралды 6 М.
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 82 МЛН