Unity Playing in Editor + Building Code in VIsual Studio Community 2015...
Apologies if this question was already asked and answered. I cannot find an answer for this anywhere. Here is a typical way my Unity Editor freezes: - I press play to play my scene - I build my code in...
View ArticleWhat does Failed setting triangles. Some indices are referencing out of...
When I try to execute my code I get an error Failed setting triangles. Some indices are referencing out of bounds vertices. IndexCount: 123, VertexCount: 33 what does it mean?
View ArticleGame stops responding - NO SOLUTION ?
I have had a few complaints about the program I released, made in unity about 3 months back , because it stops responding for no apparent reason. The time between crashes seems to vary and is not do to...
View ArticleHelp with script
![alt text][1] [1]: /storage/temp/69607-screen-shot-2016-05-07-at-150451.png...
View ArticleDefault Scene not loading
The default scene unity allows by default will not load upon creation of new projects (scene with skybox, directional lighting, etc.) Also the camera is in orthographic mode, how can I fix this (I...
View ArticleHey Guys got stuck with errors CS0103, CS1503, CS1502:
The errors for CS0103: The name forwardInput does not exist in the current context CS1503 : Argument #1 cannot convert object expression to type float CS1502: The best overloaded method match for...
View ArticleUnity on Mac get Error 500 while trying to activate Personal Edition license
Hi everyone, I've just downloaded Unity for Mac. When the splash screen appeared, I've created a new account, then chosen a personal license, then answered to the survey. When I click on OK to activate...
View ArticleUnity 5.3.4f1 + Vuforia 5.5.9 = error
Hi, have a problem when trying to add Vuforia Database package for Unity (it contains the target) Have this 3 errors: 1) Package does not contain valid import settings for:...
View Articlei cant put text into a ui text thru a c# script
I have a problem using this code : using UnityEngine; using System.Collections; using UnityEngine.UI; public class MouseController : MonoBehaviour { public GameObject Crosshair; private RaycastHit...
View ArticleHelp with an error in scripting - extreme newbie
I have an error that I am unable to figure out: rror CS0308: The non-generic method `UnityEngine.GameObject.GetComponent(System.Type)' cannot be used with the type arguments Here is the code giving me...
View ArticleSpaceShooter Tutorial instanced asteroid not taking GameController game...
I've been messing around with this tutorial for some time and I've been stuck on the same spot forever. So I feel that the issue is something I'm just glazing over. Everything was working fine up until...
View ArticleHow do I access scripts
Hello I trying to access two scripts . Im try to access the MyClock Script and the ScoreManager Script from the PlayerPreference Script. I've have type in the codes I need in the PlayerPreference...
View ArticleHow to Avoid splitting Normals on Geometry with blendshapes
I am exporting mesh with blendshapes from Maya to unity, and no matter what export settings I try, I get varying levels of the same problem, my mesh separates, My normals are unlocked, and softened in...
View ArticleWhy unity crashes with my code ?
while (!gameDetails.serverLoaded) { BuildItAddon.BuildItAddon.ShowMessage("Can't join! the server is still loading! trying again!"); Thread.Sleep(3000); } while I have this lines in my code the game...
View ArticleObject reference not set to an instance of an Object C#
Hi guys! I need help with this thing that driving me nuts. There are two scripts, one attached to ballPrefeb called "clickToDestroy.cs" and "activateAnimation.cs" that is attached to character who is...
View ArticleBuild Errors in Android project
I'm getting the following errors when building my project, but it built just fine yesterday, and I don't see how anything I've done would cause it. Any and all help would be greatly appreciated....
View Articleerror CS0713 UnityEngine.MonoBehaviour'. Static classes must derive from object
I've add the static code to the MyClock script and it giving me this error. I need to gain access to MyClock script from PlayerPreference script . The only way I can access my clock is by making the...
View ArticleQuaternion To Matrix conversion failed
Hi,, Getting error like this. Don't know why its coming. Quaternion To Matrix conversion failed because input Quaternion is invalid {nan, nan, nan, nan} l=nan...
View Articleunity3d webgl : INVALID_OPERATION: compressedTexImage2D: Width, height, and...
HI, i am getting this error in the Microsoft IE & Edge browser "INVALID_OPERATION: compressedTexImage2D: Width, height, and offset parameters must be a multiple of 4" my webgl build working on...
View Article