I faced with a strange issue. When i try to clone particle system it throws error ERROR TypeError: Cannot read properties of null (reading ‘position’)
I have found that it because babylon tries to serialize emitter but my emitter is null at that moment so there is an error. But when i tried to reproduce it on PG i found that particle system have emitter. The same particle system with the same code have different behaviour locally and on PG. I wonder is there some property maybe which i didn’t enable and it is enabled by default on pg?
Working PG. look at 26-30 lines they don’t work locally
I use 8.53.0 version locally because 8.53.1 completely broken