Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0b10
Issue ID
889698
Regression
No
Collab - Linking a prefab to another is visible only to the creator of the prefab.
Assuming the user has a Collab-enabled project, that his first commit has been done and that the scene contains prefabs with exposed components referenced.
N.B.: This issue was originally reported by user @pakfront on the following thread: https://forum.unity3d.com/threads/collab-losing-references-between-existing-prefab-and-new-prefab.458297/#post-2977977
N.B.: The following is a surefire way of reproducing the issue, but alternative repros exist. Fixing will need to account for edge cases around this type of function.
1. User 1 creates a prefab (Called "OtherThing") and attaches a script that exposes a component (like a transform):
a) public Transform theOtherThing;
2. User 1 creates a second prefab ("OtherThing2") and drops that prefab into the newly created component field. Publishes.
3. User 2 updates
4. User 2 renames OtherThing 2, publishes
5. User 2 renames to original (does not rollback)
Notice that User 2 sees the component as "none" while User 1 sees "OtherThing2"
ALT repro suggested by user:
I have an update - we get this behavior when we edit a prefab within the "Project" view. Specifically when dragging a reference of one component of a prefab onto the object field of another component of the same prefab.
I noticed that this does not trigger a Collab diff, that is the Collab icon remains a green check box.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment