Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to Game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
This helped so much, thank you! Straightorward and simple. I appreciate how you showed us how to bring up the Timeline window, and possible errors with making the cutscenes. This is really useful to me as a new game developer!
you are the best bro I watched all of your videos you are insineee , can you please do a series of making a horror game like resident evil that will be Crazy. keep going bro :)
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to scene preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
here is the script if you want to copy it: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.SceneManagement; public class MainStory : MonoBehaviour { private void OnEnable() { //Only specify the sceneName or sceneBuildIntex will load the scene with the single mode SceneManager.LoadScene("yourscenename", LoadSceneMode.Single); } }
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
I followed you how to load the next scene but it doesn’t work. I already checked my scenes in build settings and my empty that has script shows active when it reaches its timeline but nothing changed.. what should I do?
did not work either for me, I did exactly the same, I also updated the MainMenu and SceneLoader with introscene but still not get the transiction from timeline scene to next scene
Actually what i did was create a scene with only the videoplayer, and with the timeline function i added a scene loader so when the video finishes it automatically loades the next scene
When I do this, adding the Scene loader empty object with that script just loads straight into the next scene. Doesn't matter if the track is active or not in the timeline. What am I doing wrong?
I believe you can either do the voice-over yourself or ask a friend, a good quality microphone (doesn't have to be anything expensive, a headphone mic could do too with some tweaks) and a audio editing software if you wanna add some effects
Actually I have a very good question and I’m sure it’s already on a lot of people’s mind. I would like to know how to toggle this intro feature off after the game has been loaded the first time on installation. That way it won’t keep playing each and every time the game is loaded afresh. I know it’s a simple line of code probably to do more with playerprefs should in case the game has a reset button in the case of the application of this method. Any help would be greatly appreciated thanks. Ps. I’m loading from a persistent screen which loads the intro scene before the main menu screen. My guess is that I should probably include a key referencing the first scene loaded from the persistent screen menu to be skipped when the game has detected that it has been processed already on the first installation of the game. Programmers help???
This is exactly what I'm trying to do. I wanna make the cutscene play before the main menu everytime the user loads up the game, butttt I wanna make it skippable. I have no idea how to make it skippable lol.
@@TheDumbDonkey yes actually just add a button to skip, add a script that loads the scene. I placed my intro in a scene totally different which comes up first from my persistent screen. Sorry hope this is helpful
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to Game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Hi bro let’s say I would like to load another scene. Once the intro is over I want it to transition into the next scene(or level where my game is) how do I do that?
hey man just a little animating your UI can be super performance heavy to your game as the UI is updating everyframe , you should instead do UI TWEENING
Thanks dude!! At the start of the video you talk about a Discord server you're in. Is it about game design and similar? I might be interested to join you 👀
script for the scene loader? You can pause the video and just copy it carefully! Be sure to take in to account the things that need to be changed to match YOUR scene
Hi, really interesting tutorial - like it. But the link to the script doesn't work for me (or I'm too stupid for it) I am logged in to discord, but I either only see the Discord start screen & the link is displayed as an invalid invitation
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Just got a question: In many of your video titles you say "...using Horror FPS Kit". So i just wanted to ask: Do i have to get the Horror Fps Kit to create the things you do in your tutorial?
your seriously the best on youtube I have learnt so much from you and your helping creators everywhere
Damn that intro got me wanting to play your game
This is such a great tutorial, thank you so much!!!!!!!!
And that intro looks fantastic.
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Super clear tutorial with a really nice looking result. Thanks a ton for explaining it so nicely!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
2:22 is the best part! lots of love from texas!
one of the best tutorials i've ever watched, thank you so much man!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to Game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
@@Blinkers2007GameDev i haven't had any issues like this before.
@@Alc0h0lic_G4mer52 Ok.
thanks bro, working on my first mobile game and you helped me so muchhh. So a big THANKS!
AWesome! Thank you I was looking for a tutorial regarding cutscenes :D
So this is basically like editing a video, right? Just with texts and maybe Keyframing?
This helped so much, thank you! Straightorward and simple. I appreciate how you showed us how to bring up the Timeline window, and possible errors with making the cutscenes. This is really useful to me as a new game developer!
A good introduction to cut scenes. If you know how to make animations after learning this you can animate the cut scene
Wow, your game is too good
I Hope can see more tutorials from you :0 Thanks for this amazing tutorial.
you are the best bro I watched all of your videos you are insineee , can you please do a series of making a horror game like resident evil that will be Crazy. keep going bro :)
Thanks for the explanation! It helped me a lot to add a cutscene for my game at a gamejam
can u explain the process in which after ur first scenechange to game change didnt get that
no bs tutorial. just the way I like it. thanks ma g
i followed all the instructions ,and there's no error also on my program but why it doesn't load the next Scene?
This saves me a lot ! Thank you so much !
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to scene preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
here is the script if you want to copy it: using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.SceneManagement;
public class MainStory : MonoBehaviour
{
private void OnEnable()
{
//Only specify the sceneName or sceneBuildIntex will load the scene with the single mode
SceneManager.LoadScene("yourscenename", LoadSceneMode.Single);
}
}
Thanks, this helped a lot. I totally wasn't about to waste an hour trying to figure this out!
Much appreciated
OMG Thank you i watched so many videos and they doesnt work but you helped me THANK YOU😁😁😁😁😁😁😁😁😁
Very simple to follow, very effective, thank you!
Very good tutorial, thanks that's make the game more immersive
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Thanks imma use this in future when i have unity and pc :)
Thank you. Great tutorial. Helped me accomplish my goal.
Insidious sound design!
I followed you how to load the next scene but it doesn’t work. I already checked my scenes in build settings and my empty that has script shows active when it reaches its timeline but nothing changed.. what should I do?
Same issue
did not work either for me, I did exactly the same, I also updated the MainMenu and SceneLoader with introscene but still not get the transiction from timeline scene to next scene
Your intro is so cool!
AMAZING!!! I NEED THIS! THANK YOU
if i want to add a videoclip for a cutscene, set to play immediately after the splash images, what should i do?
I NEEDED THAT TOO
bruh same idk how
Actually what i did was create a scene with only the videoplayer, and with the timeline function i added a scene loader so when the video finishes it automatically loades the next scene
@@angelani22 Woah i didn't expect you would reply XD anyways I'm gonna try it lol
@@Frykuu._. happy 2 help
When it changes the scene to my main scene, my main scenes color or contrast has changed. pls somebody help
Hi! Just starting with Unity, can i attach a premade video intro story in unity?
When I do this, adding the Scene loader empty object with that script just loads straight into the next scene. Doesn't matter if the track is active or not in the timeline. What am I doing wrong?
disable it
Thank you so much, you have helped me a LOT!
I believe you can either do the voice-over yourself or ask a friend, a good quality microphone (doesn't have to be anything expensive, a headphone mic could do too with some tweaks) and a audio editing software if you wanna add some effects
@@Y0urSoul_isMine Hell yeah. Thanks homie. Planning on an RPG this time around so your reply helps.
@@faraaz144 Ah no problem dude :D
Nice video, I see it's been posted over a year ago so long shot here - but any clue how I could make it skipable by pressing a key ?
how to skip cutscene by button?
Just what I needed, thanks!
great video. So now how can we skip the scene by pressing a button so we directly go to the next scene?
plz help my "LoadSceneMode" and SceneManager in my script are creating errors!!! help
It would be helpful to know what errors
@@stupidazzle okay do u have discord?
@@stupidazzle "The name LoadSceneMode" does not exists in the current cotext and same for SceneManager
Did you put "using UnityEngine.SceneManagement;" at the start of the code?
@@alexis0804 let me checm
Actually I have a very good question and I’m sure it’s already on a lot of people’s mind. I would like to know how to toggle this intro feature off after the game has been loaded the first time on installation. That way it won’t keep playing each and every time the game is loaded afresh.
I know it’s a simple line of code probably to do more with playerprefs should in case the game has a reset button in the case of the application of this method.
Any help would be greatly appreciated thanks.
Ps. I’m loading from a persistent screen which loads the intro scene before the main menu screen. My guess is that I should probably include a key referencing the first scene loaded from the persistent screen menu to be skipped when the game has detected that it has been processed already on the first installation of the game.
Programmers help???
Great video by the way.
This is exactly what I'm trying to do. I wanna make the cutscene play before the main menu everytime the user loads up the game, butttt I wanna make it skippable. I have no idea how to make it skippable lol.
@@TheDumbDonkey yes actually just add a button to skip, add a script that loads the scene. I placed my intro in a scene totally different which comes up first from my persistent screen. Sorry hope this is helpful
@@edmondeyeemceeezekiels9158 thanks, I'll try this when im on unity next👍
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
Thanks, this is very helpful
Great Tutorial, Thanks
tq u so much sir. This helped me so much
Please show us how to do the prologue video cutscene plz
How did you create/record the voices?? How to get great voices for self made games is a mystery for me. Nice video btw!
Use replica program it's free for a while and greeat voices
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to Game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
TLoZ Majora's Mask reference 🙏🏻
Thanks I hope this will work :)
you saved me, you saved my life!!
"script class cannot be found"
what does that even mean?
why I watched this tutorial at night)
Very cool intro!
thank you so much sir.
Thank you!
But this is just text. How do you add the images to the scene?
is thier a chance i can do this with an mp4 and if there is how do i do it?
Why do yout music in the intro make it like really good please link the vid to the theme im making a scifi game
Hi bro let’s say I would like to load another scene. Once the intro is over I want it to transition into the next scene(or level where my game is) how do I do that?
Use script
Once it’s done just change to the next build index
follow the script in the video, and use an empty game object to attach it to.
Tutorial was great! So when will I be able to play the game?
whats the font style used
How did you get the directional light to show up on your canvas?
a canvas is a 2d object, so a directional light might not be so directional. But just go to game object in menu, and add one
@@stupidazzle tried that and still not working
Thanks my man
Can you recommend me a laptop to use when making a game
OK.. But how can you put a music scene in your game
thanks very nice
Is it possible to create a 2d character dialogue scene this way ?
hey man just a little animating your UI can be super performance heavy to your game as the UI is updating everyframe , you should instead do UI TWEENING
Thanks dude!! At the start of the video you talk about a Discord server you're in. Is it about game design and similar? I might be interested to join you 👀
It is the Thunderwire Studios discord server, mainly for the HorrorFPS kit, but also for Unity in general
I did all that and still getting an error.
is this actually an extra scene like any other scene that must load in a order?
yes
Can I put video file instead of text only?
May I have the script? Im new to c#, and I’m bound to mess up
script for the scene loader? You can pause the video and just copy it carefully! Be sure to take in to account the things that need to be changed to match YOUR scene
@@stupidazzle I messed up lol, I didn’t see the added, “using UnityEngine.sceneManagement;” after I added that, it worked thanks!
Does the timeline start automaticly?
Hi, really interesting tutorial - like it.
But the link to the script doesn't work for me (or I'm too stupid for it) I am logged in to discord, but I either only see the Discord start screen & the link is displayed as an invalid invitation
Hi, the discord is actually dead. As for the script, I can only suggest you re- watch and try again
Hi, I am experiencing some trouble with this. Whenever I hit the scene preview in game or the timeline preview, the text appears and disappears like it should. But when I go to game preview the text doesn't disappear, even though the gameobject is inactive. How do I solve this? please help, I have looked everywhere for a response!
bro can this use for VR?
Wait this is a coincidence I’m making a game called welcome home
So good
amazing
Thanks
Put it on 2x guys
Just got a question: In many of your video titles you say "...using Horror FPS Kit". So i just wanted to ask: Do i have to get the Horror Fps Kit to create the things you do in your tutorial?
in the videos with the horror fps kit, YES, you need this asset. This tutorials are how to do these things with that asset.
even if you arent making a horror game, it is a good asset to have for tons of other things!
@@stupidazzle Okay, thank you for the reply
i hated coding so much
I love iu 🫶🏼
Clickbait?
Sorry for what I did.
?
@@stupidazzle sounds like the beginning of another horror story xD
I have blotted out, as a thick cloud, thy transgressions, and, as a cloud, thy sins: return unto me; for I have redeemed thee.
Isaiah 44, 22
KJV
hello, can you send an invite to your discord please the one in your bio doesn’t work for me
its dead, sorry
where can i get this intro sound damn it is so good
It was honestly just free sounds I found on UA-cam
@@stupidazzle could you include the link or just tell me the title i really appreciate that thank you
Thanks man this definitely helped me 🎉
Can you recommend me a laptop to use when making a game