i need help with this camera switcher
i need help with a script who when i playing and i stay in a range i can activate with a key a camera switcher this is the script, but this script not work, pleaSe help me!! Vector3 camPosition;...
View ArticleBackground & sprites are smearing towards the player during movement. Help...
Hi There! **So I'm having a problem with character movement and my background. The background appears to be smearing(smudging) slightly in the direction of the character as it moves which looks really...
View ArticleError CS1525: Unexpected symbol
I'm trying to learn and understand Unity, started a while ago, and I've been following some tutorials. Still I'm getting the following error: CS1525: Unexpected symbol 'speed' in the line (49,21)....
View ArticleError CS0426
When I try to put my script at main camera i get the error: Assets/Scripts/LoginController.cs(22,30): error CS0426: The nested type `Window' does not exist in the type `UnityEngine.GUI' My script:...
View ArticleHow to import *just* the IAP plugin?
I'm trying to import the U3DXT Basic plugin to get IAP working in a game that we're working on. Unfortunately, I can't run the game after I import the plugin because it throws some errors about invalid...
View ArticleInvalidCastException: Cannot convert from source type to destination type...
I'm trying to move the clones but for some reason I'm getting this error when I'm trying to convert the instantiated bullet clone into a Rigidbody2D. How should I go about fixing this? using...
View ArticleCan't fix google play apk upload error "you uploaded an APK signed with a...
I tried to upload my first apk app on google play store but there is an error said "You uploaded an APK signed with a certificate that is not yet valid. You need to sign your APK with a certificate...
View ArticleDon't Understand Error
Hey guys, I am really confused to why I'm getting this error using UnityEngine; using System.Collections; public class QuestionClass2 : MonoBehaviour { public Question[] arrayOfQuestions; public...
View ArticleRaycasthit NullRException
Well, i'm trying to make a simple Collision Side detection with raycast based on [this example][1] [1]:...
View Articleproblem in c# script particle system
please can anyone tell me what is the wrong in this code using UnityEngine; using System.Collections; public class EnableComponents : MonoBehaviour { void example() {...
View ArticleError: SSL CA cert
If I go in Unity, I have a problem with the SSL CA cert. If I try to do it manually, it saves the file as .alf, but when I try to load it, a .ulf is searched. When I try to load the file, it shows the...
View ArticleBCE0044 and UCE0001 Error Need Help!!!
#pragma strict var MyCube = function MyCube() { var positionX : int; var positionY : int; var positionZ : int; }; function Update () { Transform.position.X = MyCube.positionX; Transform.position.Y =...
View ArticleI keep on having a error on script. I tried everything and nothing seems to...
I keep on having the error code "CS1955" it's "Assets/Chunk.cs(73,24): error CS1955: The member `Chunk.map' cannot be used as method or delegate". here's my script it's not done but if you could find...
View ArticleMoving File Failed, when opening old project with unity4.3
Hello everyone, I had this problem and tried to search for some solutions, nthg helped still. I have a project that I worked with 4.1 and now I installed Unity 4.3 and tried to open it, I got this...
View ArticleConcave collider error
I got error when trying to compute hull(s) on object. ![alt text][1] [1]: /storage/temp/22469-capture.jpg
View ArticleNullReferenceException: Object reference not set to an instance of an object
Hi, I am pretty new to C# and unity at the start, plus I am doing this out of my interest, so my question could be basic. However it has bugged me for so long, that I couldn't get it over even after I...
View ArticleAn object reference is required error how can i fix it?
I get two errors saying that "An object reference is required for the non-static field, method, or property ' UnityEngine.Transform.position.get" and "An object reference is required for the non-static...
View ArticleCheck if no webcam
I'm getting an "Array index is out of range" error on the if statement of the following code. private var webCamTexture : WebCamTexture; function Start () { if (WebCamTexture.devices.Length > 0) {...
View ArticleProblem with animation script
I was looking for a animation tutorial and i got this script. The "frames" is red marked and i get the error "The member `Animator.frames' cannot be used as method or delegate" using UnityEngine; using...
View ArticleSmall Error
So i use this: if(Input.GetAxis("Vertical") || Input.GetAxis("Horizontal") And it gives me error: Operator "||" cannot be applied to operands of type "float" and "float" I don't know what's wrong.
View Article