One of the last things we did in the previous chapter was add static objects we were not able to interact with, except for one, the Acid object.
This game object has two different components that interact with Ellen, one in charge of killing her and the other of reducing the life by one. In order to learn how to remove and add components, we will delete this functionality and then add it ourselves.
Click on the Acid GameObject. In order to quickly remove the Water Area and Damager components, click on the gear to the right of the component name and then on the Remove Component option. This will remove the component along with the functionality it was giving the object:
Once these scripts are deleted, we will begin editing ...