unity The namespace '<global namespace>' already contains a definition for 'P' code example
Example: The namespace already contains a definition for unity
You probably have c# files with the similar class name somewhere in
your unity project. Delete/Rename them and it should solve the problem.