Тёмный

2D LEVEL DESIGN in Unity 2019! 🔥 Making a 2D Game Tutorial 

Sykoo
Подписаться 257 тыс.
Просмотров 299 тыс.
50% 1

Making 2D Games is not easy, especially since Unity 2019 has introduced new features, and Unity 2020 will keep that list going! So in this video, I’m going to show you how to make 2D Levels in Unity 2019 and beyond!
(AD) Make sure to check out PVS-Studio through these links:
Checking the Unity C# Source Code - bit.ly/2MxiEzp
Static Analysis in Video Game Development: Top 10 Software Bugs - bit.ly/2YtdzhB
Enter promo code #Sykoo in the message field to get a 30 day free trial instead of 7!
♥ Support Sykoo on Patreon: / sykoosam
····················································································
► Join us on Discord: / discord
► Twitter: / sykoosam
► Instagram: / sykoosam
····················································································
● Show Notes
Sprite Shape tutorial by Unity: • Getting Started with S...
Links being added...
····················································································
All content on Sykoo is available for free. We as a community support the cause of making education available for everyone. Any support is appreciated for us to keep making content for free.

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 208   
@sykoo
@sykoo 5 лет назад
*Smash like or the duck cries :'(* Join us on Discord! discord.gg/4kRCajN
@masternobody1896
@masternobody1896 5 лет назад
Best video so far
@AyyyyyyyyyLmao
@AyyyyyyyyyLmao 5 лет назад
I smashed like. You better deliver, I've got a university deadline and I NEED YOUR KNOWLEDGE
@victorojeda6541
@victorojeda6541 4 года назад
Where is the assets pack link?
@BredMan_
@BredMan_ 4 года назад
this is the link assetstore.unity.com/packages/2d/environments/free-asset-2d-handcrafted-art-117049
@kQuista
@kQuista 4 года назад
Oh no
@Danidev
@Danidev 5 лет назад
Dude I love the beta program work too! It's so good
@desmondmies3095
@desmondmies3095 5 лет назад
i want this duck...
@BredMan_
@BredMan_ 4 года назад
you and sykoo are my favourite game devs
@LEAHF4R
@LEAHF4R 4 года назад
Never expected you to be here xd
@ragebrage
@ragebrage 4 года назад
yo dani can you teach me unity?
@costin88boss74
@costin88boss74 4 года назад
Dani pls give me all ur milk
@emberdragons8244
@emberdragons8244 Год назад
Hello, I am a bit late but there is a script for automatic layers : using System.Collections; using System.Collections.Generic; using UnityEngine; [ExecuteInEditMode] public class ResortSprite : MonoBehaviour { SpriteRenderer spriteRenderer; // Start is called before the first frame update void Start() { spriteRenderer = GetComponent(); } // Update is called once per frame void Update() { if (spriteRenderer) spriteRenderer.sortingOrder = (int)(-10 * transform.position.z); else spriteRenderer.sortingOrder = (int)(-10 * transform.position.z); } }
@nikolalazarevic9059
@nikolalazarevic9059 5 лет назад
I love the lighting in your room man! Lighting like a programmer 🤣
@blackheartgaming6121
@blackheartgaming6121 2 года назад
I’d would love to see you make this entire scene from asset one to the last asset
@streampig7649
@streampig7649 3 года назад
When I go to Inspector on UniversalRenderPipelineAsset, in General I have: Render List 0 UniversalRenderPipelineAsset_Renderer
@streampig7649
@streampig7649 3 года назад
What should I do? I'm using Unity 2019.4.11f1
@blackheartgaming6121
@blackheartgaming6121 2 года назад
Have you ever done a RU-vid series on how to make a 2d side scroller from start to finish
@InkoiMK2
@InkoiMK2 5 лет назад
Would love to see videos like this for 3d multiplayer games
@mukulattavania6764
@mukulattavania6764 5 лет назад
dude the asset link??
@NicoSteiner
@NicoSteiner 4 года назад
I have a question regarding the app size of an application, which is build with Unity in the way like it is shown here. Most of the imported assets (in my case, and I think also in this tutorial) are relatively large-sized PNG images with alpha transparency (in the tutorial, take the tree or the big rock left-hand side as examples). I compressed all my PNGs to a decent file size _before_ I imported them via "Import new asset..." into my Unity scene. After the import, however, the Unity-internal, re-coded representation of this image data is HUGE in size (going up from some 100KB to 2-4 MB for each image). The resulting build app file size is exceeding any acceptable file size, at least for mobile apps, so fast, that I can't imagine, how one should build only one mobile app scene (leaving aside 10 or 20 scenes, which wouldn't be unusual) by following the strategy shown here. Long question short: Can I set-up Unity in a way, that it matches the original file sizes for imported assets/sprites in the final build?
@noobdev6464
@noobdev6464 10 месяцев назад
Do you know how to create DOF in unity 2d without having to blur your sprite in photoshop juste like in hollow knight because you can clearly see that they use some of foreground and background sprite but are blured
@thedoctor6340
@thedoctor6340 3 года назад
Can I do it in laptop? 😁
@RedNeckAmericans
@RedNeckAmericans 4 года назад
I like that unity printed tee shirt man!😊
@kaushaldave9041
@kaushaldave9041 3 года назад
where the assets used in the video? Cant find the link....
@erikm9768
@erikm9768 4 года назад
Wheres the sprites ? said link in description
@mukizayt.7777
@mukizayt.7777 2 года назад
What name game at 3:43
@dominikyszkowski7663
@dominikyszkowski7663 4 года назад
Asset pack please D:
@WorstDeveloper
@WorstDeveloper 5 лет назад
So this is not a tutorial where we can follow along, but rather just general tips for 2D games? Since you started with a ready made scene with no explanation about how to set it up.
@Jichael38
@Jichael38 5 лет назад
Yeah, kinda disapointed aswell
@goddusubhadra4136
@goddusubhadra4136 3 года назад
Hi bro what settings must do creating a new 2d project for android because I have a problem with this shit when I started 2d project the characters and objects not staying on the ground even when I give rigidbody, circular rigidbody, box rigidbody and also i applied this same to the floor but still the ball was falling I'm confusing could u plz make a video on 2d game complete project
@Fullmovie_SL
@Fullmovie_SL Год назад
how to download 2d assets plz link
@tonitoday93
@tonitoday93 2 года назад
Are there some sources for those great art assets for the background? I have so many ideas but I don't want do draw everything by myself :(
@meex88hiphop
@meex88hiphop 3 года назад
what is the game at @2:42 ?
@gibkitt
@gibkitt 4 года назад
HI, I am using Ferr2d to create my terrain. When upgrading to the Universal Render Pipeline I get this error: There's no upgrader to convert Ferr/2D Terrain/Unlit/Textured Vertex Color Transparent shader to selected pipeline and a dozen more. What can I do to make it work with those textures?
@mishra7299
@mishra7299 4 года назад
hello sir I am from India I am Your Big Fan
@realcolby
@realcolby 4 года назад
Dude I would buy that duck off you
@algalib5738
@algalib5738 4 года назад
Like it #bro😍😍
@leonardofraga5130
@leonardofraga5130 5 лет назад
Nice! I don't see this in my package manager though, I'm using Unity 2019.2.8f1. Can someone please help me with this? Edit: I just downloaded the beta version, and there we go!
@losthackr
@losthackr 3 года назад
Who is watching this in 2021 ?
@gameplusoneaa
@gameplusoneaa 4 месяца назад
Not me
@losthackr
@losthackr 4 месяца назад
@@gameplusoneaa Bruh you reminded me of my goal to make games, thx a lot!
@gameplusoneaa
@gameplusoneaa 4 месяца назад
@@losthackr keep it up
@PiyPowKachou
@PiyPowKachou 5 лет назад
Where do I get this kind of duck? I am throwing money at my screen...
@MertKirimgeriGameDev
@MertKirimgeriGameDev 5 лет назад
You might need to wait until next Unite🦆🦆🦆
@loot6
@loot6 4 года назад
Nothing at all about level design...
@KrunchyJD
@KrunchyJD 5 лет назад
I'm looking to get another computer soon. Is there any issues with unity and AMD Ryzen CPUs or AMD GPUs. Just wondering because I was looking at an AMD based computer
@duckking7642
@duckking7642 5 лет назад
get the latest one, if your not then go with intel
@duckking7642
@duckking7642 5 лет назад
By latest I mean best
@mouadhachemi8051
@mouadhachemi8051 5 лет назад
Me : I have college tomorrow i think i should sleep now Notifications : Sykoo uploaded a new video Also Me : Well who care about college
@purplelLunatic
@purplelLunatic 5 лет назад
اي ياعم الانجليزي😂
@mouadhachemi8051
@mouadhachemi8051 5 лет назад
@@arpitsharma1795 I know dude i was just joking
@mouadhachemi8051
@mouadhachemi8051 5 лет назад
@@purplelLunatic العرب وين ما نروح نلقاهم 😂😂😂😂
@mouadhachemi8051
@mouadhachemi8051 5 лет назад
@@arpitsharma1795 Thanks Bro i will remember this and i will try my best in the college
@kartikgoswami
@kartikgoswami 4 года назад
soory i am in school ❤
@Kevurnio
@Kevurnio 5 лет назад
What is the asset pack called? Didn't see the link for them
@afr0pug
@afr0pug 5 лет назад
Yeah... still waiting for that...
@BredMan_
@BredMan_ 4 года назад
assetstore.unity.com/packages/2d/environments/free-asset-2d-handcrafted-art-117049
@erikm9768
@erikm9768 4 года назад
@@BredMan_ not the same asset pack
@christianagnick5599
@christianagnick5599 4 года назад
@@erikm9768 Its the only one that he was using that is still on the Unity asset store
@Niffer016
@Niffer016 4 года назад
Hey Sykoo, please go to the first step in the video. Then please go ten steps back and start the video again. Cheers. What I am missing: - how to create these sprites ( simple one I don't mean a design tutorial) - how do I get them into unity (photoshop easy, but what about krita for example) - how do I get them into the scene (do i have to rebuild it from scratch? aso. basically you are starting kinda too late with the video. Yes we could use asset elements, but i don't even show how to get them in the scene. I hope that helps and maybe we could get such stuff in the future.
@diliupg
@diliupg 5 лет назад
Papa Syks! I think you should rename this video to " All about Layers, lights and a duck". The current title is a little misleading..
@loot6
@loot6 4 года назад
Yeah there was nothing about level design at all. Clickbait as usual I guess.
@luis96xd
@luis96xd 4 года назад
11:23 Whoa, this is so beautiful!
@PhysicsMosses
@PhysicsMosses 3 года назад
😋
@spookycandytheater270
@spookycandytheater270 4 года назад
I agree with one of the other comments, the video should be titled for 2D Lighting instead of Level Design. That said, despite the misleading title, I stayed for your entertaining personality and the nice effect/graphics you picked, the end result is very nice! I don't know enough to be able to follow this tutorial in more detail than a general gist, but I still enjoyed the video so props to you.
@Oxmond
@Oxmond 4 года назад
Next level Unity rocks, haha! 😜 Really, really cool 2D tutorial! 👍🤓
@revengerwizard
@revengerwizard 5 лет назад
Will you do a top-down 2D game tutorial? Also, amazing bro!
@LivanderGamedev
@LivanderGamedev 4 года назад
my material for particle system become pink also, what should I do?
@ZombieChicken-X
@ZombieChicken-X 7 месяцев назад
Can't find any videos on how to properly handle environment collisions, do I just put box colliders around all my sprites? What about ones that have a more organic shape to them? What about adjacent ground sprites/tiles, do I just put one box collider on them all? Do I use the composite collider with the tilemap collider? Or do I use some other system to build what is tangible and then just put the sprites over everything
@studyotuna9005
@studyotuna9005 3 года назад
pls add turkish subtitals for me (pls)
@gdebojyoti
@gdebojyoti 2 года назад
Link to the asset pack - assetstore.unity.com/packages/2d/environments/free-asset-2d-handcrafted-art-117049#description
@TuanTran-kg9ey
@TuanTran-kg9ey Год назад
is dead bro :(
@snake3444
@snake3444 5 лет назад
I think its pretty helpfull to know how to use different things in Unity "nowadays"! Good job!
@QvsTheWorld
@QvsTheWorld 3 года назад
Nice level, I would have loved how you handle ground collision? One big shape as a collision layer or collision box on all ground assets?
@alexisantius7086
@alexisantius7086 4 года назад
What asset did you use? Also really good video I really enjoyed it and found it very helpful!
@laurentkadeko53
@laurentkadeko53 3 года назад
2d handcrafted art :)
@alexisantius7086
@alexisantius7086 3 года назад
@@laurentkadeko53 thank you
@AgentSmith13
@AgentSmith13 3 года назад
Not enough info on this video. Needs to be a series or something it’s so generic to as what all goes into creating a level like this. Like how or why the different layers are effected by the lights for starters.
@cronos_07
@cronos_07 4 года назад
Unity 2019?! Hehe.. Thanks Dude. Liked, subscribed.
@i4y7y210t
@i4y7y210t 2 года назад
Thank you very much for this great tutorial!!! I'm going to develop a 2D indie game by myself. If I have a hard time, I'll refer to this tutorial anytime! 😄
@jeffsbalves
@jeffsbalves 4 года назад
3:59 what's the name of this game pls!?
@naitik1744
@naitik1744 3 года назад
captions...xd
@hfg16
@hfg16 2 года назад
where is the link of the project i cant find it here u say link in discription there is nothing
@vend0130
@vend0130 5 лет назад
я хочу такую уточку
@gwuuzz5937
@gwuuzz5937 3 года назад
Sykoo and Brackeys should make a game together:^
@ReyBanYAHUAH
@ReyBanYAHUAH 3 года назад
Always remember to repent of your sins (sin is transgression of YAHUAH’S LAW: Genesis, Exodus, Leviticus, Numbers, & Deuteronomy) And Have Belief On YAHUSHA HAMASHYACH. HE Died and Rose Again On The Third Day So that you can be forgiven of your sins! HE Loves you! Come to HIM!
@TheAzizurRahman
@TheAzizurRahman 4 года назад
hey arent u the guy who always comments on danis vidddeooooossssss
@aymanz5281
@aymanz5281 5 лет назад
Clickbait
@awesomestuff3274
@awesomestuff3274 4 года назад
what is the asset pack called???
@fabio.9144
@fabio.9144 5 лет назад
It work for Unity 5.6 ? 🤔 :( "Universal Piperline" and "2d lights".
@jonathonistrainwreck4131
@jonathonistrainwreck4131 4 года назад
Fábio ::. Sadly no, i suggest you upgrade your engine to the newest stable version :)
@shell_yeah_
@shell_yeah_ Год назад
I am an artist and I want to create these kind of assets for games. Is there a tutorial anywhere for that kind of thing? Most tutorials tend to be designing the game itself which is cool but not what I'm aiming for. Interesting video though!
@ManishKumar-lt6wg
@ManishKumar-lt6wg 5 лет назад
asset link ?
@iclaimthisname9767
@iclaimthisname9767 4 года назад
I like the video but as someone who has zero experience with scripting or making games, it's really confusing to follow. At first, you explained super simple things like XYZ-axes, which made me think that you were going to explain everything in great detail. But then, you use terms like 'sprites' and 'prefabs' without saying what they are. It's pretty hard to follow for a noob like me
@CubsYT
@CubsYT 3 года назад
Video starts at 3:26
@marcelinoborges5088
@marcelinoborges5088 4 года назад
Anyone having issues with Unity error about "Material doesnt have a float or range property '_Shininess'? The point light doesnt light anything here... =( And the UniversalRenderPipelineAsset asset hasnt a property called "renderer type" as yours...
@gamewithansh
@gamewithansh 3 года назад
Bro plzzz tell me the assert name at 3:21 time plzzz
@yuioptao
@yuioptao 4 года назад
Can you please make more 2d tutorials
@oatmealch
@oatmealch 3 года назад
5:26 oh.. scenery in South Korea..! :) This clip helped me a lot to get basic concepts of level design. Thanks
@Fullmovie_SL
@Fullmovie_SL Год назад
how to download 2d assets plz link
@FavBlaDe
@FavBlaDe 5 лет назад
Hello, I am a fan for years. I am an also game developer and want to create tutorials of Unity in RU-vid, do we need license from unity for screenshooting? Maybe monetize videos later, thank you.
@Jeea84
@Jeea84 2 года назад
Thank you! That was very helpful. I have been confused about 2D lights for ages now, and you resolved that confusion! Now it's time to test if I understood everything correctly!
@joaocarlosp.p.6550
@joaocarlosp.p.6550 Год назад
In those kind of games like ori and hollow knight, do they use tiles or a collider on a ground sprite shape?
@harimrlocal
@harimrlocal Год назад
where's the link for the assets
@marceldanz4436
@marceldanz4436 5 лет назад
I hope those code examples were "bad style" examples and not the "good" versions because that would be big con for PVS-Studio...
@PERGUNTA
@PERGUNTA 5 лет назад
500,000k
@Okir09
@Okir09 3 года назад
where is the asset pack link ?
@rafaeltolentino4989
@rafaeltolentino4989 3 года назад
where is the link of stage ?
@madhatter4210
@madhatter4210 2 года назад
3:07 to 3:16 what is that game ?
@viarnet
@viarnet 3 года назад
what is the name of the game at 2:41 in the video? thanks.
@MumblinGamer
@MumblinGamer 4 года назад
How would you build a teleport mechanic say if throw your sword and teleport to it
@fytz1286
@fytz1286 3 года назад
Name of the game at 4:02 ?? 👀
@davidcarney4602
@davidcarney4602 2 года назад
Definitely I freaking loved this! My second game I ever created. The first one A friend and I using Multi Media Fusion the second was in Game salad. It was a side scrolling Galaga kind of game where the space ship scrolled top to bottom shooting at other blocks and items. The first game was A top down isometric driving game. I Love your RU-vid channel and I can't wait to learn more watching along. RU-vid is great and so is Unity. I love it as well as well as some other cool game engines out there. Great stuff man, Awesome Gaming.
@mr.stealyogirl8446
@mr.stealyogirl8446 3 года назад
A comment from 2021
@shlokjha4572
@shlokjha4572 2 года назад
I want this 🦆:D
@nirmoyhitech6326
@nirmoyhitech6326 3 года назад
how to get this asset
@anjobihis2052
@anjobihis2052 4 года назад
This is actually very helpful. Esp. to people like me who sometimes doesn't have time to read/research about basics, but understand basics and fundamentals are very important to learn.
@mdmarufhowlader7036
@mdmarufhowlader7036 3 года назад
After watching this video I subscribe to your channel
@MikeAW2010
@MikeAW2010 Год назад
Where do you go to get level design assets? or do you create your own?
@fumeque10
@fumeque10 2 года назад
Gran tutorial 👌. Todo lo explicado, se puede utilizar para android??
@minecraftmaster8532
@minecraftmaster8532 Год назад
amogus sus suspect sussy baka suskoo
@thandolwenkosindzimande8606
@thandolwenkosindzimande8606 3 года назад
It's good 👌
@cihanemreozen3152
@cihanemreozen3152 5 лет назад
Thanks for the great content i like your videos a lot :) please make more videos like this :) oh we don't want the duck to cry :D
@mostafamthabet
@mostafamthabet 5 лет назад
(UnrealEngine) Does the 5% that Epic take matter that much?
@ceciliugh
@ceciliugh Год назад
This video is insane, so sad to see you haven't made more of these
@DopeFrogOriginal
@DopeFrogOriginal 3 года назад
2:30
@octaviosilva5808
@octaviosilva5808 5 лет назад
How bout a puzzle game series after this series please.........
@lazarusheart
@lazarusheart 3 года назад
Urnidy
@alfaaz7146
@alfaaz7146 3 года назад
10:47 the Black environment is looking Awesome
@KevinCM81
@KevinCM81 4 года назад
Good info. Thank you. I like the walkthrough. I enjoy seeing different workflows people have.
@aarhhxlu2563
@aarhhxlu2563 4 года назад
sykoo please make a brand new 2d tutorials
@yenahh6954
@yenahh6954 4 года назад
Is this made in a 3d platform? or in 2d?
Далее
Cabin House in the Woods | Unity HDRP Environment
8:03
Architecture Visualization in VR using HDRP in Unity3d
0:37
titan tvman's plan (skibidi toilet 77)
01:00
Просмотров 5 млн
Making Ori and The Will of the Wisps' Best Level
18:29
Просмотров 465 тыс.
I Made the Same Game in 8 Engines
12:34
Просмотров 4,1 млн
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,9 млн
Tips and Tricks For Better Level Setup in Unity
21:36