Undiagnosed Graphical Glitch in 3D Viewport
It's my problem in the picture, please help. ![alt text][1] [1]: /storage/temp/83539-screenshot-1.jpg
View ArticleInvalidCastException: Cannot cast from source type to destination type.
I'm having a huge issue, as a unity noob i've looked over the already completed answers but I have no idea how to apply what fixes they've found to what I'm doing. This is my code using UnityEngine;...
View ArticleColored bar on right side while using Oculus Multi Monitor
I have just built a unity Oculus VR simulation project and I noticed that on the right hand side there was a white bar on the main display (which is not visible on the Oculus). I couldn't find anything...
View ArticleError when using NetworkServer.SpawnWithClientAuthority()
I'm probably just doing something wrong here, but i can't figure this out. Whenever i try to spawn an object with client authority using a network connection reference, regardless of how i got the...
View Article*Solved* Loop instantiating objects causes my Unity Editor to crash
*Solved: Didn't proofread my for loop enough times Hi everyone, I have been looking for a solution to this, or even an explanation to the cause of my problem for a while now. When I run the following...
View Articleclip plane for arbitrary surface shaders
i need the clipping plane to be arbitrary, so I can't just use the near-clip. (similar to technique used in simulating planer reflection). I've seen simple techniques, where people have written a...
View ArticleCommandInvokationFailure: Failed to re-package resources.
Hello. I'm using admob and google play services. Whenever I use admob and google play services SEPARATELY, they work fine. However when I try to add them both to my project I get this;...
View ArticleRigidbody.AddRelativeTorque (Vector3.back * rotation);
Iam not able to complete this code . It is showing an error like An instance of type 'UnityEngine.Rigidbody' is required to access non static member 'AddRelativeTorque' . (BCE0020) . please help me how...
View ArticleNameSpace Error EnemyHealth Cant Access Other Script.
Hey guys I'm fairly new to unity and was working on a project for school and came across this error The Type or namespace name 'EnemyHealth' could not be found(are you missing a using directive or an...
View ArticlePrefabUtility does not exist?
I am having a issue where every time I try exporting my game it gives me the error that my saving game code for saving a prefab does not exist in the current context. Help?
View Articletrying to make a scare jump triggr but i get this error code
i tried lots of answers on here but i couldn't fix it the problem seems to be that i was following a tutorial from an older version of unity the functions seem to be changed in new patches of the...
View ArticleI cant figure out why my array is causing the error 'System.Type' does not...
// JavaScript //my array of spawn point values var A1 = Vector3(20,0.05,0); var A2 = Vector3(20,0.05,-5); var A3 = Vector3(20,0.05,-10); var B1 = Vector3(25,0.05,0); var B2 = Vector3(25,0.05,-5); var...
View ArticleInvalidCastException: Cannot cast from source type to destination type.
Hello all, I have been reading to find the answer for this error for hours now, and no luck. I am getting this error when trying to cast binary stream to array. I would normally look for solutions...
View ArticleEllo, i'm new to unity but I keep getting this error in my script?
using UnityEngine; using System.Collections; public class character : MonoBehaviour { //movement variables public float maxspeed; Rigidbody2D myRB; Animator myAnim; bool facingRight // Use this for...
View ArticleOperator `+' cannot be applied to operands of type `UnityEngine.Vector3' and...
Simple but out of my head, (Much noob) What's with this error, I know what it means, but I don't know where I am wrong: spriteBound = gameObject.GetComponent().sprite.bounds; vector3 upperLeft =...
View ArticleUnity script deep of field error
Hello in the standard assests there are some scripts that you can't add, cause of some "errors" (I think). could Anyone tell what 's "wrong"? (error line 60, 61, I'm using unity 5.3) thanks. using...
View ArticleUnexpected collaboration script errors after migrating to Unity 5.5
After migrating to the new Unity 5.5, my team member published new changes. When I updated these new changes I get really weird erros. E.g. I am calling method of some class which doesn't exist but my...
View ArticleWhat is abort(127)?
Whenever I load scene 8 in my browser (using WebGL). I get this error: An error occurred running the Unity content on this page. See your browser's JavaScript console for more info. The error was:...
View ArticlePlease Help "error CS1525: Unexpected symbol `void'''
I'm new to C# :) I cant speak wery well english because ı'm Turkish :P I can't start my game Unity3D says "All complier error have to be fixed" My codes: using System.Collections; using System; using...
View ArticleonClick.AddListener IndexOutOfRangeException error and listener not seen in...
I am trying to make a simple system where a player can warp to any nearby warp pad. I am able to properly get all warp pads (layermask'ed) within the wanted distance, and properly instantiate and...
View Article