导入后报错
Assets/Top Down Mobile/Standard Assets/Image Effects (Pro Only)/SSAOEffect.cs(75,10): error CS1061: Type `UnityEngine.Component' does not contain a definition for `depthTextureMode' and no extension method `depthTextureMode' of type `UnityEngine.Component' could be found. Are you missing an assembly reference?
Assets/Top Down Mobile/Standard Assets/Image Effects (Pro Only)/SSAOEffect.cs(105,23): error CS1061: Type `UnityEngine.Component' does not contain a definition for `fieldOfView' and no extension method `fieldOfView' of type `UnityEngine.Component' could be found. Are you missing an assembly reference?
Assets/Top Down Mobile/Standard Assets/Image Effects (Pro Only)/SSAOEffect.cs(106,22): error CS1061: Type `UnityEngine.Component' does not contain a definition for `farClipPlane' and no extension method `farClipPlane' of type `UnityEngine.Component' could be found. Are you missing an assembly reference?
Assets/Top Down Mobile/Standard Assets/Image Effects (Pro Only)/SSAOEffect.cs(108,24): error CS1061: Type `UnityEngine.Component' does not contain a definition for `aspect' and no extension method `aspect' of type `UnityEngine.Component' could be found. Are you missing an assembly reference?