Internal compiler error after upgrading to Unity 4...
Internal compiler error. See the console log for more information. output was:BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Empty name is not...
View ArticleWheel colliders whilst hitting a jump
It seems when I have my vehicle moving towards a jump such as a ramp, the wheel colliders will jump up, either on leaving the ramp or when it hits the air? Is this the suspension bouncing up because...
View ArticleTouch to turn wheelcolllider.steerAngle with limits
So I'm pretty stumped on how to get this totally perfect for the iPhone. Obviously with a keyboard you can just do FrontWheel.steerAngle = value * Input.GetAxis("Horizontal"); However I'm trying to...
View ArticleHow to loop through and remove Instantiate Gameobject clones
How do I loop through and remove Instantiate Gameobject clones? What I have for making Gameobjects. But how do I loop through these and remove? var prefab: GameObject; if ( prefab ) { for(var i :int =...
View Article