Cocos creator v2.3.4 Particle3D bugs

  • I can never make any “TwoCurves” parameter works. Can anyone check the particle3D modules for that? The two curves always being changed together. I even try to write a custom component and public the two curves properties separately, after a while those got linked together, too. There are must be something wrong with the serialization process of Cocos Creator I belive

The only solution is opening the source json file and then break those curve apart (they are always pointing to the same curve data)