NullReferenceException at call method of script..what is the problem
Hi to all!, well....i work in my first game project.. My game its about towers, and the problem now is when i call a the method "fire/fuego" in one of all prefab created...dont fire and return......
View ArticleFailed to Copy Assembly-CSharp.dll on Script-Compilation
Since using Unity 2018.2 and later versions with my project i often get the error: "Copying assembly from 'Temp/Assembly-CSharp.dll' to 'Library/ScriptAssemblies/Assembly-CSharp.dll' failed". I only...
View ArticleArray of objects works half the time!
Hi all. I'm somewhat new to Unity. Something very strange is happening in my code. For my game, I need a bunch of pie charts that show the opinions of my simulated population. Each pie chart is made up...
View ArticleUnity Game Not Launching.
Whenever I play any game that uses Unity, for example, Secret Laboratory, it gives this ![alt text][1] [1]: /storage/temp/127779-capture.jpg I don't seem to be able to find another case like this. How...
View ArticleAssets/vb_anim.cs(7,14): error CS0535: `vbButton' does not implement...
Hi all, I have a problem with my unity script. I'm trying to make a virtual button so I can rotate my cube. I have an error popping up and I just don't know how to fix this. First I thought it was some...
View ArticleImporting Post Processing Stack didn't clear the errors
Hi everyone. First i imported some rock and boulder assets into the project then I received some compiler error messages from console, so i downloaded and imported PPS.. and the rest is as i mentioned...
View Article"Assertion failed: Error querying default thread scheduling params: 3"
Hey, for whatever reason, I'm receiving this error on one specific project of mine, as soon as I open it. Googling the error doesn't help me, so I'm asking you guys now - maybe (hopefully) someone...
View Articleunable to convert classes into dex format unity error
Hello Guys , i was working on code source after i finish my work i want to build the project but always when i want to build i get this message ( unable to convert classes into dex format unity error )...
View ArticleDllNotFoundException: AirsimWrapper
Dear all, I am just new to unity. I followed the steps stated in: https://github.com/Microsoft/AirSim/tree/master/Unity When I choose my scene as CarDemo, and press the play button I got this error:...
View ArticleRTS/MOBA movement script error,Error in RTS/moba movement script
Hi, I am having an error with a RTS/MOBA movement script. Here is the scipt: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; public class Movement :...
View ArticleCan not run unity, copying file failed
Hey, I´m install unity in my computer and when i run the unity icon, then this table will apear. I have install unity in my laptop and there I have no problems with this. I looking this error in...
View ArticleAdded GoogleMobileAds and now cant build my APP
Hi there I added the GoogleMobileAds package for Unity 2018.2.17f1 and now I can't build my app due to an error that apparently you get for duplicated files but I'm totally lost I don't have any other...
View Articlebutton "w" is not setup error
hello fellow creators, i make games all the time and if i needed a key input i use if(Input.GetKeyDown("w")) and it worked allways fine. in my last project i made a simple playercontroller using this...
View Articlemeta file is missing (over 999!!!) and the editor is barley working
just like that the editor failed on me and started to work real slow and every time i open a a project(any project) it gives 999+ error codes and 999+ warnings. read only asset (path) meta file is...
View ArticleThis value can only be destructed on MainThread!
I've received this error message for a while now and I don't know how to fix it. Usually I can double click it and get redirected to my C# script causing the error or, if that doesn't work, I at least...
View ArticleI dont know why its givvign me error CS0117 It says...
using UnityEngine; using System.Collections; public class MapDisplay : MonoBehaviour { public Renderer textureRender; public void DrawNoiseMap(float[,] noiseMap){ int width = noiseMap.GetLength (0);...
View ArticleUsing Graphics.CopyTexture with Compressed (DXT) textures
Hello, anyone makes Graphics.CopyTexture work with Compressed (DXT) textures? From [Graphics.CopyTexture][1] Compressed texture formats add some restrictions to the CopyTexture with a region variant....
View Articlemy c# variable can't be assigned
I have a script on a prefab, on that script I have a variable. That variable is assigned in the update function, public GameObject MyVar; void Update() { MyVar = GameObject.FindObjectWithTag("MyTag");...
View Articlehello! Im a begginer trying to solve this. OverflowException: Number...
Hello, Im trying to make a candy crush type game, i have the code and i think is ok, but there is this error on my console " , and the only thing i can make in my game is switch the candys, but there...
View ArticleI need HELP with my scrpit ;-; (several mistakes and I'm lost)
Hello, I need help (I'm a beginner) I'm having some problems with my scripts ... several errors are showing up and I do not know how to solve !! the errors are: Assets/DENOVO SCRIPTS/again 3x.cs(5,14):...
View Article