I have a very big and complex project on C2, and found a potential engine bug happening for the effect WaterBackground.
Basically, after a very long time running the game (or just high timescale) the effect breaks away.
How to reproduce:
- Create a project with a simple coloured sprite
- Apply the effect Water Background to the layer or sprite (its the same)
- Use a key to set timescale 1, and another one for timescale 50.000
- Run the game, set to 50.000 timescale for a few seconds, and go back to 1.
You'll see that the effect becomes more and more glitched.
*The issue happens also with lower timescales, even 1x after very LOOONG time.
*The issue happens also if you disable the effect during said ingame time and enable it at the end, or if you spawn a new instance with the effect and delete the old one.
*it also happens for Water effect (and possibly other effects).
*I'm on win11 and using NW.js latest version.
I'm basically desperate, as i dont want to give up the effect because of this problem, and cannot upgrade to C3 due to the complexity of the project...