Hi,
Each time I try to import/export UI prefabs, all UI component become “Missing”.
I think someone else have post similar questions, but I cannot find any.
Do you know if any improvement is up to come ?
Thanks.
Hi,
Each time I try to import/export UI prefabs, all UI component become “Missing”.
I think someone else have post similar questions, but I cannot find any.
Do you know if any improvement is up to come ?
Thanks.
What do you mean by missing? Could you post sceen shots…check their rect transform properties, they may have become negative, try to reset them after draggin prefabs on Canvas
How do you import/export the prefabs?
I try two approach :
Make a prefab, copie/past it (including .meta) in another project and then drag/drop it
Make a unity package of the entire scene and import it back in another project
Both get the same results.
We try on three different computer, same results so we concluded it was a Unity general error.
Nb : I use Unity 4.6.1
Usually, it is sufficient to create a unity package from the prefab.
The actual issue is that you have a compilation error. You have to resolve that before you proceed.
I had no compilation error,
I though it was a common issue… not even in Unity 4.6 ?
Your prefab lost the script connection. This should usually not happen if the prefab and the script exists in both projects. You are certainly right that it is not necessarily a compilation issue.
I am facing the same issue.
What happened is the Unity UI scripts like “Image script”, “Toggle script” and etc are missing.
Anyone has a solution for this?
Welcome to the forums!
That means you have a compilation error, that need to be resolved first. What kind of project is this? Is it your project, a tutorial, …?
In order to resolve the issues you need to have a look at the console, find the first error message and resolve it. Unity will automatically recompile and like this game will be repeated a few times.