I’m trying to use this script from the wiki:
http://wiki.unity3d.com/index.php/ScreenShotMovie
but it throws errors:
-JS version throws Console error: Assets/Scripts/ScreenShotMovie.js(15,5): BCE0005: Unknown identifier: ‘count’.
-CS version shows alert when I try to add it to a game object: Can’t add script behaviour ScreenShotMovie. The scripts file name does not match the name of the class defined in the script!
What am I doing wrong?
thanks
Dave