I tried to port 2D performer GamePlay tutorial to iphone
When I open it in unity iphone, it has a lot of errors:
Assets/Scripts/2D/LevelAttributes.js(44,21): BCE0019: ‘size’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/LevelAttributes.js(45,21): BCE0019: ‘center’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(31,41): BCE0019: ‘interpolation’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(103,55): BCE0019: ‘heightOffset’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(104,59): BCE0019: ‘distanceModifier’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(105,60): BCE0019: ‘velocityLookAhead’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(105,60): BCE0019: ‘velocityLookAhead’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(106,55): BCE0019: ‘maxLookAhead’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(122,50): BCE0019: ‘velocity’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Character Controls/PlatformerController.js(242,33): BCE0019: ‘emit’ is not a member of ‘UnityEngine.Component’.
Assets/Scripts/2D/Camera/CameraScrolling.js(127,61): BCE0019: ‘GetVelocity’ is not a member of ‘UnityEngine.Component’.
Assets/lineColor.js(6,14): BCE0019: ‘SetWidth’ is not a member of ‘UnityEngine.Component’.
Assets/lineColor.js(7,14): BCE0019: ‘SetVertexCount’ is not a member of ‘UnityEngine.Component’.
Assets/lineColor.js(9,14): BCE0019: ‘material’ is not a member of ‘UnityEngine.Component’.
Assets/lineColor.js(10,14): BCE0019: ‘SetColors’ is not a member of ‘UnityEngine.Component’.
Is there any iphone version?
How should I fix them?
