Build failed. Method not found?
Build failed. Method not found: 'Int32 System.Environment.get_CurrentManagedThreadId()'. Build: 1 error, 0 warnings' What does this mean? It is the error I get with this script: using UnityEngine;...
View ArticleError cannot be an iterator block
So I ran into this error in my update function and I have no idea what it means, or what happened. It seemed to happen when I added my pause to my if statement. Here's the error... error CS1624: The...
View Article"Infinity or nan floating point numbers appear when calculating matrices for...
We are seeing a ton of these errors in our log but we have no idea how to reproduce them and there's no information to be found online as to what this error means. Unity support please help us!!!
View ArticleUnity always gives me errors
When i write a script no matter what it always says unexpected symbol or parsing error or both but when i remove the symbol it says expecting symbol and the process repeats i tried a different script...
View ArticleCS1519 HELP
![alt text][1] [1]: /storage/temp/48580-capture.jpg using UnityEngine; using System.Collections; public class EnemyController : MonoBehaviour { NavMeshAgent nav; Transform player; Animator controller;...
View ArticleHelp with a building system.
I have this error due to the package in using works on unity 4 but not unity 5 here is the script /* * Advanced Building System - nDev Studio * Version 1.1 * */ using UnityEngine; using...
View ArticleI'm trying to assign a public collider to some trigger events, but i keep...
This is what i have so far, but i keep getting the error message "'GroundDetector.GroundCollider' is a 'field' but a 'type' was expected." All i'm trying to do is to set the public Collider to the...
View ArticleWebGL error ... how to make use of message
When I play my WebGL project I get an error when I try to click or otherwise select an object with mouse or keyboard. So I get this large chunk of info about my build.js file. How can I translate this...
View ArticleBCE0023: No appropriate version of 'UnityEngine.Object.Instantiate' for the...
i get the BCE0023 error and i cant find out why //Variables var ammo : int = 100; var fireRate : float = 0.0; var Effect : Transform; var TheDammage = 100; var muzzelflash : GameObject; var...
View ArticleError building Player: Exception: Failed to run assembly converter with...
Error while building wp 8 game : Error building Player: Exception: Failed to run assembly converter with command line -platform=wp80 "Temp/StagingArea\Assembly-CSharp-firstpass.dll"...
View ArticleAnimation window errors in unity 5.1.0f3
We were editing the sprite renderer to enable and disable within the animation window. As a result we kept getting this error: ![alt text][1] [1]:...
View ArticleI need help with an error.
Please help me solve this it keeps popping up and its annoying Error: Unhandled Exception: System.UnauthorizedAccessException: Access to the path "C:\Users\TacticsTV\Documents\Advanced...
View ArticleError I don't understand
I was trying to make a bar's x coordinate be the same as the x coordinate of the mouse, and I made a script to do it. My problem is that for some reason it keeps giving this error every time I test:...
View Articleerror CS1525 unexpected symbol '}'
Hi, So i am trying to create a 2D game in which my character only needs the ability to jump. I am trying to accomplish this without using any of the Unity downloadable assets or addons. I created a...
View ArticleI need to clear this error before doing any more work. I dont know what went...
I was trying to create a script, but it wasnt working out so well so I scrapped it after many error messages saying my script was wrong. so after i deleted it and took it off my model and tried to do...
View ArticleFAILED(hr) SUCCEEDED(hr)
I just started getting these errors out of nowhere on code that has been running forever. I cannot get any additional information as double clicking on the errors shows nothing. And it just showed up...
View ArticleCS1525 "Public" Error on Float
Hello! I am playing around with the start of a C# script that will change a UI image based on a float that is changed based on a user input. I havn't played with Unity in a very long time, last time I...
View ArticleI have a weird error message i don't understand
Assets/BallControl.js(9,30): BCE0024: The type 'UnityEngine.Rigidbody' does not have a visible constructor that matches the argument list '(UnityEngine.Vector3)'. what does that mean?
View ArticleError that I can't find in my code
I used a guide video to make this and the Error is: **Assets/Scripts/Player/PlayerMovement.cs(42,26): error CS1525: Unexpected symbol `RaycastHit'** Heres my code: using UnityEngine; public class...
View Article