- Home /
Will downgrading to a previous version of unity affect my project?
I am following some tutorials and I need to revert to a previous version of unity for the code to work. If I downgrade will it affect my project? or will it run fine?
Answer by Julien-Lynge · Jun 17, 2013 at 05:58 PM
It will definitely affect your project, but how can vary.
If you downgrade past a version where Unity has changed import settings, then your entire project will be reimported with the older settings - this can have a number of effects.
If you downgrade past a version where a new feature was added, this feature will no longer work. Same thing for changes to the Unity API. For instance, between Unity 3.5 and Unity 4.0, game object activation was completely changed from no inheritance to status inherited from the parent.
Those are the two I can remember off the top of my head, but I'm sure there are other issues you could run into. The more version numbers you downgrade, the more issues you'll see.
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
How do you use Unity Remote on an Android? 0 Answers
Moving the project 5 Answers
Which folders under "Assets" folder go inside the build ? 2 Answers
Upgraded Version 1 Answer