`System.IO.File' does not contain a definition for `ReadAllBytes'?
I have no clue what happened but all of a sudden I get this error that says: `System.IO.File' does not contain a definition for `ReadAllBytes' I don't know why the unity engine is freaking out about...
View ArticleRenderTexture.Create failed: format unsupported
This error shows up when I make a Mac OSX build of a game I am making that utilizes the Render texture feature. It works for a Windows build, but it confuses me on why it is not supported for a Mac...
View ArticleBlack Polygons disrupting Geometry
We developed a car driving simulation and have a annoying problem that we don’t know the origin of. So far it has not been reproducible in a reliable way. See the attached Screenshots. At some point,...
View Article"';' expected. Insert a semicolon in the end" error
I'm a noob in scripts, and I'm getting this error on this script: function Update () { if(Input.GetMouseButtonDown(0)) { bDragging = true; oldPos = transform.position; panOrigin =...
View Articlen object reference is required to access non-static member...
I am a new programmer and I am trying to do this character controller P.S. I am following Youtube video. But I ran into this problem of 'object reference is required to access non-static member...
View ArticleError CS0119 but new keyword was used
I'm connecting to my database with this: IEnumerator ValidateLogin() { WWWForm form = new WWWForm(); form.AddField( "myform_user", formUser ); form.AddField( "myform_pass", formPassword ); //error is...
View Articleunity wont start
as from yesterday august 3 I have been unable to open Unity 5.1.2f. I went as far as resetting my computer back to factory setting and now have this 1460 error message, see picture![alt text][1] [1]:...
View ArticleUI Problems
I am using unity3d UI system and its showing me this error and not displaying my images and buttons. It shows those UI element on play mode and editor but when i runs the game on phone i can't see them...
View ArticleNullReferenceException: Object reference not set to an instance of an object
Hey! I searched in this forum the solving but it seems I'm a unique case. I wrote a script and I want to attach this script to more than one game object. Specifically I have a Chop script and I...
View Articlejava.lang.Error: FATAL EXCEPTION [UnityMain]
java.lang.Error: FATAL EXCEPTION [UnityMain] Unity version : 5.1.1f1 Device model : TCT ALCATEL ONE TOUCH 6030X Device fingerprint: TCT/Diablo/Diablo:4.1.1/JRO03C/vPB6-0:user/release-keys Caused by:...
View Articlejava.lang.Error: FATAL EXCEPTION [FinalizerWatchdogDaemon]
java.lang.Error: FATAL EXCEPTION [FinalizerWatchdogDaemon] Unity version : 5.1.1f1 Device model : samsung unknown Device fingerprint:...
View ArticleHow to resolve UnauthorizedAccessException?
Running Unity 5.1.1f1 I've tried different patcher plugins on the unity store, and each of them keep giving me the same, or similar error. UnauthorizedAccessException: Access to the path...
View Article"Edit Collider" Button Gone
I don't know how this happened, but the "Edit Collider" button on all of my colliders dissapeared, and it is replaced with an "Instance ID" box. Does anyone know of a way to fix this?
View ArticleMissingMethodException: UnityEngine.Debug.DrowRay
Hello; i got this error: MissingMethodException: UnityEngine.Debug.DrowRay Boo.Lang.Runtime.DynamicDispatching.MethodDispatcherFactory.ProduceExtensionDispatcher ()...
View ArticleGUITexture in Unity 5
Hi, I have been following this tutorial to make a 2D mobile game. However, I find a difficulty in scripting for the virtual buttons. The "Character" won't move when I touch the virtual buttons. There...
View ArticleAn object reference is required to acess non-static member.
So I have an array of structs : public LevelInf[] levels; inside of the class "GameInfo" public class GameInfo : MonoBehaviour { which is made static by a child variable public static GameInfo info;...
View ArticleType or namespace not found: Slider
I've used two similar lines of code for two different scripts, but one works and the other doesn't. My slider is the one giving me the error code, but I don't see any differences from the other script....
View ArticleApplication.LoadLevel Error (Possible cause: URL request conditioning went...
Hi, I am currently working on a login function for my apps. When testing it with the correct Username and password, the server responds with status ok and it goes to the content page as intended. Then,...
View ArticleCan't log in to Unity
I downloaded Unity 5.1.2f1 a few days ago, I've had a Unity account for a while, I can log in on the website no problem, but when I open the application and try to log in a red message box pops up...
View ArticleUnity Download Assistant Times (Mac OSX Yosemite)
i recently upgraded to a newer mac, and it has mac osx 10.10.4 and an SSD. ![Specs][1] I wanted to re-install unity (as this is a new computer) and tried the download assistant. This has always worked...
View Article