connect EHOSTUNREACH - Error, trying to set up Unity Cloud Build
Hello dear community, i just recently installed a GitServer using Atlassian's tool ["Bitbucket Server"][1]. All configuration is set to default, although I have a custom domain through witch I connect...
View ArticleIssues with disabling a component
I don't know why but i can't disable a unity component. Can someone help me? In the console it says: The type or namespace name `MouseOrbit' could not be found. Are you missing an assembly reference?...
View ArticleApplication does not run on Samsung wearable device (Gear Device) build with...
Hi, I am building an application using Unity for Samsung Wearable S3 device. Tizen version of the device is 2.3.1. I have generated the .tpk from Unity and install the same on S3 tizen device using...
View ArticleNullReferenceException error with dreamlo
Hello everyone. I hope you all are fine when reading this. I'm having some difficulties using dreamlo. When I attempt to upload the new highscore, it shows this error. NullReferenceException: Object...
View ArticleCan't export to webGL
I have a game I'm building and I was exporting it to webGL and the computer crashed while "Converting Managed Assemblies to C++" ever since I restarted (2 times) it now gives me a random error, see...
View ArticlePLEASE help, the Anim.SetBool or Anim.SetFloat s are sending tons of errors!
hi, i need help with fixing this, i dont know whats going on, about 1 or 2 months i was using the same script and having animators running well, but now i turned the (UseAnimator) variable "on" in...
View ArticleCoding Errors
I have been trying to use this code from another question on Unity community to make my charector controller stick to platforms. I am getting compile errors so cant use it, I would ask on the actual...
View ArticleKeyNotFoundException: The given key was not present in the dictionary.
i have no Idea what is going on. It was working perfectly fine then I added a few more achievements and now i get the error. Please help I've spent hours on this problem and I'm really not sure what to...
View ArticleError "Input Axis Vertical is not set up"
I'm taking a tutorial for an Enemy Kills Player Tutorial. I've looked through my script multiple times and this is the only error that shows up. It lets me play the game, but the controller itself...
View ArticleHow to to fix error UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32)
I get this error Screen position out of view frustum (screen pos 50.664062, 275.375000) (Camera rect 0 0 418 309) UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32) When i switch weapons in my scene
View ArticleCannot convert String to int
This is the script: using UnityEngine; using System; public class DataTranslator : MonoBehaviour { private static string KILL_SYMBOL = "[KILLS]"; private static string DEATHS_SYMBOL = "[DEATHS]";...
View ArticleFailed to spawn server object, assetid=...
I can't find an answer that works for me for this error. I've spent days and just can't figure it out. I'm trying to make a multiplayer project, and it works to an extent, but when i spawn an object...
View ArticleNo Ads working !
Hello everyone,my problem is that no ads is working in my game no admob no unity ads. I tried admob everything possible and in editor in debug log it says that ads are loaded but in game nothing shows...
View ArticleUnity game crashes when build but not in editor
I'm working on a game. I have 30 levels. I spawn a level and destroy the old level at the end of each level. level 0 till 20 works perfect but after that it crashes when it loads the next level. all...
View Articleerror CS1061 when there shoulnd't be
Ok, here's the deal: Here is the first version of my code: NormalCube OtherScript = WhatUp.GetComponent(typeof(NormalCube)) as NormalCube; Debug.Log(OtherScript.UnderCursor); WhatUp is a variable which...
View ArticleUnexpected symbol 'void' and Parsing error
Hello I am having trouble with a bit of code and void is underlined in red and I am getting the parsing error on unity console void Start() Void Awake(); using UnityEngine; using UnityEngine; using...
View ArticleDAMN ERROR!!!!
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Shooting : MonoBehaviour { public float fireRate = 0; public float Damage = 10; public LayerMask notToHit;...
View Articleunity3d google play error [DF-RPC-01]
Hello developers. * I am developing android mobile game. now I am integrating unity-IAP with unity3d. * I am trying to test google paly purchases using google resperved product Id :...
View ArticleI can install Unity, but when launching for the first time the process...
Hi all! I can install the current version of Unity on my Windows 7 computer. It says it's successful. I launch the program and then gets stuck on the "Sign In" before I even get to the license screen....
View Article