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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Add comment