- Видео 10
- Просмотров 694 892
EPIC Game Dev
Бразилия
Добавлен 24 авг 2022
Tutorials and vlogs on game development :)
Unity 2D - RPG Tutorial 2024 - Part 10 Adding Battle Zones
This is a tutorial on how to build a battle zone for your game.
I'm finaly back!
Thank you so much for all the love and support!!!
Chapters:
00:00 - Why I was absent (You can skip this)
05:16 - Intro and explanation
08:10 - Implementing the battle zone
22:15 - Testing
Links
Discord Community: discord.gg/cVPCpGUSYW
Character Sprite: github.com/kiyama14/tutorial-art
I'm finaly back!
Thank you so much for all the love and support!!!
Chapters:
00:00 - Why I was absent (You can skip this)
05:16 - Intro and explanation
08:10 - Implementing the battle zone
22:15 - Testing
Links
Discord Community: discord.gg/cVPCpGUSYW
Character Sprite: github.com/kiyama14/tutorial-art
Просмотров: 44 508
Видео
Unity 2D - RPG Tutorial 2024 - Part 09 Battle System Design
Просмотров 33 тыс.Год назад
This is a tutorial on how to build a database for your game. Thank you so much for all the love and support!!! I will try to post every Friday :D Chapters: 00:00 - Intro 1:46 - What is a battle system? 3:10 - How to build a battle system? 10:00 - How to build the logic of your game 12:24 - Creating the database structure for your game 26:24 - Final thoughts and appreciation to you all :D Links ...
Unity 2D - RPG Tutorial 2024 - Part 08 Adding Dialog (Video 2 of 2)
Просмотров 20 тыс.2 года назад
My computer fan was screaming in this recording :( Getting a new computer soon to record better quality audio and video! Chapters: 00:00 - Continuing the implementation 11:25 - Testing 12:10 - Debugging Links Discord Community: discord.gg/cVPCpGUSYW Character Sprite: github.com/kiyama14/tutorial-art
Unity 2D - RPG Tutorial 2024 - Part 07 Adding Dialog (Video 1 of 2)
Просмотров 22 тыс.2 года назад
My computer fan was screaming in this recording :( Getting a new computer soon to record better quality audio and video! Chapters: 00:00 - Intro and demo 02:00 - Creating the GameController 14:14 - Implementing the logic for the dialog box 26:45 - Testing the game Links Discord Community: discord.gg/cVPCpGUSYW Character Sprite: github.com/kiyama14/tutorial-art
Unity 2D - RPG Tutorial 2024 - Part 06 Interfaces
Просмотров 23 тыс.2 года назад
I got a new mic! Hopefully this will make it better :D Chapters: 00:00 - Intro and demo 01:50 - Theory of Interfaces in Unity 04:02 - Adding an object in Unity 07:50 - Implementing an Interface in Unity 13:55 - Testing the game Links Discord Community: discord.gg/cVPCpGUSYW Character Sprite: github.com/kiyama14/tutorial-art
Unity 2D - RPG Tutorial 2024 - Part 05 Adding NPCs
Просмотров 33 тыс.2 года назад
THE AUDIO SOUNDS TERRIBLE!!! I am buying a mic immediately :( Sorry everyone I will improve!!! Chapters: 00:00 - Intro and demo 00:16 - Adding the NPC Object 05:06 - Adding collisions to NPC 08:04 - Debugging :D 09:20 - Adding an interaction to the NPC 10:50 - Theory for interactions in unity 12:08 - Back to interaction implementation Links Discord Community: discord.gg/cVPCpGUSYW Character Spr...
Unity 2D - RPG Tutorial 2024 - Part 04 Collisions
Просмотров 40 тыс.2 года назад
Sorry for this video's bad editing :( I will improve! Chapters: 00:00 - Intro 00:12 - Recap 00:56 - Theory on collisions 02:50 - Create Layers 03:59 - Create the object 08:02 - Coding the logic 14:33 - Debugging 15:54 -Testing the game Links Visual Studio Download: visualstudio.microsoft.com/downloads/ Character Sprite: github.com/kiyama14/tutorial-art
Unity 2D - RPG Tutorial 2024 - Part 03 Character animation
Просмотров 59 тыс.2 года назад
Please let me know how to improve this series :D Chapters: 00:00 - Intro 00:31 - Creating the animations 09:13 - Theory on animations 10:25 - Continuing the Idle implementation 11:32 - Adding code to our PlayerController 15:07 - Debugging 16:33 - Implementing the Walk animation 21:42 - Unity Editor tips 22:37 - Debugging again :D 24:51 - Testing the game Links Visual Studio Download: visualstud...
Unity 2D - RPG Tutorial 2024 - Part 02 Character movement
Просмотров 121 тыс.2 года назад
Please watch the video till the end, then do it yourself :D Chapters: 00:00 - Intro 01:06 - Concept explanation 03:08 - Importing character sprite 06:05 - Creating the script file 09:00 - Coding the movement 25:35 - Testing the game Links Visual Studio Download: visualstudio.microsoft.com/downloads/ Character Sprite: github.com/kiyama14/tutorial-art
Unity 2D - RPG Tutorial 2024 - Part 01 Adding Background
Просмотров 300 тыс.2 года назад
Sorry for the terrible audio! I'm gonna improve :D Please watch the video till the end, then do it yourself :D Chapters: 00:00 - Intro 00:37 - Creating a project 01:57 - Walkthrough of Unity 03:15 - Free Assets 04:05 - Adding assets to Unity 06:55 - Creating Background Object 07:30 - Creating a Tile Palette Links Unity Download: unity3d.com/get-unity/download Visual Studio Download: visualstudi...
Why do I have to pay two dollars? 4:03 you said it’s free.
thanks it moves like shit.
thanks!
Really wish there was another part to this tutorial
Thanksss
guys someone still here? i need help why in my tilemap collider 2d do not appear "used by composite"?
DUDE PLEASE COME BACK! WE NEED YOU! <3
Ich hatte ein halbes Wochenende investiert. Heute wollte ich weitermachen. Ich starte Unity und all meine Sprites sind pink. Lange Fehlersuche, keine Lösung. Das ist mein drittes Unity Projekt, das beim x-ten Starten der Engine einfach kaputt ist. Ich gebe es dran.
Following along in 2024, running into the same problem with the character stopping too far from the statue, but only when approaching from below. When approaching from above the player can actually pass partially beneath the statue, which looks great. I've tried some of the solutions here, but altering the targetPos targets away from the inputs values (always being a hard 1 or 0) kills the movement end position always aligning to the grid, which I would rather keep since that's how all the old-school NES/SNES RPGs did it. I can't seem to see what I missed in the video that allowed his collisions to be close to perfect, as they are. I have a sneaking suspicion that it is related to the pivot point on the player sprite.
Well, I was wrong. The exact thing I'm trying to save (moving in full-unit increments) is what was causing the issue. In the inspector, the player character's starting transform wants to be at a half-unit position. For instance x and y both at 1.5. This will allow the player movement to come right up to the statue as intended. If x and/or y are at an integer value (aligned perfectly to the grid) the player will stop an extra unit's length away from the statue.
Hey man, the video is sick but when I try it my camera is a different size and all the assets are way too small
If you are looking to continue this series, you can follow Game Developer Experiments for the next steps.
Sad to see that this is your last one. Really liked the series!
if anyone is still here, i got an issue while only walking down. I get this after walking for 2-3 seconds. The error message: 'Player' AnimationEvent has no function name specified!
Can someone tell me why my character has inverted controls : I clik up and it goes down I click rigth and it goes left Plese help im to dumb to understand this
This helped out a lot, thanks!
Very helpful, thanks man!
at 21:07 you write animator.SetBool("isMoving" + isMoving) but for me the SetBool doesn't connect with anything. Can somebody please help?
im using 2022 unity because im too lazy to update, and doing this on the exact same day you are 2 years later, what a coincidence.
Amazing Tutorial!!!! If anyone is having the same problem as me with the jittering and the movement problem just make sure to add "isMoving =true;" at the beggining of your IEnumerator function so --> IEnumerator Move(Vector3 targetPos) { isMoving = true; while...
How to bring your Character to the front of the BG ? 1. Look your right side, there's a Sprite Render of the character 2. To the Additional Settings > Sorting Layer ( which only has Default ) 3. Add 2 Sorting Layer ( or more if you want ) > Layer1 : Background, Layer 2 : Character 4. You can change the sorting order anytime. Unlike Adobe system, here bottom layer will show on the top. ( I stuck here for 15min 🫠) Hope it will solve your problem
What to do if there is no regular 2D and 3D, but only universal 2D and 3D?
Ive done the background but when i tried to play it it all still went blue like empty project on the game tab
why so many mistakes in this basic code?
Tried to learn Unity on my own years ago, found it overwhelming. Jumping back into it now. I can appreciate these videos since you are very thorough. Rather than just do, you explain the purpose of each function effectively. An effective learning is one where the student can take what he learned and apply it in whatever means suit his/her purpose. You have achieved that here.
because of this video, I now understand the concept of walking. May I know how's the process if I'm going to use joystick since I'm developing a mobile application
I know this is really late but does the version of unity matter or can this be done in any iteration
love ur videos, pls comeback for some new tutorial
I dragged my camera to my player, and it resulted in the camera being a solid color. any fix to this?
That sneaky little Britney Spears reference... toxic!
i follow finished but not work dont show You will walk to this NPC can help?
This is awesome! Im on a mac and i was wondering how you are supposed to insert a tile pallete.
Love the tutorial! So good
When I put this line of code ` animator.SetBool("isMoving",isMoving); it stops working. Assets\Scripts\PlayerController.cs(42,9): error CS1056: Unexpected character '`'
Idk if you found the fix yet 2 months later, but is there a possibility that its because in his its ("isMoving" , isMoving); has a space inbetween the comma?
What if I don't have a walk left animation? Can I use the walk right animation but making it reverse?
I bought the Character from unity store , and I think it already has the animator and animation, can I use them directly? and how to do that?
Why do you need coding part? you can just add box collider to a player. Can someone explain this to me?
does anyone know how to make the edges of the tiles tha have nothing in it blend in with the snow in th ebackground
late but can someone help me, when i click edit layer and there is no background layer or player layer in sorting layer. Already try gg help but nothing.
Great series, but your audio level is way to low. When an add come up it blows your ears off!
the orange kid font looks so good. saving it for future dialog
25:26 animations do take more time to implement. dont worry its a long video, its actually one of the short ones i found
good
What is your screen recorder?
I built the rest of my game already and ran into this episode 💀😭 What do I do
I can’t drag the assets into the pallette
Is it the same for macOS?
Little late Have not seen other videos, yet, but May i suggest A better Recording software (OBS) to improve quality.🙂
Hi
How are your graphics so good when you play your game ? I’ve just went past episode one but when I play my game The graphics there looks so blurry and is not as clear as the scene