How can I convert a 3.5 game to Unity 3.4 ?

I have a game application created using Unity 3.5. I now need to move development to a computer with a 3.4 license.

Is this possible and if so what’s the easy way to do this?

I already tried exporting and importing assets. However what I noticed was that some prefabs and assets are missing.

Hope someone can help me. This is really urgent.

This should be straightforward with the pro version: you can enable the versioning support with the generation of .meta files. This feature comes for free in Unity 3.5 but was only available with a pro license on earlier version.

Then all you need to do is copy everything under the Assets/ path.


If you don’t own a pro 3.4 version, then your only solution is to make a big package,e export it from 3.5, import it to 3.4 and reconnect by hand any lost connection.

One question: have you consider upgrading the version on the 3.4-license computer?