I have an editor extension that uses PrefabUtility.CreatePrefab() to create some prefabs. The problem is that I want to update a prefab without breaking links to that may exist in different scenes. Is this possible? I've tried using the different ReplacePrefabOptions but links seems to break no matter what I pick.
↧