- Home /
Moving Assets / Packages From Unity 5 To 4 ?
Hello There ,
I have a Unity Pro Subscription / License and i am trying to export prefabs / assets / objects with a package from Unity 5 on one computer to Unity 4 on another computer and it does import them into the project but they do not work as if they are missing something / does not recognize them as objects .
My Question is - Is There any way i could get this to work without upgrading my unity 4 to 5 aswell ? ( have issues with unity 5 )
Thanks In Advance ,
Itamar
Hello, do you $$anonymous$$d accepting my answer since it is correct. It really makes me stay motivated to answer these questions.
Its not really correct though.... Scripts aren't even close to the whole problem.
Answer by Graham-Dunnett · May 31, 2015 at 12:28 PM
Unity 4.x cannot read projects created with 5.x.
Thanks a lot Graham for your help , was just hoping there was some sort of way but i guess there is not ...
Answer by AurimasBlazulionis · Jun 30, 2015 at 08:30 AM
You could create a project and put assets folder to it, but now in UnityScript many things have changed in unity5, I mean how functions from classes like NetworkView and GameObject are called. So it is possible, but you will have to half rewrite many scripts
Answer by im · Jun 30, 2015 at 07:38 AM
Prefabs and Scenes created (and possibly modified) with Unit5 appear not to be able to be understood by Unity4.
Your answer
Follow this Question
Related Questions
Crash bug unity after importing Standard Asset to project 1 Answer
Unity 4 updates after version 5 release 0 Answers
problem on game compilation for Android in Unity 5.0.0f4 0 Answers
How can i convert this javascript line to csharp ? 1 Answer
Unity 2018.1.1f1 build error,Build error Unity 2018.1.1f1 0 Answers