x


3D Platform Game tutorial compiler errors

I downloaded the tutorial http://unity3d.com/support/resources/tutorials/3d-platform-game.

There are many compiler errors when I build for Android -----CompilerOutput:-stdout--exitcode: 255--compilationhadfailure: True--outfile: Temp/Assembly-UnityScript.dll

Assets/Scripts/Camera/FadeoutLineOfSight.js(94,26): BCE0019: 'needFadeOut' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(96,67): BCE0019: 'alphaMaterials' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(108,67): BCE0019: 'alphaMaterials' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(120,52): BCE0019: 'alphaMaterials' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(122,42): BCE0019: 'renderer' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(123,46): BCE0019: 'renderer' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(123,78): BCE0019: 'originalMaterials' is not a member of 'Object'.

Assets/Scripts/Camera/FadeoutLineOfSight.js(125,62): BCE0019: 'alphaMaterials' is not a member of 'Object'.

Assets/Scripts/Camera/SmoothFollowCamera.js(138,9): BCE0005: Unknown identifier: 'currentHeight'.

Assets/Scripts/Camera/SmoothFollowCamera.js(139,9): BCE0005: Unknown identifier: 'currentHeight'.

Assets/Scripts/Camera/SmoothFollowCamera.js(142,9): BCE0005: Unknown identifier: 'currentRotation'.

Assets/Scripts/Camera/SmoothFollowCamera.js(147,31): BCE0005: Unknown identifier: 'currentRotation'.

Assets/Scripts/Camera/SmoothFollowCamera.js(150,32): BCE0005: Unknown identifier: 'currentHeight'.

Assets/Scripts/Enemies/EnemyDamage.js(59,17): BCE0005: Unknown identifier: 'direction'.

Assets/Scripts/Enemies/EnemyDamage.js(60,20): BCE0005: Unknown identifier: 'direction'.

Assets/Scripts/Enemies/EnemyDamage.js(61,25): BCE0005: Unknown identifier: 'direction'.

Assets/Scripts/Enemies/EnemyDamage.js(61,40): BCE0005: Unknown identifier: 'direction'.

Assets/Scripts/Enemies/EnemyDamage.js(61,39): BCE0050: Operator '-' cannot be used with an expression of type 'error'.

Assets/Scripts/Enemies/EnemyDamage.js(64,82): BCE0005: Unknown identifier: 'direction'.

Assets/Scripts/Enemies/EnemyDamage.js(75,32): BCE0005: Unknown identifier: 'direction'.

Assets/Scripts/Enemies/EnemyPoliceGuy.js(156,17): BCE0005: Unknown identifier: 'move'.

Assets/Scripts/Enemies/EnemyPoliceGuy.js(159,80): BCE0005: Unknown identifier: 'move'.

Assets/Scripts/Enemies/EnemyPoliceGuy.js(160,90): BCE0005: Unknown identifier: 'move'.

Assets/Scripts/Player/ThirdPersonStatus.js(99,9): BCE0005: Unknown identifier: 'respawnPosition'.

Assets/Scripts/Player/ThirdPersonStatus.js(100,42): BCE0005: Unknown identifier: 'respawnPosition'.

Assets/Scripts/Player/ThirdPersonStatus.js(105,30): BCE0005: Unknown identifier: 'respawnPosition'.

Assets/Scripts/Misc/DroppableMover.js(16,9): BCE0005: Unknown identifier: 'moveThisFrame'.

Assets/Scripts/Misc/DroppableMover.js(17,9): BCE0005: Unknown identifier: 'distanceThisFrame'.

Assets/Scripts/Misc/DroppableMover.js(19,39): BCE0005: Unknown identifier: 'moveThisFrame'.

Assets/Scripts/Misc/DroppableMover.js(19,54): BCE0005: Unknown identifier: 'distanceThisFrame'.

Assets/Scripts/Misc/DroppableMover.js(25,29): BCE0005: Unknown identifier: 'moveThisFrame'.

I use Unity 3.4.0f5. Is the tutorial really working? Is there any sample project for Android?

more ▼

asked Oct 10 '11 at 04:22 AM

tao_zhao gravatar image

tao_zhao
1 1 1 1

(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2610
x79

asked: Oct 10 '11 at 04:22 AM

Seen: 679 times

Last Updated: Oct 10 '11 at 04:22 AM