hi all!
I’ve got an issue with unity 2017.2, so I decided to reinstall unity 2017.1 that worked well before today, and now the game crash when I emit the particles:
here is my code:
Did you open your 2017.2 project with 2017.1 or reopen a backup? We do not support downgrading versions so its possible that something was updated in 2017.2 and is not supported in 2017.1.
Do you have a 2017.1 version of the project?
hi @karl_jones
seems like the issue you linked…
here is the dump, built checkout a previuos version, built with 2017.1
but a question: it’s ok that unity doesn’t support downgrade, but for example, when I upgraded to 2017.2, the only scripts changed were about the VR, that changed the Class to XR… if I go back correcting the errors, is not a good downgrade? also I removed the library and obj is not ok?
Can you share gRallySim.exe that was used to generate the dmp?
Its not really the scripts that are a problem with downgrading but more the various asset files. If you have made a change and saved in 2017.2 then the related asset files(prefabs, scenes etc) will have been updated to the 2017.2 format which may have changed some properties/data types etc. Downgrading to 2017.1 can then cause issues as it has no understanding of newer versions and so can cause all sorts of issues. Particles have had quite a few changes so there is a good chance that this is what is happening.
thanks @karl_jones for your interest… I’m trying to create a little project with only this thing…
p.s. I’ve tried with an empty project downloading edy vehicle (like in the bug above) and it crashes like mine…