- Home /
compatibilty accross fixes
Is a project initially created under version 2019.2.11f1 can be opened with any 2019.2.x version without getting broken ?
Answer by Bunny83 · Jan 11, 2020 at 08:22 PM
In most cases, yes. However it might depend on what features of Unity you are using. For example if you use things which have been deprecated a long time ago, at some point it might get removed completely. This usually takes a long time. Just for example the WWW class has been deprecated quite some time ago but it still available and does still work. Though at some point they might remove it. Though such minor version changes usually do not contain major changes.
Regardless what might / might not change between versions, if you work on a serious project you should avoid changing the Unity version if possible. IF you really want / need to switch to a different version you want to create a full backup of your project before you open the project in a different version.
Your answer

Follow this Question
Related Questions
What's the earliest version of Internet Explorer which can play Unity webplayer content? 2 Answers
dll cross platform? 2 Answers
CSharp script can't find th jv CharacterMotor !! 1 Answer
Is Unity 2017 compatible with macOS 10.13 0 Answers
Caching signature not compatible between Unity2 and Unity3? 2 Answers