Hi, I have downloaded a tutorial on how to create a Space Shooter game and keep getting these compiler errors and was wondering would anyone know how to help me fix them.
Errors:
Assets/Standard Assets/Effects/ImageEffects/Scripts/Antialiasing.cs(20,33): error CS0246: The type or namespace name `PostEffectsBase’ could not be found. Are you missing a using directive or an assembly reference?
Assets/Standard Assets/Effects/ImageEffects/Scripts/BloomAndFlares.cs(35,35): error CS0246: The type or namespace name `PostEffectsBase’ could not be found. Are you missing a using directive or an assembly reference?
Assets/Standard Assets/Effects/ImageEffects/Scripts/BloomOptimized.cs(9,35): error CS0246: The type or namespace name `PostEffectsBase’ could not be found. Are you missing a using directive or an assembly reference?
and many more very similar to this.
Thanks for the help