Quantcast
Channel: Questions in topic: "error message"
Browsing all 2891 articles
Browse latest View live

When I try to play a game, Unity displays an error message that says all...

I just want console to display what errors I have, so I know what to fix

View Article


Problems with coding in sound. Please help !!

This error message pops up when I try to attach sound to doors in there 3 different states, open, closed and locked. I dont know what the error message means though, il post it in full below. It dosnt...

View Article


Help with "Failed executing external process for 'Bake Runtime' job." Error

Whenever I open my project, I see that error (the one in the title) in the console. It's one of the red errors. I don't even start the game and it's there. Once I do start the game, the error goes away...

View Article

Object reference not set to an instance of an object

I am doing a simple walk animation by following a tutorial he moves but the walk animation does not play due to the Object reference not set to an instance of an object error popping up for line 33 so...

View Article

Unexpected symbol error ?

This has to be a bug... Unexpected symbol '}' on lines 18 and 21. using UnityEngine; using System.Collections; public class core : MonoBehaviour { public static float healthC; public Rigidbody rb;...

View Article


Why do I get "Odd tag in Cleanup!"?

I've been working on a project, learning about Events. I've never used NavMesh before and I was using an OnTriggerEnter() to spawn basic cube enemies. The event side of my project worked as intended...

View Article

What is wrong with my code

I'm making a script that allows the player to fire bullets at an enemy but when I finished making it I got this error: NullReferenceException: Object reference not set to an instance of an object...

View Article

Error CS0019

I need help I made a script which gives me error CS0019 for someone to help me and correct it, the script is: using UnityEngine; using System.Collections; public class EnemyBullet : MonoBehaviour {...

View Article


It says I have to go to the input manager and input the following code and I...

using UnityEngine; using System.Collections; [RequireComponent(typeof(CharacterController))] public class PlayerMovement : MonoBehaviour { public bool canControl = true; public float runSpeed = 5.0f;...

View Article


Web GL Bulding Error

Hey,Im getting this error when building to web GL can anybody tell me solution please thanks **UnusedBytecodeStripper2.exe did not run properly!**

View Article

Parser error: Unexpected Symbol '.' Mas, não acho onde é o erro, podem...

using UnityEngine; using System.Collections; public class MoveOffset : MonoBehaviour { private Material currentMaterial; public float speed; private float offset; // Use this for initialization void...

View Article

converting JS to C# for Alpha channels and animation

I am trying to convert this JS to C#. this is my JS that i made #pragma strict var whateverglow : UnityEngine.Animator; var hashthingglow : int = Animator.StringToHash("StartGlow"); var logovis :...

View Article

getting error CS 1547 (64,24) and CS 1525 (64,26)

Hello I'm getting these two errors and I've checked to see if I haven't closed the lines but can't find the issue. Thanks to the one that can check. I'm really new to using C#. Couldn't add the number...

View Article


Parser Error Unexpected symbol `m_MovementAudio'

I am working on the 3D "Tanks" tutorial and ran into some parser errors while making the TankMovement code. The errors showed up under "private void EngineAudio()" public float m_Speed = 12f; public...

View Article

i don't know what is the error plz help me

![alt text][1] [1]: /storage/temp/68814-bandicam-2016-04-25-16-57-51-493.jpg plz give the answer that what shoud i do now...i want my player to attack..and typing script this is the full script..and...

View Article


how to solve -- Object reference not set to an instance of an object -- ?

At the end of my level there is a sign that when you touch it will bring you to the world map. In this script that is attached to the sign i activate a bool "LVL1_1_Completed " **Script on sign** using...

View Article

unknown error while loading assets/scene

I'm new to using unity and when I opened my project today, everything is gone and it says I have an unknown error while loading assets and my scene. It also said something was wrong with one of my...

View Article


Exception: Failed to build Visual Studio project using arguments 'C:\Program...

Hi everybody, I have been working on a game and everything was going okay! up until now I was testing it on android devices and today I tried on windows phone 8.1 and I get this mind killing error that...

View Article

Was gameObject.GetChild(childsName); a thing?

In my project I am going through old code converting our networking solution from Tnet to Photon. Up until just now these lines did not throw an error and worked. login =...

View Article

Destroy child from parent in array (Child instatiate)

HI, how i can destroy a child that was instatiate, from a parent in a array ? this is a error: Destroy(actualParent.transform.FindChild("actualChild(Clone)").gameObject); the error is:...

View Article
Browsing all 2891 articles
Browse latest View live