These are the errors i get when i click build and run i would really appreciate if someone could help!
1: Error building Player because scripts had compiler errors
2: Assets/Standard Assets/Decal System/Decal.cs(72,16): error CS0246: The type or namespace name `DecalMode’ could not be found. Are you missing a using directive or an assembly reference?
3: Assets/Standard Assets/Decal System/Decal.cs(75,22): error CS0246: The type or namespace name `DecalPolygon’ could not be found. Are you missing a using directive or an assembly reference?
4: Assets/Standard Assets/Decal System/Decal.cs(76,22): error CS0246: The type or namespace name `DecalPolygon’ could not be found. Are you missing a using directive or an assembly reference?
5: Assets/Standard Assets/Decal System/Decal.cs(114,22): error CS0246: The type or namespace name `MeshCombineUtility’ could not be found. Are you missing a using directive or an assembly reference?
6: Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js(193,54): UCW0003: WARNING: Bitwise operation ‘|’ on boolean values won’t shortcut. Did you mean ‘||’?
Please can someone help?