How do you remove an object that has been added to a prefab? cmd-delete does nothing, and I can’t find any buttons/menus to that effect.
try deleting from the menu? seems like sometimes i have to do that.
If you want to delete an entire game object. You drag the prefab into the scene. Modify it to your liking. (This way you can also see visually what you are doing)
Then use Game Object → Upload to Prefab
If you only want to remove a component, you can do that in the context menu of the inspector (in the title for a component).
1 Like
Right Click on Prefab in Hierarchy → Unpack. Then you can modify it.
2 Likes
it works, thanks !