playMaker

Author Topic: New Scene / Store variables etc [SOLVED]  (Read 2224 times)

curb47

  • Sr. Member
  • ****
  • Posts: 256
Re: New Scene / Store variables etc
« Reply #15 on: October 29, 2020, 02:09:03 AM »
Hi again,

It worked thank you so much, my Game Manager seems to be running properly now.

J.


curb47

  • Sr. Member
  • ****
  • Posts: 256
Re: New Scene / Store variables etc
« Reply #16 on: October 29, 2020, 03:56:03 AM »
Yup, awesome. I've done thorough testing, with every scenario, and the Game Manager carries all the variables back and forth perfectly.

J.

LordHorusNL

  • Beta Group
  • Full Member
  • *
  • Posts: 226
Re: New Scene / Store variables etc [SOLVED]
« Reply #17 on: October 29, 2020, 04:04:09 PM »
Great to hear, singletons can be a little annoying sometimes.

I find it best to just keep the singleton logic in a separate FSM that does nothing else so that it cant be interrupted by some random event and screw everything up. ;D

wetcircuit

  • Full Member
  • ***
  • Posts: 158
    • wetcircuit.com
Re: New Scene / Store variables etc [SOLVED]
« Reply #18 on: October 31, 2020, 06:18:56 PM »
 ;D Yay! Thanks for telling us how it turned out!