Assets/Zombies/sharedassets0.asset(1,1): BCE0044: unexpected char: 0x0. Please Please!! HELP!!

I have no idea why this is coming up can you guys and girls please help!!!

Since your asset-files first character is a binary “0” (that’S what the error tells you), i guess the asset file is simply corrupted. Actually having a file called sharedassets0.asset in a Unity project seems a bit strange. I would guess you try to use assets from a different Unity-build. Are you sure that is “your” asset or that you are allowed to use it?

This is usually because of naming conflicts, so if you have a script called Blah.js and a script called Blah.cs in the same project directory it’ll do this when you build. Look for imported script packs or old scripts hanging around. Good luck!