Hi Chris,
my game crash on saving if in scene there's a gameObject with the component "RememberParticleSystem" attached.
This error is shown in console:
InvalidCastException: Specified cast is not valid.
This only happens on iOS platform, everything works fine on Android or WebGL.
Can you please have a look at it?
Thanks a lot.
Adventure Creator 1.70.4
Unity 2019.3.4f1
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
A silly mistake, apologies.
Open up the RememberParticleSystem script and replace the word "ShapeableData" with "ParticleSystemData".
Thanks for the quick reply. Works fine now.