Search Issue Tracker

Not Reproducible

Votes

1

Found in

2019.1.0a11

Issue ID

1106520

Regression

No

"Dangling components have unfulfilled dependencies" error appears when applying added component to the asset

Scene Management

-

Steps:
1. Open attached project
2. Add "GameObject->UI->Text" to the scene
3. Make a prefab out of Text GameObject
4. Add "NewBehaviourScript" script from Asset folder to instance
(it has RequiredComponent(RectTransform))
5. Click on "Overrides" -> ApplyAll to asset
==>
Dangling components have unfulfilled dependencies
UnityEditor.PrefabUtility:RegisterNewObjects(GameObject, HashSet`1, String) (at C:/UnitySource/Trunk/Editor/Mono/Prefabs/PrefabUtility.cs:277)
UnityEditor.PrefabUtility:ApplyPrefabInstance(GameObject, InteractionMode) (at C:/UnitySource/Trunk/Editor/Mono/Prefabs/PrefabUtility.cs:357)

Not repro in Version 2018.3.0f1 (6b82b3f38952)

Repro in Version 2019.1.0a12 (aa98f772c296)

Comments (12)

  1. unity_vK4Nnt93vsHKdg

    Sep 06, 2019 12:20

    I'm having the same issue with the unity 2019.3.0a8, using (working) with nested prefabs.

  2. DrunkenMastah

    Apr 23, 2019 23:13

    This happened just now even on 2019.1.0f2

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.