Problem with Unity 3.5 Image effects

Hi,all
I once again seemed to have encountered another weird problem.Image effects are displaying below error

Assets/Standard Assets/Image Effects (Pro Only)/AntialiasingAsPostEffect.js(81,30): BCE0017: The best overload for the method ‘PostEffectsBase.CheckSupport()’ is not compatible with the argument list ‘(boolean)’.

Assets/Standard Assets/Image Effects (Pro Only)/AntialiasingAsPostEffect.js(86,35): BCE0005: Unknown identifier: ‘CreateMaterial’.

Assets/Standard Assets/Image Effects (Pro Only)/AntialiasingAsPostEffect.js(92,13): BCE0005: Unknown identifier: ‘NotSupported’.

Assets/Standard Assets/Image Effects (Pro Only)/AntialiasingAsPostEffect.js(93,25): BCE0005: Unknown identifier: ‘ReportAutoDisable’.

Assets/Standard Assets/Image Effects (Pro Only)/AntialiasingAsPostEffect.js(96,24): BCE0005: Unknown identifier: ‘isSupported’.

Assets/Standard Assets/Image Effects (Pro Only)/BloomAndLensFlares.js(95,30): BCE0017: The best overload for the method ‘PostEffectsBase.CheckSupport()’ is not compatible with the argument list ‘(boolean)’.

Assets/Standard Assets/Image Effects (Pro Only)/BloomAndLensFlares.js(97,31): BCE0005: Unknown identifier: ‘CheckShaderAndCreateMaterial’.

Assets/Standard Assets/Image Effects (Pro Only)/DepthOfField34.js(83,35): BCE0005: Unknown identifier: ‘CheckShaderAndCreateMaterial’.
…etc(And many more)

When you have the pro version, the licence file unlock some parts of the Engine. But you don’t need to download new thing or a new Engine version.

As the above has mentioned, unity pro unlocks the image effects, real time shadows, better beast lightmapping etc.
but to be sure that this is a problem can you try the project in a trial pro version of unity, if it’s still throwing errors then it could be something we could look into further,

if not then if means that you need pro to use those effects (some image effects run on unity free, aubergine has some good effects for unity free.)

EDIT:
I read your comment, you cannot copy a license from one machine to another, it will not work, it’s against the license and it would be the same to crack it anyway.

  • I do not recommend cracking by any means btw :slight_smile:

The errors really look like they are a “no pro” error though

I hope this is helpful :slight_smile: