2D Game Template for Unreal Engine 5

  Рет қаралды 15,279

Cobra Code

Cobra Code

Күн бұрын

Get the 2D Template:
/ 2d-side-scroller-87324546
Get my 12 hour course on how to make 2D games with Unreal Engine:
tinyurl.com/Ul...
Since Unreal Engine 5 discontinued the 2D side scroller template, I decided to make my own and share it with you guys.
Assets by Ansimuz:
ansimuz.itch.io/
If you enjoyed this video, please subscribe: / @cobracode
● Twitter: / cobracodedev
● Discord: / discord
Icons made by Freepik (www.freepik.com) from Flaticon (www.flaticon.com/)
#cobracode #gamedev #unrealengine #ue5

Пікірлер: 52
@CobraCode
@CobraCode Жыл бұрын
Get the 2D Template: www.patreon.com/posts/2d-side-scroller-87324546
@YannSchmidt
@YannSchmidt Жыл бұрын
I was following your course on Udemy and I was thinking: Maybe we could do a 2D template when starting a new project. And BAM ! You do it. Amazing :)
@CreativeSteve69
@CreativeSteve69 Жыл бұрын
Yo Cobra, this is looking out really nicely done. Amazing work on this truly.
@CobraCode
@CobraCode Жыл бұрын
Thank you :D
@Take22952
@Take22952 Жыл бұрын
This looks so much better than ue4’s 2D template
@thelionszen3352
@thelionszen3352 Жыл бұрын
love your videos they're very helpful in building my 2.5d world. I'll be buying your udemy course this week as well.
@CobraCode
@CobraCode Жыл бұрын
Awesome :D Thank you
@MrPyCCkuu1
@MrPyCCkuu1 Жыл бұрын
The only thing left to do is to make a Top Down Template) Congratulations, well done)
@CobraCode
@CobraCode Жыл бұрын
Thanks, I do plan on doing that as well :)
@Mnerd7368
@Mnerd7368 Жыл бұрын
Have anybody thought about making a 2D or 2.5D pixel game in AR or VR games if that's possible? Also, thanks for the 2D and 2.5D game development tutorials that I have been watching for hours implementing and playing around with Paper 2D and Paper ZD. Very good 2D development. Also, 2D and 2.5D games such as in 70's, 80's, 90's, and early 2000s arcade video games if it could be implemented in Unreal Engine 5 for 2D and 2.5D game development? I'm extremely satisfied with the tutorials. But gameplay 2D and 2.5D mechanics with Unreal Engine 5 blueprints and the PaperZD blueprint system is what I want to learn more.
@CobraCode
@CobraCode Жыл бұрын
Thank you :) Yeah even for VR you could use Paper2D Sprites. You'd most likely end up mixing 2D and 3D things together like I'm doing in most of my videos. There are a lot of possibilities with this system.
@geraltdirivia7328
@geraltdirivia7328 Жыл бұрын
I'm a bit confused since there are a lot of different plugins and template for unreal 2d. For example what do you think about pixel 2d by poliarti plugin? It is the best way?
@CobraCode
@CobraCode Жыл бұрын
Hey, I haven't personally used pixel 2d yet, but it does look pretty feature rich and cool. However I think it probably has a pretty high learning curve because it comes with so much stuff. I prefer to use PaperZD since it only does the most essential things, which is providing animation blueprints and anim notifies, so it's a lot easier to learn and more lightweight.
@geraltdirivia7328
@geraltdirivia7328 Жыл бұрын
@@CobraCode the 2d template you are talking about is using paperZD?
@CobraCode
@CobraCode Жыл бұрын
@@geraltdirivia7328 This template is NOT using paperZD. However the next 2 templates I plan on making will use it.
@geraltdirivia7328
@geraltdirivia7328 Жыл бұрын
@@CobraCode ok thank you i follow you!
@OniBojan
@OniBojan Жыл бұрын
Hello, I'm working on my second game, and this one is 2D. Tell me, do your tutorials, or this template cover jitterry sprites when camera moves? That seem to be the only obstacle I have now. I cannot use template, as I have existing project, but I need to resolve this.
@CobraCode
@CobraCode Жыл бұрын
Hey it currently doesn't cover that since it's still using the perspective camera. It seems like a lot of issues with the orthographic camera will be fixed with UE 5.3 though, so if the issues there really are resolved I might update the template to use that instead. A user on our discord shared this project though which claims to have a pixel perfect orthographic camera, so you might be able to look at this for reference. github.com/tanis2000/Unreal-Test2DPlatformer
@OniBojan
@OniBojan Жыл бұрын
@@CobraCode Thanks a lot for your reply. I tested my project weith perspective camera, and still the issue is the same. Sprites just flicker on camera movement, if camera is slow. As for the project you linked, I have downloaded it, but it has fixed camera that does not move, so I cannot see if it fixed the issue with sprite flickering.
@CobraCode
@CobraCode Жыл бұрын
@@OniBojan Oh I see, sorry about that. I just found a couple of more resources that might be helpful. Sadly I still haven't had the time to look too deeply into them myself. github.com/Nauja/ue4-pixelperfect2d-sample#orthographic-camera weareludicrous.com/blog/2018/3-tricks-to-improve-pixel-art-rendering-in-ue4/ weareludicrous.com/blog/2018/pixel-sharp-graphics-at-multiple-screen-resolutions/
@OniBojan
@OniBojan Жыл бұрын
@@CobraCodeAgain, thanks a lot. Yeah I saw the weareludicrous website much earlier, but their explanations are really vague. So if someone never worked on these stuff, cannot understand a thing. Like me, who created the whole game, yet I can't understand their material thing, and how to conenct function to the material. The project you shared also has static camera 🤣 . But thanks man, for all your devotion and help. Maybe in the future you can make a video about this, since I see that many people have this jittery issues with background and moving camera. All the best!
@CobraCode
@CobraCode Жыл бұрын
@@OniBojan Thanks :D Yeah I'll have to take a look at the orthographic camera anyway once UE 5.3 is out so if I have time at that point I might also take a look at this topic.
@zezo4079
@zezo4079 Жыл бұрын
Yo man I wanna make a fighting game but I really can’t find anyone who is showing the tutorial of how to make a fighting game, if you really can show us how to make a full fighting game not just to show how the character attacks show us everything,, I will really appreciate you 😊
@CobraCode
@CobraCode Жыл бұрын
Yeah fighting games are something I wanna cover, but there's a lot of things I still have to research, so it won't be any time soon. For now ShawnTheBro is the only channel I know of who covered the topic. However it's in C++ and the videos aren't very organized. kzbin.info/www/bejne/onmmfqKopLasps0
@zezo4079
@zezo4079 Жыл бұрын
@@CobraCode ok thank you
@mullercreates2112
@mullercreates2112 Жыл бұрын
amazing dude, thank you very much
@Cuban
@Cuban Жыл бұрын
If I’m familiar with coding will I be able to add multiplayer to this template? I just want to ask if it’s possible to add multiplayer at all to this template. Thank you very much!
@CobraCode
@CobraCode Жыл бұрын
Yeah you definitely should be. I haven't tried it out yet, but I actually believe multiplayer should already be working since the character movement component is replicated by default and I set the sprite to replicated as well.
@Cuban
@Cuban Жыл бұрын
Sounds good I appreciate that. The template looks perfect for the project I have in mind.@@CobraCode
@correytomford1715
@correytomford1715 Жыл бұрын
Hey CobraCode, any chance you'll do a HD2D template for patreon subscribers?
@CobraCode
@CobraCode Жыл бұрын
Hey, yeah that's the plan!
@correytomford1715
@correytomford1715 Жыл бұрын
@@CobraCode Amazing, patreon subs rejoice!
@A1exVance
@A1exVance 8 ай бұрын
Astonishing template! A true must have!!! But can you help me with something? It seems only the normal 2D side-crawler appears as a template, the rest are missing. Please assist
@CobraCode
@CobraCode 8 ай бұрын
Hey, you mean the basic side scroller one shows up but the 2 from patreon (2D/3D hybrid side scroller and Top down) aren't showing up in the template menu? Usually all it takes is to just drop them into the same folder. Are they correctly unzipped? Are you sure there isn't another layer of folders in between that would make them not get detected by Unreal?
@LocoTony64
@LocoTony64 Жыл бұрын
what's the best workflow for creating tile maps in UE? Can you use tiled or LDTK with unreal?
@CobraCode
@CobraCode Жыл бұрын
TBH the workflow for tile maps isn't great and it's probably the weakest link of paper 2D. I haven't used tiled or LDTK, so sadly I can't say anything about that. The good thing about UE is though that you could just create your own plugin and make a map editor right there.
@alexlealch
@alexlealch Жыл бұрын
Is available for udemy students of your course?
@CobraCode
@CobraCode Жыл бұрын
No sorry, that's a separate thing. It will be available to everyone in 2~3 months from now though.
@Eneatube_Streaming
@Eneatube_Streaming 11 ай бұрын
Could you make a tutorial on how to make a 2d character creator in paper2d?
@dimana7810
@dimana7810 5 ай бұрын
for some reaosn the template isn't showing up in my menu
@CobraCode
@CobraCode 5 ай бұрын
Hey! First time I'm hearing about the template not working. Can you please double check the document and that all steps have been executed correctlly? Has the package been unzipped? Is there only 1 folder and the Uproject file isn't multiple folder levels deep?
@Spamkromite
@Spamkromite Жыл бұрын
I wish I could, but my bank doesn't like that Patreon swapped their business to Dublin to get lower taxes and rake more profit from its users 🙄It's blacklisted until they change back their country to California. It seems such a swap without the consent or informing its users is illegal. If you were on Ko-Fi instead, that would be a different thing and I would buy a tier in a heartbeat.
@CobraCode
@CobraCode Жыл бұрын
Whoa that's the first time I'm hearing about this. Thanks for the info.
@Ihasfinger911
@Ihasfinger911 Жыл бұрын
You should sell them on the market place!🤑
@CobraCode
@CobraCode Жыл бұрын
I think these are still too basic, but once I have more advanced one then maybe yeah
@Ihasfinger911
@Ihasfinger911 Жыл бұрын
@@CobraCode Personally I prefer any assets I buy to be
@satishparupalli9493
@satishparupalli9493 Жыл бұрын
Full tutorial
@CobraCode
@CobraCode Жыл бұрын
Full tutorial on how to make your own template? I was considering that, but it seems that interest in this topic is a lot lower than I expected, so it's not so high on the priority list right now :(
@Xayturo_2
@Xayturo_2 5 ай бұрын
Bro pls make it free
@CobraCode
@CobraCode 5 ай бұрын
It has been free for quite a while now github.com/CobraCodeDev/TP_2DSideScrollerBP
@Bean-Sandwicher
@Bean-Sandwicher 7 ай бұрын
I dont wanna pay 12$ sorry
@CobraCode
@CobraCode 7 ай бұрын
IMO 12$ for something that would take you weeks or months to figure out is a pretty fair price if you think about the value of your time. But the template is now free and open source: github.com/CobraCodeDev/TP_2DSideScrollerBP
Best Sprite Sheet workflow in Unreal Engine - Paper 2D Tutorial
4:35
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 7 МЛН
Люблю детей 💕💕💕🥰 #aminkavitaminka #aminokka #miminka #дети
00:24
Аминка Витаминка
Рет қаралды 1,4 МЛН
Start making 2D Games in Unreal Engine 5 - Paper 2D Basics
9:22
I tried remaking Mega Man in Unreal Engine 5
15:13
Cobra Code
Рет қаралды 19 М.
HD-2D Character Code in Godot 4.0
3:49
Gamedev Aki
Рет қаралды 28 М.
6 Years of Learning Game Development
17:20
Cobra Code
Рет қаралды 111 М.
The Best 2D Games made with Unreal Engine
11:10
Cobra Code
Рет қаралды 35 М.
Newbie Game Dev Enters First Game Jam
5:43
BT Arcade
Рет қаралды 1,1 М.
2D Enemy AI in Unreal Engine 5 - Beginner Tutorial
15:50
Cobra Code
Рет қаралды 15 М.
Depth of Field in Unreal Engine 5
8:38
Cobra Code
Рет қаралды 4,6 М.
I solved Unreal Engine's Package Size Problem...
14:35
Cobra Code
Рет қаралды 71 М.
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 7 МЛН