Whats the error here
**FormatException: Input string was not in the correct format System.UInt64.Parse (System.String s, NumberStyles style, IFormatProvider provider)**
View ArticleError BCE0044 in unity
Hello I have an error in Unity, I'm a noob in javascript. My errors: "Asset/ShootEject.js(46,1): BCE0044: expecting },found 'public'. and: "Asset/ShootEject.js(106,1): BCE0044: expecting EOF, found }'...
View ArticleUnity Activation Problem
Hello guys :) so i have problem activating unity.when i am entering key it opens window "Almost Done" and after that it returns to the activation page where key is required and does nothing. i am using...
View ArticleError with simicolons!! Please help!!
(1,7): UCE0001: ';' expected. Insert a semicolon at the end. and (2,7): UCE0001: ';' expected. Insert a semicolon at the end.
View ArticleI have an error "MissingReferenceException" and i dont know why
So..i creating an score and i works, when i kill the enemy it adds +10 to the score,when i get hit it quits 5 points to it, so everything works properly but i have this error all the time,i know my...
View ArticleUnity Activation Problem
Hello guys :) so i have problem activating unity.when i am entering key it opens window "Almost Done" and after that it returns to the activation page where key is required and does nothing. i am using...
View ArticlePorque ao abrir o Unity 3d ele retorna com esse erro: Moving file failed
Eu utilizo o Ubuntu 17.04 amd64, e só posso abrir o Unity 3D pelo terminal, mas, se não executo o comando: ./unity-editor-2017.2.0xb6Linux/Editor/Unity. Então após executar esse comando o Unity Editor...
View Article"Error CS1729"
error CS1729: The type UnityEngine.Vector3' does not contain a constructor that takes 4 arguments This is my problem, the code : bool IsGrounded() { return...
View ArticleI keep getting an error regarding the Unity Package Manager, and no solution...
I just updated to Unity 2017.2, and every time I try to open a new or existing file, I get this error message after watching a progress bar of 25% sit frozen for ten seconds: Failed to start Unity...
View Articleerror CS1061: Type `WebBrowser' does not contain a definition for...
using UnityEngine; using System.Collections; using SimpleWebBrowser; public class SampleJSQueryHandler : MonoBehaviour { public WebBrowser MainBrowser; void Start() { MainBrowser.OnJSQuery +=...
View ArticleCouldn't find a key match for _gv.Inventory
I have a static class that looks like this.... public static class _gv { public static GameObject Player { get { return GameObject.FindObjectWithTag("Player"); } } public static Inventory Inventory {...
View ArticleTHIS WEIRD ERROR!?
![alt text][1] [1]: /storage/temp/101624-screen-shot-2017-09-10-at-42952-pm.pngusing System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class...
View ArticleSUCCEEDED(hr) and grey captured images?
Hi! i have a simulation that works correctly and fluently when i press play button. The problem appears when i want to capture images of this simulation. I have 3 different cameras in my scene and i...
View Articleerror CS0246: The type or namespace name `PlayerMovement' could not be found....
I'm using photon networking and I'm trying to use this script in my scene, but I get this error. I've tried looking all over the web and I can't find anything about it. I think it is because the new...
View ArticleHi I get these 2 reports when I open the program in Unity What does that mean?
Assets/Scripts/Public/CSVFileTool.cs(5,14): error CS0234: The type or namespace name `Data' does not exist in the namespace `System'. Are you missing `System.Data' assembly reference?...
View Articlec# Randomizing a float but getting error CS0119
I'm trying to randomize a float but i keep getting this error, error CS0119; I've tried different ways but none seem to work. Can anyone help? public float[] values; void Start(){ values = new...
View Articleerror 23 while installing Unity 2017.1
Unity installed on my win 8.1 OS but during the install a error dialog mentioned that I need C++ redistribution libraries but it never mentioned which version of those libraries to obtain. So, which...
View ArticleUnity ads initialize error
I can not find this error on internet in ads context so i will show my problem here. i get this error: > MissingMethodException: Method not> found:> 'UnityEngine.Texture2D.LoadImage'.>...
View Articleerror 983
in monodevelop using System.Collections; using System.Collections.Generic; using UnityEngine; public class variabl : MonoBehaviour { string gameName; "coolnes"; int percent = 50; void OnDisable() {...
View ArticleI'm getting an error o != NULL UnityEditor.DockArea:OnGUI()
I tried to put my 2D unity game on to a flash drive to work on it at school, on the school's unity install. The school's unity version doesn't allow me to use the cloud collab feature I've got at home....
View Article