When I open my game it says "Timed out while fetching user and orgs" Noob sorry.
I'm brand new to this so it wouldn't necessarily break my heart if I completely screwed this up somehow, but whenever I open unity to edit this game it tells me that it's timed out and I need to check...
View ArticleHow Can I de-attach from an object that has been parented to by another object
So i'm currently coding a draughts game, but i'm having troubles dealing with one thing. I have a selector which travels the whole draughts board and if it collides with a white/black piece, it...
View ArticleError stage @username
![alt text][1] The Error is above this sentence [1]: /storage/temp/92549-screen-shot-2017-04-21-at-25620-pm.png using System.Collections; using System.Collections.Generic; using UnityEngine; // add...
View ArticleGameObject Player is a prefab, it can't be spawned. This will cause errors in...
Hello, I am using the default NetworkManager component on an empty GameObject, I have a player prefab set and when I hit Lan Host, it gives me this error: "GameObject Player is a prefab, it can't be...
View ArticleAll Unity-related audio stopped working
I'm not sure what exactly happened. I tried to change the audio mixer during runtime, but suddenly all the Unity audio cut out. Now all of the Unity audio in all of my projects has stopped working. If...
View ArticleUnexpected symbol error
I get this error message: Assets/enemyAI.cs(48,2): error CS1001: Unexpected symbol `}', expecting identifier from this piece of code: void Update() { attacktimer += (1 * Time.deltaTime); patrolTimer +=...
View Articlemy Unity editor 5.6.0 (32 bit) can't be opened
I use Unity version 5.6 32 bit when I open the program appears dialog to open or create new project. But after I open the project does not appear unity editor. But when I check in task manager there is...
View ArticleCS1525 Please help!
so i was working on my code and tried to play my game just to see if it had any errors and i got CS1525 on line 5 where it says public class EemySight : MonoBehavior. heres my code using...
View ArticleWebGL build error Unity 5.5
Hi I can`t run project (local in Firefox and on server too), I get this error Thanks Decompressed Release/WebGL.memgz in 132ms. You can remove this delay if you configure your web server to host files...
View Articleerror log ?
GooglePlayServices.c__AnonStorey5:<>m__8() GooglePlayServices.ResolverVer1_1:DoResolution(PlayServicesSupport, String, OverwriteConfirmation, Action)...
View ArticleFlashlight script help!
I'm new to C# and am aware of many different solutions to my problem, but basically, I was wondering if there is a way to use a flashlight sound for on and a flashlight sound for off when using...
View ArticleThe C# script editor doesnt open.
When I try to open the C# script editor for an ingame object to code it, Unity stops working. The program is still open but I cant click anything, nothing responds thereafter and I never get to the C#...
View ArticleHow do I fix this error
The error is called :NullReferenceException: Object reference not set to an instance of an object CharacterStat.AddStatBonus (System.Collections.Generic.List`1 statBonuses) (at...
View ArticleGreater than or less than if statments
I don't understand why this doesn't work var timer1; var holdtime; if (Input.GetKeyUp(KeyCode.W) && timer1 > holdtime) {} Unity keeps telling me that I cant use this symbol (>) between...
View ArticleWebGL Cardboard VR (GVR) errors
I am trying to build a scene using WebGL with Google GVR viewer script attached to my camera. If I build without the GVR enabled my scene loads in browser, however with the GVR viewer enabled I am...
View Articleandroid building error
Hi, help me plese to solve this error: CommandInvokationFailure: **Unable to list target platforms**. Please make sure the android sdk path is correct. See the Console for more details. C:/Program...
View ArticleError only appears when it builds
I'm building a game now, and its running fine but when I try to build it I get this error:> Assets/Scripts/ReSet.cs(4,7): error> CS0246: The type or namespace name> `UnityEditor' could not be...
View ArticleTrue and False Error @username
In this C harp script I to jump but when the public bool isFalling = true; It stays true but i want it to change to false. How? @username using System.Collections; using System.Collections.Generic;...
View ArticleCustom Shader Giving Unexpected token error for period ' . '
So I was following along with this video and I have the same code as at around the 27th minute, 18th second: https://youtu.be/epixwRw80MM?t=27m18s ![alt text][1] *The above is from the video at the...
View ArticleHow to fix Error CS1525
So, I'm making a script to make a transition effect on a piece of UI, and I get the error cs1525 in the editor, but nothing appears in MonoDevelop. The code is pasted here: using System.Collections;...
View Article