Hello everyone
I'm having trouble making an opening scene right now.
I already saw the tutorial, but it was not the scene I wanted to make.
What I want to make is a scene using pictures.
For example,
https://www.youtube.com/embed/CoBkGd-Lj_k?start=76
It is a cut scene like.
Someone may have already asked this question.
But I couldn't find it.
Thank you
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
This might have been made in a video editor like Adobe Premiere, then exported and brought into Adventure Creator using a Video Player component in a gameObject, then triggered in an ActionList.
Another way (to do something much simpler) in Unity and AC is to have all your pictures in separate gameObjects, but in the same transform positions and adding fade sprite and remember visibilty components to each. Then use an Actionlist to fade between them with a combination of Engine:wait and Object:Fade Spirte nodes.
Thank you JackAnimated !!
I was very troubled.
It seems to be able to solve.
Thank you very much!
no problem.
Welcome to the community, @liecro.
If you're going to animate the intro using Unity objects, I'd recommend doing so with Timeline - as it offers much more control over the timing of different objects.
Timeline is a Unity feature, but you can use AC to contro Timeline playback using the Engine: Control Timeline Action.