Dressingroom Example Project - mirror is not reflecting

Hello,

New to Unity3D.

Just have installed Unity 3.5.64f, downloaded Dressingroom Example Project and unzipped it.
(My notebook config: Win 7 Pro updated, i5, 4GB RAM.)
When I execute it from Project directory, the mirror inside room which should show character is NOT SHOWING character´s image.

Web live example shows same mirror reflecting charcter´s image.

Any clue to solve this problem ?

Thank You,
Seido

This is likely because you don’t have the professional version. That example requires the pro version to build it correctly. The original was built with pro so it works when you view it, but not when you try of course with your free version.

Also, if you are using Unity 4, you will need to comment out this line of code to get it to work locally, as this was a fix for older versions but breaks in 4:

character.GetComponent().updateWhenOffscreen = true;

In Main.cs