Hi, I'm at the moment making a game for a school project and I got 7 different worlds, in the first world the variable is created and then in the second world, I meantion the first world with "public MyWorld myWorld;" and "myWorld = new MyWorld();" and then update the variables with myworld.(variable) before. But it does not update then. I don't know if I need to update the variable, how should I do it?