Forum rules - please read before posting.

Skip Actionlist button?

I know you can  skip actionlist by pressing key  i when running Pause game play.
How could you make a skip button on the screen with it when running Pause game and when running In Background?

Comments

  • You would have to use a Unity UI that isn't linked to AC, since AC's menu system will be inactive during a cutscene.

    You want to call the ActionList Manager's EndCutsene() function.  Through script, it would be:

    AC.KickStarter.actionListManager.EndCutscene ();
  • Thanks that's what I was thinking about :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.