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

Get Component Script Error

Hello I am a Beginner at unity and I am having some trouble with errors I am trying to create a jump scare but 4 errors come up and it has something to do with Get Component and I don't know how to fix...

View Article


.DLL can't build for Windows Standalone.

Hello Comm-Unity, I have just finished a project, but I am receiving the following error when I try to build for Windows Standalone: ArgumentException: The Assembly Office is referenced by...

View Article


Any ideas as to why I get this error? (CS1061)

Hi unity, Im getting this error message: error cs1061: Type 'unityEngine.Component' does not contain a definition for materials does anyone know why i get this error? this is my code: using...

View Article

[C#] error: CS1525: unexpected symbol 'public', expecting '.' or ';'

help pls i have a error: CS1525: unexpected symbol 'public', expecting '.' or ';' i dont know how i fix this help "public class Menu : MonoBehaviour { <---- error" its a code: public class Menu :...

View Article

Speedtree unity import error

Hi Im get an error when im importing my trees for the speedtree modeler for unity in to unity. This is the error "speedtree file does not contain runtime data". I have follow the importing models into...

View Article


Increase value through frames, for in a while?

So I know so far normally if I want something to happen, lets say after 10 seconds, I would do. public float delay = 10; private float timer = 0; void Update () { if (timer <= delay) { timer +=...

View Article

error when login

I get this error when I try to enter: Service Not Available, please try again later. For more information click link:[here](https://status.cloud.unity3d.com/) What should I do? been waiting for two...

View Article

Assets/Scripts/ControllerScript.cs(17,72): error CS0029: Cannot implicitly...

using System.Collections; using UnityEngine; public class ControllerScript : MonoBehaviour { public float maxSpeed = 10f; bool facingRight = true; void Start () { } void FixedUpdate () { float move =...

View Article


Unity script error C#

So I dont know what is happening here ![alt text][1] [1]: /storage/temp/87972-error1.png Its clearly assigned to if you see at the top it says _cost from Upgrade11 button has been assinged to _cost1...

View Article


Unity C# array index is out of range

Having trouble with array of GameObjects. a piece of code: private string[] weap = new string[] {"p_01","smg_01","sg_01"}; public GameObject[] guns; void Start () { guns[0] =...

View Article

Please help get my code to work...compiler errors

New to unity and I cannot for the life of me figure out what the problem is in this code. I'm working from a book (Unity in Action) and even after what I thought was copying line for line, I still get...

View Article

Seemingly random console error, FileNotFoundException: Could Not Find File...

Hello, This problem started occurring abruptly and seemingly randomly in a fairly simple Unity VR project. Anytime I have the editor open, I get [a console error][1] (attached). I'm using Visual Studio...

View Article

Cheshire Lip Sync Index out of range error

I am using [Cheshire][1] lip sync tool to generate my animations. I have my shape keys on my character (from blender) but I get an error while trying to generate the animations. ![alt text][2] After I...

View Article


Unexpected Symbol

I was watching a tutorial and i did the same code, it worked for everyone but me. Assets/Controller/WorldController.cs(25,46): error CS1525: Unexpected symbol `SpriteRenderer' is the error im getting...

View Article

How do I use A-Pose rigs in Unity?

I've modeled and animated my character in an A-Pose as opposed to a T-Pose, and Unity forces the model into a T-Pose, obliterating my animations. Is there a way to use the A-Pose that I intended for my...

View Article


Reflection Error need help to fix it

I dont know what happened but when I opened my project, the reflections in every object are broken (Ugly). What should I do? ![alt text][1] [1]: /storage/temp/88209-reflection-error.png I dint touch...

View Article

On Unity focus callback?

Is there any callback I can use when Unity gets focus? I.e. when I switch from another application (such as Monodevelop) to the Unity Editor? All I can find is EditorWindow.OnFocus() but this is is for...

View Article


Event System SetSelectedGameObject Error, but code still runs fine.

I'm using the following line of code to change the button selected by the event system when using a game pad:> EventSystem.current.SetSelectedGameObject(level_1); However I'm getting the following...

View Article

Parsing Error

Could you tell me where is the mistake? And error says (47,9) what this is means? public class NumberWizard : MonoBehaviour { // Use this for initialization void Start () { print ("Welcome to Number...

View Article

Game Crashed on start plese Help

I was building game for a long time and now when i try to play it crashed. Please if someone know what could be wrong please help, i was working so hard Initialize engine version: 5.5.0f3...

View Article
Browsing all 7934 articles
Browse latest View live