Daniel Lip
Daniel Lip

Reputation: 11319

How can I delete a gameobject that is part of prefab without damage the prefab?

I have this door standing in the air and I don't it. When I try to delete the door I'm getting the message:

Door prefab

The door is part of the prefab name: Circular_Room_01

When I click on Open Prefab I see:

Door prefab

Not seems to be the same door as before. Not same position. All I want is to delete the door in the first screenshot.

Upvotes: 1

Views: 50

Answers (1)

Daahrien
Daahrien

Reputation: 10320

It is the same door, but you (or someone else...) changed the position in the instance in the scene. So, go ahead, you can delete it in the prefab and it will be deleted in the instance too :)

Upvotes: 1

Related Questions