Wow thank you for this great Tutorial! Can't wait to see more of this series using unity
@Frankslaboratory3 ай бұрын
Hi Markus, I will probably do this one weekly, unless people request some features that take me longer to implement.
@markus44373 ай бұрын
@@Frankslaboratory this sounds great! Thanks for always putting so much efford into your videos ❤️
@Radu3 ай бұрын
Oh wow! What a twist :-)
@Frankslaboratory3 ай бұрын
Just experimenting :D
@naimurXАй бұрын
8====? 22:08
@usus46983 ай бұрын
thank you I was waiting for a course created using Unity.
@Frankslaboratory3 ай бұрын
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Ай бұрын
Thank you Frank! Excellent tutorial. 👍✌
@MAGNETO-i1i2 ай бұрын
This tutorial is incredible, ,very well explained! Thanks
@Frankslaboratory2 ай бұрын
very kind to say, thank you
@konfcyus48653 ай бұрын
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.
@Frankslaboratory3 ай бұрын
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
@Adrian002133 ай бұрын
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 )
@konfcyus48653 ай бұрын
@@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.
@theblueplanet35762 ай бұрын
@@FrankslaboratoryCan we host unity games in web and play from a browser?
@Frankslaboratory2 ай бұрын
@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.
@siarig3283 ай бұрын
Good job man, very informative tutorial. Cant wait for the next one 🎉
@Frankslaboratory3 ай бұрын
Hi Siari, glad you found some value
@frontend_ko3 ай бұрын
thanks for nice video. wait for next video~
@Frankslaboratory2 ай бұрын
Glad you found some value. I stopped releasing parts, will release one final big project video instead
@laptoprelaks2 ай бұрын
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-lo9ot3 ай бұрын
You are amazing man
@Frankslaboratory3 ай бұрын
Thank you
@evaristocuesta3 ай бұрын
Are you starting a new course with Unity? Interesting!!
@Frankslaboratory2 ай бұрын
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-c7b3 ай бұрын
Very good!
@Frankslaboratory3 ай бұрын
Thank you
@tedreams3 ай бұрын
Let's go 🚀
@Frankslaboratory3 ай бұрын
Have fun
@crispendragon11393 ай бұрын
thanks to you Professor, but I need to know how create our own assets. Greetings from Chile!
@Frankslaboratory2 ай бұрын
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.ACrane3 ай бұрын
Very nice
@Frankslaboratory3 ай бұрын
Thanks
@ShubhamSingh-it4om3 ай бұрын
Please create a project based game development tutorial on Phaser JS.
@Frankslaboratory3 ай бұрын
I never tried Phaser, is it any good
@babicunlo36383 ай бұрын
@@Frankslaboratory it is. but i have yet to understand how to glue things together. maybe you can teach us that - or try godot
@Nodsaibot3 ай бұрын
@@Frankslaboratory rather you use RPGmaker now has JS support
@ShubhamSingh-it4om3 ай бұрын
@@Frankslaboratoryyes it's the top and most stable library for game development.
@AndreiTornyai3 ай бұрын
from javascript in browser games to c#, when did you start coding things in c# :D
@Frankslaboratory3 ай бұрын
Hi Andrei, C# is very similar to JavaScript in my opinion, if you know one, it's easy to pick up the other quickly.
@sebastiankoziel80553 ай бұрын
nice
@Frankslaboratory2 ай бұрын
💪
@AndreiTornyai3 ай бұрын
please make it a full series, at least i have a good excuse to start studying more c#
@Frankslaboratory3 ай бұрын
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.
@AndreiTornyai3 ай бұрын
@@Frankslaboratory how about a series dedicated to realize an online in browser game similar to forge of empires - grepolis - tribalwars ?
@Frankslaboratory3 ай бұрын
@@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.
@AndreiTornyai3 ай бұрын
@@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
@devvora083 ай бұрын
Hey frank, can you just share how to make a map without tile sets. I have game background images for it
@Frankslaboratory3 ай бұрын
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.
@devvora083 ай бұрын
@@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
@worldbest30973 ай бұрын
first!!! waitedddd
@ashishvasava27063 ай бұрын
Can i use javascript to make heavy game? i don't wanna learn c# and c++ as i have good understanding of javascript
@Frankslaboratory3 ай бұрын
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
@Lorry1273 ай бұрын
Awesome tutorial, thank you!
@Frankslaboratory3 ай бұрын
Glad it was helpful!
@mr.fabian84713 ай бұрын
Thanks
@Frankslaboratory3 ай бұрын
I'm here to help :)
@autozone53353 ай бұрын
❤❤❤
@Frankslaboratory3 ай бұрын
❤
@HuynhLuong2273 ай бұрын
oh, export to .html and play on browser web?
@Frankslaboratory3 ай бұрын
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.
@HuynhLuong2273 ай бұрын
@@Frankslaboratory omg thanks, waiting for you
@babicunlo36383 ай бұрын
already gave up on vanilla js? 😔
@Frankslaboratory3 ай бұрын
Never
@Сергей_Монахов3 ай бұрын
Typescript & Cocos Creator?
@Frankslaboratory3 ай бұрын
What do you mean
@Сергей_Монахов3 ай бұрын
It is an alternative to Unity with Typescript, not C#, as a programming language.
@TheStRaX_3 ай бұрын
Man, i want this series to continue and may be a c# tutorial 🫣
@Frankslaboratory3 ай бұрын
Let's see, I can develop in Unity fast, it's quicker because I don't have to write so much code