unity launcher greyed out.
i cannot run unity. since i upgraded from v4.x.x to v5.x.x laucher is just greyed out window: just a bar on top with lone red-x-close-button and grey. just grey. i managed to run editor by opening one...
View ArticleBuilding WebGL compiles but when I open the webpage I get error occured of...
Recently installed Unity 5.1 and had a project from 4.5 which I upgraded to use in 5.1, fixed some issues with the changes and then built as WebGL which compiled and worked. When I opened up the...
View ArticleWhy Do I keep Getting An Infinite Loop? Speech Dialogue
Hi Everyone, I am trying to use the legacy textfield function to do dialogue in my 3D game. I have the npc set to Trigger, as I collide with it, but I am trying to have a Do While Loop where when I...
View Articleerror CS0118 'charanim.CameraTurn' is a field but a 'type' was 'expected'
i just wanted to know whats causing the problem such that compiler is not able to accept it and whats the mistake so that i can fix it. here is the code.. using UnityEngine; using System; using...
View ArticleMoving a UI image by script
Hey Right now I'm creating a menu using Unity and the UI system from 4.6. Basically I'm trying to make it so that if I press down then a certain image will move down to a specified position and if I...
View ArticleHelp i get this error Assets/MouseManager.cs(11,20): error CS1525: Unexpected...
using UnityEngine; using System.Collections; public class MouseManager : MonoBehaviour { void Update() { if( Input.GetMouseButtonDown (0) // We clicked, but on what? {Vector3 mouseWorldPos3D =...
View ArticleSQL connection problem
Hi, created database for my unity project, and I can easy connect to that db through visual studio but in unity with exactly the same code the unity raise an error: System.Data.SqlClient.SqlException:...
View ArticleThe Blacksmith Characters
Is the black smith characters compatible with third person controllers? I've changed the challenger rig to humanoid and no animation works. Also, the Parent gameobject is very awkward positioning...
View ArticleCode works in unity but throws errors in iOS.
I've got this code, which works perfectly fine in Unity Editor on Mac. It's speech recognition (STT) with a plugin from AT&T which apparently is suppose to work with iOS and android. // Use this...
View ArticleCS1513 and CS1022 problem
Heya guys, I got a problem while i'm trying to do an "Random animation while idle", here's the code: using UnityEngine; using System.Collections; public class RandomIdle : MonoBehaviour { // Use this...
View ArticleWhy is it giving me a unexpected token error on line 26,1 : . when i have no...
#pragma strict var rotationSpeed = 100; var JumpHeight = 8; private var isFalling = false; function Update () { //Handle Ball Rotation var rotation : float =Input.GetAxis ("Horizontal")* rotationSpeed;...
View ArticleThe nested type 'Range' does not exist in the type 'UnityEngine.Random'
When I booted up Unity Editor this morning, I got these new Compiler errors which were not there previously. **Assets/Scripts/SpawnManager.cs(103,50): error CS0426: The nested type 'Range' does not...
View ArticleDetect any unhandled exception
I am creating a interactive application using Unity, which will be on public display. The application will run for 12+ hours a day, with little to no oversight. So my application have to handle all...
View ArticleArgumentOutOfRangeException: Argument is out of range. Parameter name: index
That error really like an annoying kid. First I tried public string[] debugstrings; and when I do this; debugtext.text = debugstrings[1]; I want to delete first element of array. But why I don't know...
View ArticleThe name does not exist in the current context
I am new to unity as well as c# and heres a problem im getting from a long time. here is my code and there some problem with 'CameraTurn' using UnityEngine; using System; using System.Collections;...
View ArticleUnity Cloud Build: [Unity] Error: Cannot create FMOD::Sound instance for...
We are currently testing out the Unity Cloud Build system to determine whether or not it is worth it for the company to obtain an Enterprise version. Most of the time, there are no major error...
View ArticleObject reference not set to an instance of an object (c#)
The problem is on line 20 but as I have little knowledge on scripting i'm not sure what the problem is. using UnityEngine; using System.Collections; public class DestroyScript : MonoBehaviour { public...
View ArticleGetting NullReferenceExeption using dreamlo
Hey, I am working on my first game and have encountered an issue using the dreamlo scoreboard asset. It is basically a simple leaderboard system working using only HTTP GET requests, and no PhP/SQL....
View ArticleError - An Object Reference is Required to Access Non-Static Member
Please halp me fix this..."GameController.AddScore()" using UnityEngine; using System.Collections; public class DestroyScript : MonoBehaviour{ public GameController gc; public GameObject Explosion;...
View Articlecompiling scripts hold on + DirectoryNotFoundException
During one of my sessions using unity I occidentally moved a folder inside of another one, the programmed asked if I was sure I wanted to move it. I clicked cancel, then was bombarded with errors. I...
View Article