Is there an alternative way of applying new GameObjects when editing a prefab instance in the main stage, aside from going into a context menu and clicking “Added GameObject → Apply To Prefab”? Likewise, is there an alternative way of applying new Components when editing a prefab instance in the main stage, aside from clicking a tiny top right button and choosing “Added Component → Apply To Prefab”? I assumed there would be a button like “Apply” somewhere, which would scan whole prefab for changes/additions and write them, but I can’t find anything like that so far.
Outside of adding new objects and components, which at least have a status indicator icon and context actions allowing you to apply them to a prefab, I’m entirely lost with applying other changes to prefabs - like edits to serialized colors of UI widgets or positions of transforms. Now that there is no “Apply” button on top of prefab instance inspector, I’m not sure how these are supposed to be saved at all.
Obviously, prefab stage is available - there, saving those changes is trivial. But not all changes are always done there, sometimes you edit something through an instance, in a broader context of a scene.