texture plugin example

I am not able to get the Texture Plugin example from the Unity manual to work:

http://unity3d.com/Documentation/Manual/Plugins.html

The example appears to have a Unity project with UnityTexture.bundle in the Plugins folder, but when I try to run the scene, I get “DllNotFoundException:”.

Has this example historically worked? I am using Unity Pro 1.5.1.

Thanks.

The precompiled bundle in the example project is a Power PC-only binary. If you are using an Intel mac, you will have to open the Xcode project and recompile the bundle.

That was it–thanks freyr.