I been Lerpzed! Console Errors on 2D Tutorial

Hi,
New Unity user here As well
Just running the 2D platform demo tutorial and follow the pdf to the letter:
Select File>
Open Project and locate the 2D Tutorial project that I just downloaded.
Once you have opened the project, find the scene 2D Platformer in the Project
Pane and open it.
Play the Scene.

But I immediately get a bunch of console errors:

Assets/Scripts/LevelAttributes.js(44,21): BCE0019 ‘size’ is not a member of ‘UnityEngine.Component’.

The errors are all associated withthe following scripts:
LevelAttributes.js (‘size’, ‘center’)
CameraScrolling.js (‘interpolation’, ‘heightOffset’, ‘distanceModifier’, ‘velocityLookAhead’, ‘maxLookAhead’; ‘velocity’, ‘GetVelocity’)
PlatformerController.js (‘emit’)
MovingPlatformEffects.js (‘emit’)

Excuse the NOOB question.

I am running the latest version of iUnity on an iMac OS 10.5.7

BuckyStarr, I’m getting the exact same errors with the 2D Platformer Tutorial. Have you found a fix for this?

Use Unity, not Unity iPhone.

–Eric

Thanks Eric5h5, that worked. I shouldn’t have assumed the project was for Unity iPhone. :smile:

May I ask is there other (3rd party, not from unity) project converted 2D Platformer to unity3d iPhone?