Why do my particle scenes freeze while moving from scene to scene?
in Tech Support
Hi,
This is my first App. I am working in GameSalad Creator, Not Pro. When I preview a scenes during a production they run fine. However, when I play the game and move from one scene to another, the scenes that have particles in them tend to freeze the app.
This is my first App. I am working in GameSalad Creator, Not Pro. When I preview a scenes during a production they run fine. However, when I play the game and move from one scene to another, the scenes that have particles in them tend to freeze the app.
Best Answers
-
gyroscope I am here.Posts: 6,598
The workaround I used was to make a boolean and use that as a trigger, example:
Timer: After 2.5 secs ---or whatever
Change Attribute GoScene to true
Rule: When GoScene is true
Change Scene
Answers