Hello everyone,

I tried to copy a Unity 5 project from a mac to a windows.
I tried either copy ProjectSettings and Assets only, either every file and meta and with ExportPackage too.
I always get the same result: the scenes are blank, empty and the prefabs are not recognized. They present in the project as unknown with the white icon file.

Someone had the same problem? How did you solve it?
I really need to pass this project.
I have a version of this project on version control too, but same identical result.

Thank in advance

Check the exact version of Unity installed on both the systems. I had the same issue when porting from Unity 5.0.1f1 on mac to 5.0.0 on windows.
I would suggest to upgrade the machine with the older version of unity. :slight_smile:

And for absolute noobies like me - make sure you actually select the scene in the ported project once you open it - because it won’t be selected by default and it looks like nothing has loaded.