Prefabs share ID

Issue #29 resolved
Carlos Mangas created an issue

When I modify an instance of a prefab and create another prefab from that instance I have to Reimport this new prefab so the ID changes and stops pointing at the previous one.

There are some prefabs that even Reimporting them they share the same ID between them, which causes huge problems.

Comments (5)

  1. Carlos Mangas reporter

    I'm trying to reproduce it but I can't, this has happened twice before for me and once yesterday in the newest version, not sure why isn't happening now...

  2. Carlos Mangas reporter

    I got the same bug again:

    1) After creating a GameObject and a Prefab from that GameObject I copy it, modify it and create a second Prefab whith the modifications.

    2) Delete both objects.

    3) Send first object into the hierarchy.

    4) Send the second one, the modified one, change it even further and Apply Self & Parent.

    5) Notice that the second object is pointing to the first Prefab and the first object is now the same as the second as I've applied all changes.

    If I Reimport the second Prefab it seems to solve it, sometimes.

  3. Log in to comment