CodeLikeMe
CodeLikeMe
Welcome to the channel #codelikeme . This channel is dedicated for videos on game development in unreal engine. I have some experience in game development and I am sharing everything I know with the world.

Why I do that?
Well, I like to try and implement different mechanics in games.

What's special about #codelikeme ?
I always try to develop whatever I am going to develop in the videos without special rehearsing and I don't cut and edit the recordings when things go wrong. Instead, I am showing the process of how I overcome those problems. I believe that would be a better learning experience for those who really want to learn game development.
I think I have the longest running tutorial series' in unreal engine in the world.
Unreal open world - Over 400 episodes.
Unreal Third Person Shooter - Over 200 episodes
altogether 1500+ videos.
  • 1 persone piace questo elemento
  • 150 Articoli
  • 2 Foto
  • 0 Video
  • 0 Anteprima
  • Game & Dev
Cerca
Aggiornamenti recenti
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 26 - Build Options
    Project Files: https://www.patreon.com/posts/126484273 . This is the 26th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we will implement a system to show the build options on the action panel, when we select an actor or actors with the ability to build buildings. I can't that represent the building types the character can build will appear on left bottom of the screen and we would be able to click on those buttons and go into building placement mode and place buildings wherever the valid places you need. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk ► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧! https://www.patreon.com/codelikeme ►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits Join this channel to get access to perks: https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 14 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 25 - Action Panel UI
    Project Files: https://www.patreon.com/posts/126484273 . This is the 25th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we are going to work on the action panel. This will usually include build options and other actions the selected characters can perform. As the first action, we will add a build house button to the action pane. So we would be able to click on the button and go into place house mode and place a house on any valid location of the map we need. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk ► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧! https://www.patreon.com/codelikeme ►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits Join this channel to get access to perks: https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 47 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 24 - Place Buildings - Location Validation
    Project Files: https://www.patreon.com/posts/126188799 . This is the 24th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we will work on how to validate the ground underneath for building placement. If we select a place where we can't place the building, the building mesh will become red, if it is a valid location, building will have original colors. We can only place buildings on free valid locations. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk ► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧! https://www.patreon.com/codelikeme ►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits Join this channel to get access to perks: https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 59 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 23 - Place Buildings
    Project Files: https://www.patreon.com/posts/126188799 . This is the 23rd part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we are going to start working on the building placement system. In this episode, we will explore how to go into the building placement mode and how to actually place the building when player click on the ground. While we are in the placement mode, the selected building will follow the cursor and appear on ground underneath the cursor where player intent to place it. Initially we will not consider the conditions or extents of the building to validation the placement. Here we are only focused on establishing the flow of placing/building new buildings on the map in runtime. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk ► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧! https://www.patreon.com/codelikeme ►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits Join this channel to get access to perks: https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 73 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 22 - Use Faction Colors in UI
    Project Files: https://www.patreon.com/posts/126188799 . This is the 22nd part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we are going to work on how to reflect the faction color of the selected actor in the UI. Here the profile icon/ character icon of the selected character will dynamically have the same color as the faction color of the selected actor. Similarly the health bar of the character will also have the faction color. We will also setup a UI material for the profile images to dynamically change the character color. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk ► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧! https://www.patreon.com/codelikeme ►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits Join this channel to get access to perks: https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 44 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Tree System - Save and Load - Action RPG #169
    Project Files: https://www.patreon.com/posts/125995952 . This is the 169th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Here we will look into how to save and load skill tree system we have implemented. So we will save all the details of the activated skills and when we load the game next, the game will read from the save file and skill tree status will be restored by applying activated skills to the character. These will be visible in the skill tree UI as well. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 112 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Tree System - Multiplayer Replication & Upgrades - Action RPG #168
    Project Files: https://www.patreon.com/posts/125995952 . This is the 168th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Here we will look into how to replicate the skill tree system we have implemented so that we can use the skill tree to upgrade character abilities and attributes in a multiplayer game. Also we will do some troubleshooting with the max health upgrade system we worked on as well. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 106 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Tree System - Health Upgrade - Action RPG #167
    Project Files: https://www.patreon.com/posts/125822927 . This is the 167th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Here we are going to continue with the health upgrade skill we started implementing in the last episode as the first skill in our skill tree. Here we will add a MaxHealth attribute to the BaseActorAttributes and that will be used to control the max health character can have. Also as we upgrade the health level, the health bar length will be increased so player can visually see the upgrade. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 118 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Tree System - Activate Skills - Action RPG #166
    Project Files: https://www.patreon.com/posts/125822927 . This is the 166th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Today we are going to create our first skills for the skill tree system. Here we will create 2 health upgrade skills and associate them as the first 2 skills in the skill tree. We will implement a way to lock and unlock skills on the skill tree based on available skill points and status of parent/dependency skills in the tree. We will create gameplay abilities for the skills and grant health upgrades through the ability system. So we will learn how to associate skill abilities with the skill tree. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 129 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Character Leveling System Replication - Action RPG #165
    Project Files: https://www.patreon.com/posts/125743313 . This is the 165th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Today we are going to work on replication of character leveling system we have implemented. This will allow us to use the character level system in a multiplayer game. Also we will look into some of the bugs related to replication as well. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 147 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Points - Action RPG #164
    Project Files: https://www.patreon.com/posts/125654960 . This is the 164th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Today we are going to implement skill points in our game. The way skill points work is, when the player collect more than 1000 experience points (XP), player will be levelled up to the next level and as the level up, 2 skill points will be granted. We will add character level and skill points to the BaseActorAttributes class and levelling up will be handled through a gameplay ability called GA_LevelUp. Skillpoints will be granted through a gameplay effectAnimations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 107 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 21 - Actor Details Panel
    Project Files: https://www.patreon.com/posts/12496746 .This is the 21st part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we are going to implement an actor details panel. When we have selected multiple actors, a simple icons that represent all the selected actors along with their health levels/ Hit points. But when we select only one actor, we will see a more detailed representation of the selected actor in the same area of the HUD. Here we will see the selected actor name (farmer, lumberjack, knight.. etc) and a slightly larger icon, hit points, actor properties such as attack and range. We will work on the UI part and how to connect it with existing systems here. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 138 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Tabbed In-game Menu - Action RPG #163
    Project Files: https://www.patreon.com/posts/125417015 . This is the 163rd episode of the new tutorial series on Action RPG game using Gameplay Ability System. Today we are going to implement a tabbed in-game menu for our game. Here on top, there will be a horizontal list of buttons that represent each tab and by clicking on them, we would be able to open the tab associated with the button. We have already worked on an inventory menu and a skill tree menu. We will bind those elements to the tabbed menu system. Later on when we have a map, pause menu, quests page or any other tab, this system will support adding those too. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 121 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Drag and Pan/Drop UI Widgets - Action RPG #162
    Project Files: https://www.patreon.com/posts/125273622 . This is the 162nd episode of the new tutorial series on Action RPG game using Gameplay Ability System. Today we are going to implement a way to click and drag the UI to allow player to pan the UI around. This is required to allow player to pan around the skill tree. We have created the Skill Tree UI with unreal UMG widget system and you can learn how th UI is implemented in previous episodes. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 161 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 20 - Unit Selection Rules
    Project Files: https://www.patreon.com/posts/12496746 .This is the 20th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to work on rules for unit selection. Here we are referencing age of empires selection system.1. Through box selection we can only select characters/pawns that belongs to player's faction. 2. Characters/Pawns that belongs to other factions can be selected by directly clicking on them. 3. Buildings can be selected by direct clicking only. 4. Player can only command characters/pawns that belongs to player's faction. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 127 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 19 - Faction Interface
    Project Files: https://www.patreon.com/posts/12496746 .This is the 19th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to work on a C++ interface for faction interface and a data table that contains data related to factions. Faction interface will be used to check the faction the characters or buildings belongs to and later on that will be used to determine the actions we can perform based on their faction. For example, player would be able to control/ give commands to characters who belongs to player's faction. Also the data table will contain things like faction name, color etc. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 144 Views
  • WWW.YOUTUBE.COM
    #unrealengine #Niagara #Zombie Horde Simulation
    Project Files: https://www.patreon.com/posts/122390418 .Here is a demonstration of Zombie horde simulation we implemented using unreal engine Niagara simulations system. Here the zombies are rendered as static meshes, but still they have detailed dynamic animations based on their behavior. Animations are implemented as material based vertex animations. You can watch the full tutorial series in following link.Unreal Zombie Horde Full tutorial series: https://youtube.com/playlist?list=PLNTm9yU0zou4yH4FzsiAOO0ittAIJ68e2&amp ;amp;si=6vbg2Xq6tsLgD4L- // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue4 #indiegamedev
    0 Commenti 0 condivisioni 140 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 18 - Faction Colors Material Setup
    Project Files: https://www.patreon.com/posts/124967464 .This is the 18th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to work on the required material setup to support having different team or faction colors for characters in the game. As in many strategy games like age of empires, characters that belongs to different factions/teams or civilizations have a distinct clear colors (red/blue/green...) even though they have the same character mesh. Similar to that, we will setup a material system with a team color mask to have different colors to clearly express what team the character belongs to in this episode. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    Love
    1
    0 Commenti 1 condivisioni 305 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Image Gallery Widget
    Project Files: https://www.patreon.com/posts/124906418 .In this episode of unreal architectural design viewer, I am going to implement a photo gallery or image gallery widget. This will be used with the design viewer system we have been working on. Unreal Design Viewer - Full tutorial series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4W4rfbJbpmXzuN_2DOW-cN // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue4 #indiegamedev
    0 Commenti 0 condivisioni 135 Views
  • WWW.YOUTUBE.COM
    Unreal Engine Radial Progress Widget Tutorial
    Project Files: https://www.patreon.com/posts/124836740 .In this unreal engine tutorial, I am going to implement a radial progress bar (circular progress bar) widget using UMG. Here we will create a UI material that programmatically create a progress bar and it will be embedded into a UI widget that can be used as a circular progress bar. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 160 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 17 - HUD - Show Different Character Types
    Project Files: https://www.patreon.com/posts/124612599 .This is the 17th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to work on how to have different character types in game. Data related to each character type will be defined in a data table and the HUD will pull data such as character icon from the data table to show the character on selected actors panel. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 147 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 16 - HUD - Show Selected Actors
    Project Files: https://www.patreon.com/posts/124612599 .This is the 16th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to work on how to show the selected characters in the HUD. When you drag mouse click and select multiple characters with box selected, multiple icons that represent each selected character will appear in the HUD area where the selected actors are shown similar to age of empires 2. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 170 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 15 - Hud Layout - Resource Counters
    Project Files: https://www.patreon.com/posts/124405519 .This is the 15th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to start implementing the HUD of our RTS game. Here we will reference age of empires. We will implement the base layout of the HUD and implement resource counters (wood, food, stone, gold, population). Also we will add a Data table that defines icons, names and other details of each resource type as well. All the structures and enumerations required will be implemented in C++. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 156 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 13 - Command Selected Multiple Characters
    Project Files: https://www.patreon.com/posts/124405519 .This is the 14th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to implement edge scrolling, also known as screen edge scrolling, allows players to pan their camera view by simply moving the mouse cursor to the edge of the screen. This mechanism is commonly found in top-down or isometric games, such as Age of Empires. And we are going to use C++ to implement this mechanism here. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 133 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 13 - Command Selected Multiple Characters
    Project Files: https://www.patreon.com/posts/124405519 .This is the 13th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In the previous episode, we implemented a way to select multiple characters. A Box selection. Today, we are going to work on how to command those selected multiple characters simultaneously. We will be able to issue move command to all selected actors same time. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 171 Views
  • WWW.YOUTUBE.COM
    Unreal Engine Watch Dogs Style Hacking System Tutorial - Part 2 - NPC Reaction
    Project Files: https://www.patreon.com/posts/124184767 .This is the 2nd part of the tutorial where we are going to implement a watch dogs style hacking system which allows player to distract NPCs by making noises on hackable devices such as alarms, mobile phones etc. Here, we will implement a hackable object and when we are close to one of those objects, we will see an interaction tip to hack and when we press the hack key, it will make a sound. An NPC will hear the sound and check on it. In this episode, we will implement the hackable object and how to interact with that. In this part, we will implement NPC reaction to the noise caused by the hacked object. Part 1: https://youtu.be/FcJT0QENLMg Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 150 Views
  • WWW.YOUTUBE.COM
    Unreal Engine Watch Dogs Style Hacking System Tutorial - Part 1
    Project Files: https://www.patreon.com/posts/124184767 .In this unreal engine tutorial, we are going to implement a watch dogs style hacking system which allows player to distract NPCs by making noises on hackable devices such as alarms, mobile phones etc. Here, we will implement a hackable object and when we are close to one of those objects, we will see an interaction tip to hack and when we press the hack key, it will make a sound. An NPC will hear the sound and check on it. In this episode, we will implement the hackable object and how to interact with that. In next episode, we will implement NPC reaction to the noise caused by the hacked object. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga . // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 194 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Tree UI - Dependencies Between Skills - Action RPG #161
    Project Files: https://www.patreon.com/posts/124027940 . This is the 161st episode of the new tutorial series on Action RPG game using Gameplay Ability System. In the last episode, we started working on a skill tree system where a skill tree is generated using data defined in a data table. In this episode, we are going to work on a method to show dependencies between skills in the widget by drawing a line between dependent/connected skills. Dependencies will be determined from the data table and will be drawn on UI by overriding OnPaint function on widget. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 197 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 - Skill Tree UI - Action RPG #160
    Project Files: https://www.patreon.com/posts/124027940 . This is the 160th episode of the new tutorial series on Action RPG game using Gameplay Ability System. Today, we are going to implement a skill tree UI widget. Here we will be referencing the skill tree system in horizon forbidden west game. We will define the skills data in a data table and based on the data in data table, skill tree will be dynamically generated in the game. Data table will contain all the data about a particular skill such as name, icon, dependencies, level,.. etc. Later on, this skill tree will be integrated with the actual gameplay we are working on. But it is not necessary for you to have watched previous episodes of this series to understand how the skill tree UI is implemented. Animations are sponsored by: https://www.ramsterzanimations.com/ https://www2.unrealengine.com/marketplace/en-US/product/greatsword-anims Full Playlist : Action RPG series with gameplay ability system: https://www.youtube.com/playlist?list=PLNTm9yU0zou7XnRx5MfBbZnfMZJqC6ixz // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 187 Views
  • WWW.YOUTUBE.COM
    Unreal Engine 5 Real Time Strategy Game with C++ - Part 12 - Select Multiple Characters
    Project Files: https://www.patreon.com/posts/123902301 .This is the 12th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In the previous episode, we implemented a way to show box/rectangle on hud to show the area of of selection. Today we are going to work on how to determine selectable actors underneath the selection rectangle on HUD and select them. Later on we will implement a way to command multiple actors as well. Full C++ RTS Playlist: https://www.youtube.com/playlist?list=PLNTm9yU0zou5_PYxEdjNbAgbVRn-daOga .Unreal Strategy game with Blueprints series: https://www.youtube.com/playlist?list=PLNTm9yU0zou4Eulmi8YIfzHiNZEzfbSMk // ! https://www.patreon.com/codelikeme Patrons will have access to project files of all the stuff I do in the channel and other extra benefitsJoin this channel to get access to perks:https://www.youtube.com/channel/UClb6Jh9EBV7a_Nm52Ipll_Q/join Like my facebook page for more content : https://www.facebook.com/gamedevelopersclub/ Follow me on twitter : https://twitter.com/CodeLikeMe2 Follow me on reddit : https://www.reddit.com/user/codelikeme #CodeLikeMe #unrealengine #ue5 #ue4 #indiegamedev
    0 Commenti 0 condivisioni 179 Views
Altre storie