Issue with effects upon pausing #141
-
|
I have a falling leaves effect in place for my first level, but upon pausing they still spawn, causing severe lag and vertical lines of the leaves to fall when I unpause. Is there a universal way to fix this? I can share my code if need be |
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
May 11, 2025
Replies: 1 comment 2 replies
-
|
If you're spawning your leaves via a separate object that is a child of |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Otukuoi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're spawning your leaves via a separate object that is a child of
c_object, set its culling toCULLING.PAUSEONLY.If you're doing this in a stage/room controller, before spawning a leaf check if
c_framework.stateis notSTATE_PAUSED