playMaker

Author Topic: How to get logic to work while loading a scene  (Read 370 times)

misterjuly

  • Sr. Member
  • ****
  • Posts: 334
How to get logic to work while loading a scene
« on: January 29, 2023, 12:32:04 PM »
Hello,

I have a loading screen that I am using a custom action (string typewriter) to animate. I want this to happen while the game is loading another scene (the text is just layered on top of the game). How do I use fsms while loading a scene? I tried making it in a separate fsm but that didn't work. Thanks!

John Bassi

misterjuly

  • Sr. Member
  • ****
  • Posts: 334
Re: How to get logic to work while loading a scene
« Reply #1 on: January 29, 2023, 12:40:21 PM »
I figured it out. Needed to load the scene async. Sorry for the unnecessary post.