Тёмный

How to Make Cutscenes with Timeline -UNITY TUTORIAL- 

The Code Anvil
Подписаться 1,3 тыс.
Просмотров 82 тыс.
50% 1

In this video we are going to be creating a simple 2D cutscene with fading text, animations, and a transition into the game scene at the end of the cutscene. The methods covered work with 3D cutscenes as well.
LINKS
Music in this video: • Zelda & Chill [Full Al...
DESCRIPTION
Hello everybody and welcome to The Code Anvil! This channel focuses on game development specifically with the Unity game engine. I also post some videos on art as well as some videos on my game uploads. I make practical and clean videos to help anyone make any game.
I am active on all my videos ready to help with any problems you may have, so if you are experiencing issues, feel free to let me know.
I also am on itch.io posting games there every so often. When I make and upload a game I post a video on it on my channel. You can get to my itch.io page through the link in the links section.
------
Thanks for watching!

Хобби

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

 

29 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@ProdigiaGames
@ProdigiaGames 2 года назад
Great stuff! It's sometimes surprisingly difficult to find things explained simply. I'll be following for more good stuff!
@thecodeanvil5779
@thecodeanvil5779 2 года назад
Thank you for the support! I'm glad you're finding it helpful.
@henrymontalvo384
@henrymontalvo384 2 года назад
Dude i haven’t watched you in a while! Your videos are so much better and professional now!!
@thecodeanvil5779
@thecodeanvil5779 2 года назад
Hi! I'm glad to hear you're back! Thank you very much for the support.
@bardus_hobus
@bardus_hobus Год назад
Dude! I almost didn’t watch this video because I didn’t think I could get much valuable information in 7 minutes, but you proved me wrong! Subscribing!
@thecodeanvil5779
@thecodeanvil5779 Год назад
Wow! Thank you so much for the support. It means a ton!
@BreadAckerman
@BreadAckerman Год назад
@@thecodeanvil5779 you deserve it
@Warrior50Gaming
@Warrior50Gaming Год назад
This video is amazing! How do you only have 687 subs!?! Thanks so much, this video is really helpful and easy to follow.
@jocajoca1875
@jocajoca1875 2 года назад
Exactly I was searching for! Thanks you!
@thecodeanvil5779
@thecodeanvil5779 2 года назад
You're welcome! Glad that I could help you out!
@egascosmic414
@egascosmic414 2 года назад
Bruh you deserve more subscriber. Only 590 subs? What were ppl thinking? Your content is gold
@thecodeanvil5779
@thecodeanvil5779 2 года назад
Wow, thanks! I appreciate the support; It means a lot.
@osamareema3008
@osamareema3008 5 месяцев назад
Amaizing! love it❤
@VoidShadow66
@VoidShadow66 10 месяцев назад
All is good! Thx mate.
@DavidIsOdd
@DavidIsOdd Год назад
Great explanation!
@SnowyyAI
@SnowyyAI Год назад
Good tutorial, thanks!
@cidneydelacruz512
@cidneydelacruz512 Год назад
This was so helpful!
@bobbville
@bobbville 2 года назад
Great Great vid man other cut scene vids have been too complicated! Support from me! 🔥🔥🔥
@thecodeanvil5779
@thecodeanvil5779 2 года назад
Thanks so much for the support! I'm glad that this was helpful for you.
@wmetz1869
@wmetz1869 2 года назад
I dont think counting every second in script the best way. You can use "SIGNAL TRACK" for transition to a next scene. Place the signal Emitter end of the track and call the next scene function from the signal reciever.
@AyeshaKhan-jr8vp
@AyeshaKhan-jr8vp 2 месяца назад
how to call function i have to write code for this ? could you please help me
@calippooo.x
@calippooo.x 5 месяцев назад
Greah video, great explanation.
@HakuHakuHakuEn
@HakuHakuHakuEn Год назад
thanks bro!
@FSVDFS
@FSVDFS 2 года назад
easy to understand!
@thecodeanvil5779
@thecodeanvil5779 2 года назад
Wonderful!
@marang0ni_editor
@marang0ni_editor Год назад
PERFECT, thz broo
@NiokRoblox
@NiokRoblox Год назад
bro thanks i finnaly found it tysm
@thecodeanvil5779
@thecodeanvil5779 Год назад
You're welcome! Happy to help.
@sepiaflux123
@sepiaflux123 Год назад
great video :)
@adelin7781
@adelin7781 2 года назад
Thanks bro for the video
@thecodeanvil5779
@thecodeanvil5779 2 года назад
You're welcome! Glad I could help.
@diegobarba8550
@diegobarba8550 Год назад
How were you able to make Unity focus the Camera rather than the Canvas?
@daily.modivation
@daily.modivation 3 месяца назад
how do i get eht tile map
@crazyjose111
@crazyjose111 Год назад
you also moved the image above the text in the canvas hierarchy and didnt mention it......
@MentalJr_
@MentalJr_ Год назад
I have a question. How does this work when a cutscene is triggered in game by walking into a certain area? What does that code look like when the scene is triggered by walking into an area? What about killing the scene activation being triggered again when walking into that area post-scene?
@TheRandomYoYo
@TheRandomYoYo Год назад
You can set the player character have an "ontriggerenter" (it should pop up when you start typing it) function. Make a plane and set the collider for it to be a trigger and make it so the player walks through it, kinda like a portal. Of course it should cover all possible entrances for the player. You can have multiple of the same type. (or you can mage a sphere collider with the trigger tick box on it in the editor large enough to cover the exits) There you can sort by the trigger tag (make sure to set the tag to the specific trigger you just made). Finally in the body of the trigger functions (which should be in the player script) once it recognises it hit the trigger you can tell it to, disable all current triggers of the same tag, AND save that to your save system(so they don't get loaded in the next time you run the game), AND THEN play the scene you want to play. In large that should cover the most common uses. Not trying to be condescending, but I wanna cover as many bases as I can in one comment, with limited info. Hope it works for you or at least puts you on one of the possible searching paths to solve your querry.
@user-sg7mq4th8y
@user-sg7mq4th8y Год назад
I want to start my cutscene right when the player clicks on "Play" on the menu, how do i do that....? But this is a great tutorial! so clear and helpful!!
@0419210317
@0419210317 9 месяцев назад
you would set the index to 1 with the main menu being 0 so when it loads the next scene, the scene is the cutscene you made. if that makes sense
@Name-ij6gj
@Name-ij6gj 2 года назад
Your so underrated
@thecodeanvil5779
@thecodeanvil5779 2 года назад
Thanks, I appreciate the support!
@austinwhiteted8231
@austinwhiteted8231 2 года назад
How would I do mid game cutscenes? Would creating multiple timeline game objects and enabling them with a trigger would work?
@thecodeanvil5779
@thecodeanvil5779 2 года назад
For cutscenes, I generally switch to a new scene that is set in the game world, but the player has no controls. Then I let the cutscene play out and switch back to the main scene where the player can move. This works well for me, but there are likely some cases in which you would want mid game cutscenes. In these cases just disabling all real-time controllers, begin the timeline and things should work. Hope this helps! If you run into problems, let me know.
@austinwhiteted8231
@austinwhiteted8231 2 года назад
@@thecodeanvil5779 thank you alot for the advice and I have done the switch scenes thing and it works great
@thecodeanvil5779
@thecodeanvil5779 2 года назад
@@austinwhiteted8231 You're welcome! So glad it is working for you!
@austinwhiteted8231
@austinwhiteted8231 2 года назад
@@thecodeanvil5779 my game will have a lot of cutscenes since it's a horror game, and will it be fine to have multiple timelines in one scene, but have them disabled of course
@Rabit.ngegems119
@Rabit.ngegems119 9 месяцев назад
Halo kawan saya dari indonesia meski saya tidak paham bahasa kalian tetapi penjelasan yang cukup mudah simple sangat enak dipahami
@talhaata
@talhaata Год назад
I can't create a new game object. 0:48
@cgillis3989
@cgillis3989 Год назад
This video is handy, albeit a bit fast haha
@Ziplock9000
@Ziplock9000 Год назад
If you want to create a cutscene inside of a current game scene, copying it each time it changes doesn't seem like a good workflow. Why not just have the timeline inside the actual scene and have it disabled until used?
@bearycraft
@bearycraft Год назад
Fun Fact: You used Davinci Resolve to edit the video. (I subscribed!)
@thecodeanvil5779
@thecodeanvil5779 Год назад
Ha ha, impressive. Thanks for the support!
@Johan-rm6ec
@Johan-rm6ec 19 дней назад
Music not helping.
@panzer9624
@panzer9624 2 года назад
how can i make dialog appear dissapired 2x? example ("open" dialog1 hi i like ur vids "close" / " open" dialog2 thanks :) "closed")
@thecodeanvil5779
@thecodeanvil5779 2 года назад
So if I am understanding your question right, then you just want to open and close dialog during your cutscenes. The way of doing this vastly differs depending on the system that you use. I would suggest looking for a method in the scripts that starts the dialog. If you find one, that is likely what you need to call. Once again, I don't know your setup: cutscene, scripts, UI, etc. So finding a catchall way of doing this would be difficult. You may want to separate timeline objects, one for the cutscene before the dialog, and one for the cutscene after the dialog. Then, start the dialog at the end of the first one and start the final cutscene at the end of the dialog. This isn't the best way, but it is fairly generic and should work with most dialog systems. Sorry I couldn't be more help.
@ezBlackdota
@ezBlackdota 2 года назад
Deberías hacer un canal en español, tendrías mucha gente mirando el contenido
@ProdigiaGames
@ProdigiaGames 2 года назад
Yo lo considerado también, pero es difícil a hacer un solución bueno por la mismo contenido en idiomas diferentes. Esta un problema mayor a encontrar videos buenos para diseño de juego en Español? (O en otro caso, tal vez los subtítulos en español pueden ayudar?)
@Bluesykk
@Bluesykk Год назад
You REALLY need to slow down talking sometimes, the number of times I had to pause just to hear what you said was insane, truely
@Xerithhh
@Xerithhh 6 месяцев назад
I'm French and it's true that it's a bit complicated to follow sometimes 😂
@DivinnysGR
@DivinnysGR 4 месяца назад
Im at 2 mins and already paused 20 Times bruhh
@crazyjose111
@crazyjose111 Год назад
Content has what you need but the communication can be a bit confusing as you are muttering and talking so quickly sometimes.... for example, the intro you say nice and slowly "we want to make a new scene.....name it cutscene". then you're like in under a second "theninsideofthatscenecreateanewemptysceneobjectandnameittimeline". i needed to play it three times and incrase volume to hear what u muttered and see what u did..... you do this multiple times. try to stay consistent and clear
@user-rf8lg2tr7f
@user-rf8lg2tr7f 8 месяцев назад
Bro I’m not even a native speaker and I got it from the first time, I don’t think it’s the creator’s problem
Далее
How to Make a Good 2D Camera
11:38
Просмотров 393 тыс.
Intro to Unity Timeline
8:40
Просмотров 358 тыс.
CUTSCENES in Unity using Timeline
13:24
Просмотров 56 тыс.
A new way to generate worlds (stitched WFC)
10:51
Просмотров 519 тыс.
I Made the Same Game in 8 Engines
12:34
Просмотров 4 млн
Cutscene in Unity 3D | Timeline in Unity | CG Aura
14:13
Гигантский лук из семян!
0:43
ВЫХЛОП на РЕДКИЙ VAG #shorts
0:49
Просмотров 1,1 млн