Accidentally added asset twice. How do I remove the duplicate to avoid errors?

I get the following error after importing the third person online rpg from the asset store …I accidentally clicked twice and the asset installed twice and I dont know how to remove it. Please help…
Assets/Editor/ThirdPersonControllerEditor.cs(5,24): error CS0433: The imported type `ThirdPersonController’ is defined multiple times.

I already tried making a new project and reinstalling unity, but neither worked.

Please, can somebody help with this?.. Bump^

Please refrain from bumping posts within a short time frame. As for the problem, when you create a new project and the project wizard pops up asking you to choose what packages you’d like, go through the list and make sure there is only one ThirdPersonController ticked.

Hi thanks for your reply. When I go through the list there is only one ThirdPersonController to tick; yet when I tick that single tick box, the project still complains in the same way,about having it defined multiple times.

Look in the asset folder for the duplicate entries. When you find it delete it.

This location is a good place to start searching:
/Assets/Editor/ThirdPersonControllerEditor.cs

If that doesn’t work, completely delete the whole package(s) and try again fresh.

1 Like

Just delete them both and re import it