- Home /
Question by
zuzka765432131 · Dec 10, 2019 at 10:23 AM ·
packagesmissingmeshes
[Unity 2019.2.9f1] Problem with exporting and importing package.
Hi, I've made a dungeon generator, I wanted to export it to package but when I import it on another computer to project, everything seems fine, all is imported, 0 errors, but my prefabs have missing meshes.
On my computer when I'm importing this package everything works fine, but on two other computers not.
This 3 pc's all have the same unity version.
Comment
Answer by Larry-Dietz · Dec 10, 2019 at 03:17 PM
The only advise I have for this, is to make sure that absolutely everything required for your package is in the folder you are exporting. If there are any files that are not present, you will end up with missing references in the export package.
-Larry