Quantcast
Channel: Questions in topic: "error"
Browsing all 7934 articles
Browse latest View live
↧

Locomotion System - Error Using for Sliding Down a Hill

I have been attempting to make my own action-rpg, similar to the legend of Zelda series, and have been using the old locomotion system [here][1]. Currently I have everything working except for the...

View Article


Multiplayer Connection Error Dialog Box

if (GUI.Button (new Rect (Screen.width / 2 - 64, Screen.height / 2 + 90, 128, 32), "Join Game")) { //TRY TO CONNECT IF NOT DO THAT DOWN THERE if (NetworkConnectionError.AlreadyConnectedToServer) {...

View Article


Another NullReferenceException: question...(Java)

I've been working on a project from Unity blueprints by DeepPixel. It's a top down spaceship shooter. I've been trying to solve this for a few days now and am coming up empty. The problem happens...

View Article

';' expected. Insert a semicolon at the end. I already have a ;

It says the error is in the second line under the movement check but I already have a semicolon. I tried to figure it out but I have no idea what to do now. function Update () { //Movement Left and...

View Article

Scripting Error Help Needed

I'm a newbie and making a game where you are a ball and you roll around and stuff but when I scripted the jumping it stopped working and gave the errors, expecting ), found '='. Also ';' expected....

View Article


Official Unity Space Shooter Tutorial

I am following the space shooter tutorial and I am getting this error error CS0266: Cannot implicitly convert type `UnityEngine.Object' to `UnityEngine.GameObject'. An explicit conversion exists (are...

View Article

Whenever I add this to an object it comes up with an unexpected char: 0xAD...

var target : Transform; var moveSpeed = 3; var rotationSpeed = 3; var myTransform : Transform; function Awake(){ myTransform = transform; } function Start(){ target =...

View Article

I keep getting an error message saying I neded to add a semicolon at the end,...

var target : Transform; var moveSpeed = 3; var rotationSpeed = 3; var myTransform : Transform; function Awake(){ myTransform = transform; } function Start(){ target = GameObject.FindWIthTag("Player")...

View Article


unity semicolon error

Assets/NewBehaviourScript.js(29,47): UCE0001: ';' expected. Insert a semicolon at the end. Assets/NewBehaviourScript.js(29,47): BCE0043: Unexpected token: ; public var maxspeedToTurn : float = .2;...

View Article


I keep getting an error telling me, "The Variable target has not been assigned"

var target : Transform; //the enemy's target var moveSpeed = 3; //move speed var rotationSpeed = 3; //speed of turning var myTransform : Transform; //current transform data of this enemy function...

View Article

Go To new Scene Button!

So Ive made a Cube then inserted this script into it function OnTriggerEnter(goalCollision : Collider){ if(goalCollision.gameObject.tag == "Player"){ Application.LoadLevel("Parkour2"); } Ive named the...

View Article

Unity's Video Tutorial Down? Was trying to learn how to ask questions better.

Hey UnityAnswers, I was trying to improve my question page here: [http://answers.unity3d.com/questions/656310/receiving-string-from-variable-in-other-object.html][1] So i was thinking about watching...

View Article

When I try to copy and paste something to my script... I get an error.

**For some reason when I try and copy a small snippet that WILL work with my current playerscript, it goves me an error. Here's my current player script.** using UnityEngine; /// /// Player controller...

View Article


I Try To Attach A Script And It Says The File Name Does Not Mach The The Name...

#pragma strict public var noBounces = 0; function OnColliderHit(other:Collider){ if(other.tag=="ball"){ noBounces+=1; } } I know that people have been having this problem with C# and it was to do with...

View Article

MeshCombineUtility

These errors have suddenly popped up, they are stopping me from testing and building my game, can anyone help? Internal compiler error. See the console log for more information. output...

View Article


MeshCombineUtility

I Have these errors and they are stopping me from building and tesing my game can anyone help? Internal compiler error. See the console log for more information. output was: Unhandled Exception:...

View Article

Having trouble getting the sample code for Mathf.PerlinNoise to work.

I'm referring to [this page][1], with the specific sample code as follows: ---------- using UnityEngine; using System.Collections; public class Example : MonoBehaviour { public int pixWidth; public int...

View Article


Does Anyone Know Why It Can Not Find My Var.

#pragma strict var spawn1 : GameObject; var spawn2 : GameObject; var spawn3 : GameObject; var spawn4 : GameObject; var blueBallSmall : GameObject; var blueBall : GameObject; var blueBallLarge :...

View Article

newer unity versions dont run

hello. I've used unity version 3.3 for a month now, but now I need the new version 4 and up, but when I install it on the startup it shows error of type don't send. Tried 4.3, and 4.0, same eror. I'm...

View Article

iOS iAD Problem Rejection

We got this error from apple, They rejected our app because of this problem: ----------------------------------------------------------------------------- PLA 3.3.12 We found your app uses the iOS...

View Article
Browsing all 7934 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>