Error: gui window tries to begin rendering while something else has not...
This error appears every time I switch bewteen platforms. I found a solution [here][1] [1]:...
View ArticleInput manager cross platform
Hello, I am trying to make input manager for my game unable to success ye :( I am getting numbers of mind stroking **errors and bugs** which i cannot describe here. i just want know that is there any...
View Articleerror CS1061 anybody might help me?
hey guys ! In my game (fps) I got that error: "Assets/Scripts/MenuManager.cs(54,53): error CS1061: Type `MultiplayerManager' does not contain a definition for `StartServer' and no extension method...
View ArticleAn instance of type 'UnityEngine.Component' is required to access non static...
So I am sure its something simple I am doing wrong but I get that error for each one of these lines var controller : CharacterController = GetComponent(CharacterController); var fwd : Vector3 =...
View ArticleiOS (8) - sporadic microphone.start failure.
Hi All - this is pretty similar to [this question][1], but a bit different so I'm starting a new thread. when using Microphone.start() with pretty standard options on various iOS 8 iPads, I *sometimes*...
View ArticleError Building Player: 'aapt.exe' Win32Exception
Please help me, I'm unable to Build any Android game. Sick of this error cos I tried everything on the internet and still doesn't work! I'm SDK Tools are updated too!> Error building Player:...
View Articleerror CS0019: Operator `>' cannot be applied to operands of type...
**Hello everyone!I am troubled with a script i get an error message error CS0019: Operator `>' cannot be applied to operands of type `UnityEngine.Vector3' and `int' Here is the script!Please help...
View Articleerror CS0119
So I'm really super new to C# and Unity, but hey, everyone needs to start somewhere right? Anyway, where in the following script is the error? Error message: "error CS0119: Expression denotes a `type',...
View ArticleNullReferenceException: Object reference not set to an instance of an object
I keep getting this error from my script, its not effecting the gameplay at all as far as i know, however it is getting annoying seeing it in the console every time i test using UnityEngine; using...
View Article[UNSOLVED] Object reference not set to an instance of an object
Hello! I've got the code below run in tandem with some VERY specific naming schemes, and I'm trying to find the GameObject directly next to it (if it's a horizontal piece, then above and below,...
View ArticleHow can I get more information about this error: "The classes in the module...
My code compiles without error, but when I try and run my app in the editor, I'm "All compiler errors have to be fixed before you can enter playmode!" The only error in the console is this: >...
View ArticleSublime Text 3 Not Opening for Errors
My External Editor Args are: "$(File)":$(Line) Running Unity 4.6.1f1 Sublime Text 3 is not opening when I double-click on error messages in Unity. It only opens when I open files through Unity. Does...
View ArticleUnity 4.6 UI onClick listener doesn't work
Hello. Whenever I try to add a listener to a button it just gives me an error: > Assets/test.cs(14,32): error CS1061:> Type `Button' does not contain a definition for `onClick' and no>...
View ArticleHow to rotate an object and make it to follow another gameobject?
I have a boy in my 2D game. He needs to take a separately standing gun and the gun has to follow him during the game untill he takes another one. The problem is that the gun is standing under 90'angle...
View Articlecompilation failed because the compiler couldnt be executed!
compilation failed because the compiler couldnt be executed! Could not start compilationWin32Exception: ApplicationName='"C:/Program Files (x86)/Unity/Editor/Data/Mono\bin\mono.exe"',...
View ArticleHow to fix Unity compiler error when building WP8.1 game?
I made an adaption of the Roll-a-Ball tutorial game into a WP8.1 (windows phone 8.1) game. Upon attempting to build the game: I got this error: Could not start compilationException:...
View ArticleI am getting this error, why?
The error reads - **FirstPersonController.cs(5,14): error CS0101: The namespace `global::' already contains a definition for `FirstPersonController'** I only got this error after adding the crouching...
View ArticleNullReferenceException error in an array of objects
**I can't understand why this post was closed for "duplicate question" .-. I don't see the other question, where is it?** Hi, I have a problem with a script. [...] void CleanCubes (){ GameObject[]...
View Articlecs8025 Parsing Error
I just began learning how to use Unity today with a course on Udemy. I did exactly as the person did (using Gui to make a cube move) when coding but I keep getting the same error. This is my first time...
View ArticleNullReferenceException error in an array of objects
I don't understand why they closed my question a few hours ago, anyway, I will try to repost it, and if there is any problem, please be more specific so that I could understand why my question was...
View Article