- Home /
Running a Unity 4.6 game on Unity 4.5.2 - Possible?
Hi everyone,
I have a question that if possible can be answered as soon as possible, possibly by a Unity worker.
1) I have made a game using 4.6 as part of my Virtual Reality coursework; my other team members have used 4.5.2 for their part and the environment which we will be testing it is running 4.5.2.
Would my game be able to work on Unity 4.5.2 or not, as I would like to merge our scenes together in the build setting with some application level code as the final part.
Thanks for reading,
:)
$$anonymous$$y gut feeling is this won't work.
There is no harm in trying it though. Back up your project first.
You might have better luck merging the 4.5 stuff into 4.6, rather then trying to merge 4.6 into 4.5.
hmm :/ the other problem is now is that when i opened it again, it set was upgrading the project so that i couldnt then open it on other versions of Unity (which is not what i need since if it doesnt work on the older versions, i would need to modify it to work at all :/)
i will try and see what happens.
Answer by tanoshimi · Nov 20, 2014 at 07:22 PM
If you've made use of any features introduced in 4.6 (i.e. the new UI), this obviously won't work in previous versions of Unity.
But everything else should be relatively simple: export your assets as a .unitypackage and import them into the other version. If that doesn't work, you can simply copy scripts, models, textures etc. through the filesystem of the operating system.
Answer by ananasblau · Nov 20, 2014 at 06:42 PM
You mean you are running 4.6 beta which internally still is anything from 4.5.5.3f3 to 4.5.5f1.
Have look through the release notes for 4.6 and search for anything newly added that you are using.
But the best way for you is of course to downgrade to 4.5.2 which you can find here: http://unity3d.com/unity/download/archive
yes i am running the 4.6 beta and i am using the new UI that is on it. If i downgrade to 4.5.2 from the beta, would i still be able to open the project that i made with the beta version and would it work? that is the key question that i have. the project said once it was upgraded, it couldn't be opened with older versions of Unity :/ and i can't see a way around that.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Failed Unity game built on Xcode 2 Answers
After Building game how to turn it into a Running game 2 Answers
Unity Builden Game Crashes 0 Answers