I can not start my unity secion 5 (service not available, try again later)
5.2.4 unity I have every time I start to enter unity says my account and activate unity but I put my mind and tell me (service not available, try again later) not because it tells me that if I have...
View ArticleWhy is clustering and other loadings happen most of the times I open Unity?
When I open Unity, something appears like this ![alt text][1] most of the times. Model rendering and light component doesn't work properly when this happens. I need a solution for this. [1]:...
View ArticleAssets/Editor/ImageEffects/CreaseShadingEditor.cs(8,26): error CS0246:
I just started using Unity 5.3.4f1on Windows 10 today and am getting Assets/Editor/ImageEffects/CreaseShadingEditor.cs(8,26): error CS0246: The type or namespace name `CreaseShading' could not be...
View ArticleC# How to trigger event at certain height (y axis)
I am making a 2d infinite runner game, with enemies spawning at specific heights (y axis). I want a different action to happen when they are destroyed based on their y value. I have tried: if...
View Articleerror CS8025: Parsing error
Please someone re do my code so my red warning will leave! Here is my code: using UnityEngine; using System.Collections; public class GoldPerSec : MonoBehaviour { public UnityEngine.UI.Text gpsDisplay;...
View ArticleHingeJoint2D Input connectedAnchor is { NaN, NaN }. in Editor
Hi, Guys. I am using Unity 5.3.4f1 Personal. Sometimes when i create Hinje Joint 2D, connect it to another RigidBody2D and try to move Anchors with mouse in Scene window it shows me this errors. No...
View ArticleStrange error after upgrading to unity 5.4 beta
I keep getting this error : IsFinite (m_CachedRange.first) && IsFinite (m_CachedRange.second). Can Anyone help me? It piles up a lot as well and I'm afraid it will lower the FPS in my game. I...
View ArticleError CS0103 for no reason
The Unity editor has been giving me this error whenever I try to build my game: "The Name 'UnityEditor' does not exist in the current context" And it's a simple script that quits the game when the...
View Articleerror "not all code paths return a value" in a function
Sorry, because I know this has been asked a hundred times before. But I have no idea why this code is giving me this error, because I cant see any path it could take for it to not return a value......
View ArticleAn Object Reference is Required to Access Non-Static Member
I am trying to make a first-person survival game, but while I was animating the arms I got an error that said "An object reference is required to access non-static member." I see that this is an error...
View ArticleCannot Open Javascript in MonoDevelop
Hello, I am new to Unity3D. I have this little (actually big) problem when I open a Javascript. I cannot use MonoDevelop for JS. Whenever I double click the script, an error pops up, which reads:...
View ArticleIssues With Touch Rotation code
Hello all! I am very new to coding here and am having an issue with a mobile game I am attempting to make... `using UnityEngine; using System.Collections; public class CameraControl : MonoBehaviour {...
View ArticleArray in JS NOT Working with Components?!
I have a Javascript, which is very simple. I get ONE Error that i normally shouldn't get, because i did it like everyone else. var = Component[]; (This is not working, I'll get an error. But if i use...
View ArticleUnity Build does not show any textures or allow movement
I have 2 error messages 1. m_ActiveBlocks[i].locked == 0 UnityEditor.HostView:OnGUI() 2. res UnityEditor.HostView:OnGUI() I deleted objects in the scene and made builds without certain items. Certain...
View Articleerror CS1519: Unexpected symbol `if' in class, struct, or interface member...
using UnityEngine; using System.Collections; public class cube : MonoBehaviour { public float moveSpeed; public rigidbody rb; // Use this for initialization void Start () { moveSpeed = 10f; rb =...
View ArticleError when building game
I keep getting this error in the picture whenever I try to "build & run" a game, does anyone know what this error is and how I can solve it? Thanks in advance.
View Articlemoving file failed
hi! could anyone help me? i have this weird issue when i try to change the color of the text . for some reason i get this error moving file failed and then it gives me this thing where i have to try...
View ArticleHow can i solve this problem about "file isnt in the asset directory" ?
i take an error which is "Ignoring asset refresh of ProjectSettings/AudioManager.asset beacuse the file isnt in the asset directory!" . how can i solve this ?
View ArticleWhy is my destroy platform script now working? NullReferenceException: Object...
using UnityEngine; using System.Collections; public class PlatformDestroyer : MonoBehaviour { public GameObject platformDestructionPoint; // Use this for initialization void Start () {...
View ArticleWhat is wrong with my code?
I was following the survival shooter tutorial on unity's website for their health and damage scripts so I can learn how to do it. So I followed it I understood it until when I completed the scripts I...
View Article