Excellent. Direct to the point without telling your life story. Refreshing.
@smackx23614 күн бұрын
😂
@vickycorbalan855611 ай бұрын
your tutorials have been saving my finals week! thank you for them :)
@atharvakamble57858 ай бұрын
hahah lol same, currently in my finals week : P
@Mori_mee Жыл бұрын
love this channel so much! carrying my game design course
@stevenm70573 ай бұрын
This is crazy! I thought making a cut scene was going to be so much harder! Thank you for making this! I really like that Unreal lets your move the camera first person to set the shots. I like Unreal controls better then Blender.
@Alternatywny_17 ай бұрын
I enjoy such short and informative tutorials. Briefly, on the topic and works :)
@activemotionpictures10 ай бұрын
This is so cool. How will it work to playback a video, or image sequence as the "cut scene"?
@nick_the_octopus11 ай бұрын
Thank you for uploading another video with instructions to de posses the character!
@genshi0982 жыл бұрын
I was just thinking about it yesterday. Love you brother ❤️ 💙
@GorkaGames2 жыл бұрын
Perfect timing!! Thank you brother ❤💪
@startingtofall55802 ай бұрын
Thank you!
@RomaSharfАй бұрын
Bravo! The great laconic tutorial 👍
@Unrealgames1533 күн бұрын
italian mixes to english
@Kaji_Gamers Жыл бұрын
You are a legend 🙏 your tutorials have learnt me soo much on u journey into game development
@GorkaGames Жыл бұрын
thank you!!
@Kaji_Gamers Жыл бұрын
@@GorkaGames I'm currently following along with your rpg tutorial and everything is explained in detail much appreciated 🙏🙏☺️
@daisylassie280 Жыл бұрын
Great Tutorial, many thx 🎉❤
@rentovconsult6762 жыл бұрын
Very good tutorial!
@GorkaGames2 жыл бұрын
Thank you!! I really appreciate it!
@zachwise476 Жыл бұрын
Everything I need... you are the best
@pollocaliento65 Жыл бұрын
I'm learning a lot thank you
@GorkaGames Жыл бұрын
my pleasure!
@Alex_Panagiotidis7 Жыл бұрын
hey, how can I have one cinematic for a mesh that changes color with it so it has a smooth transition and my question is how can i play that animation in the event graph? Thanks for time!
@carnex13 Жыл бұрын
what is the name of the royalty free track you use for the outro?
@wolfiedgr8t2 жыл бұрын
Excellent man 👍
@GorkaGames2 жыл бұрын
thank you!!
@AliBounds2 жыл бұрын
Awesome (Still rocking the hair I see)
@GorkaGames2 жыл бұрын
Thanks! Yeah I am still using the hair from my previous tutorial 🤣🤣 I love it
@AliBounds2 жыл бұрын
@@GorkaGames yeah it’s awesome
@literallyjordshorts7 ай бұрын
I don't see an option to reference IntroSequence in the Map Blueprint, on 5.4.1 here not sure if I'm missing something?
@TacticalGoat2 жыл бұрын
very good but I want to remove all widgets during cutscene but it doesnt work how would you suggest doing it?
@GorkaGames2 жыл бұрын
thanks, what I suggest to do is to have all your widgets in individual variables, and then when the cutscene triggers, call the set visibility node on each widget, and set it to false
@TacticalGoat2 жыл бұрын
@@GorkaGames I have a master widget, is that why it doesnt work?
@GorkaGames2 жыл бұрын
@@TacticalGoat Do you mean a widget which contains other widgets? How are you trying right now to disable the widgets?
@TacticalGoat2 жыл бұрын
@@GorkaGames yes I have a master widget but when I try to hide it it doesnt work
@GorkaGames2 жыл бұрын
@@TacticalGoat Yeah, but are you removing the widget from a blueprint?
@FPChris Жыл бұрын
Is the cine camera blurry-ish because you're in the editor previewing? It looks like the sequence is a different resolution?
@inventwithdean10 ай бұрын
Thankyou so much!❤
@funkyguy09 ай бұрын
You are the best. How do I ahide my UI, and then show the UI after the sequence finishes playing?
@studiothink819 ай бұрын
You can cast your UI and set opacity to 0 on rendering of the canvas panel. (or the first ui element in hierarchy).Then set the opacity to 1 at the end.
@BonkBonkad5 ай бұрын
thanks.. your video help me a lot.. 😁 in this tutorial, I use first person camera.. i can't connect between [Cast to BP_FirstPersonCamera] to [Disable Input] node, so I can't do the rest.. any suggestion?
@nassergreatdeveloper3745 Жыл бұрын
Thank sir Do you know how to make player changes his location in same level after cutscene. For example, level 1 has forest and houses. When I go to specific area in level, cutscene is playing and once the cutscene is finish, the character player will change his location to one of the house in same level.
@jimarisrosario9610 ай бұрын
Hi thank you for your videos. When I did this tutorial it did work. But then I was trying to add a level with a main menu buttons before opening the main level . The problem now is that my main menu it's working but once I am inside the main level the cinematic it's not running even do it's working help please
@jytreus Жыл бұрын
so easy thanks! thanks!
@MickaelSchaack2 жыл бұрын
nice tuto due , so how to play animation during the intro ?
@GorkaGames2 жыл бұрын
thanks!! you will have to just drag your character into the timeline, and then click on the plus and add an animation node
@andregustavoantunes Жыл бұрын
excelent video!
@buennyo7 ай бұрын
this works with fp aswell?
@dacarly13302 жыл бұрын
I am working on a cinematic and the programmer has it so the character spawns with player start. Is there a way to undo this or where would I go within UE to have the player just be in the scene?
@GorkaGames2 жыл бұрын
What I would suggest is to create the cinematic as normal with a character reference, and then in the game, when you switch into the cinematic, teleport the player into that position that you want to and disable its input. Another similar approach is to replace the player with the level sequence character when playing the cinematic
@dacarly13302 жыл бұрын
@@GorkaGames thank you. Another issue I am having is that the autoplay cinematic will not use my cinecamera but will play the audio and the fades. Do you have any suggestions for that?
@GorkaGames2 жыл бұрын
@@dacarly1330 Hmm, try o play it manually from the begin play in the level Bp, like i did in the end
@Kingsmokey69Ай бұрын
thank you :) absolutely perfect
@GBTC2011 Жыл бұрын
How do you animate the character in the scene? There is no track option for animations for the character.
@suryakamalnd98889 ай бұрын
you should add the character like you added the camera.. i'd say watch a tutorial on how to animate in unreal engine 5 or something, as they teach how to animate character and make an animation in unreal engine 5, instead or rendering it, you can just play it like gorka does, for a cutscene.. simple 😄😄
@berkokten4444 Жыл бұрын
Hey man, great tutorial thanks but I have an issue, I have multiple sequences play one after other but at the end camera doesn't return to player camera but rather stays in a random cine cam position, I'm using events to roll the next sequence
@fakhririzaki36142 жыл бұрын
very help me, thank you❤ can i ask ? i need some help I'm college student, new learn in cinematic and I'm stuck on how to press the ultimate skill input and there are cinematic( camera) before attack skills like genshin or final fantasy?🙏
@CyberWu-i1m Жыл бұрын
Hi, thanks for the video, that's exactly what I wanted to do. I have 2 questions please. I added a character animation in my footage but when we get back into the game I would like this animation not to appear. I thought at first that the added elements did not appear in the game but we see them too. And for my second question, I have in my game in my character's blueprint a widget that shows a life bar on the screen but with the video sequence this life bar also appears. How not to see this bar in the video sequence? Thank you very much for your work.
@allaboutandroid122 жыл бұрын
Good man
@GorkaGames2 жыл бұрын
thanks man!
@Ataxire8 ай бұрын
How do i hide my ui, im trying so many things but it wont work, cause my ui obstructs the cutscene quite a bit
@angeldust8224 Жыл бұрын
How can i make it show only thefirst time the game is run
@GorkaGames Жыл бұрын
you would need to make a simple saving system in order to save the number of times the game has opened, you can check my saving tutorial: kzbin.info/www/bejne/Z2Xannqal81_haM
@RN-of4sb6 ай бұрын
After level sequence is view stucked (not movable) in moving player mesh...
@galberger3937 Жыл бұрын
how to add this an animation from mixamo?
@GorkaGames Жыл бұрын
you will need to retarget it and then drag it into the timeline
@shakaama Жыл бұрын
part 2 cutscene?
@Phoenix4_Trade2 жыл бұрын
perfect man
@GorkaGames2 жыл бұрын
thanks man!
@NoisyCalmness Жыл бұрын
thanks
@GorkaGames Жыл бұрын
my pleasure!
@B31L2 жыл бұрын
cool👍
@GorkaGames2 жыл бұрын
Thanks!!
@prince04170 Жыл бұрын
How to make levels to levels in one cinematic for story narrate😢
@jamiemorgan6903 Жыл бұрын
How can i only do this once, so when a character hits a certain checkpoint, so when they respawn in the checkpoint it doesn’t play again ?
@MadAliceStudio Жыл бұрын
do once node
@Y_Jerry Жыл бұрын
THX
@Y_Jerry Жыл бұрын
I have a problem, when I click Start, it is not tied to the camera
@noamdkola9 ай бұрын
The timeline is not showing up
@Galactic3334 ай бұрын
it starts then it disconnects from camera and goes to charecter