Extremely Confused about these errors
Hello, I am a complete beginner. I downloaded a Free_Rocks package from the asset store. i added a few rocks to my world and then was prompted by these 4 errors that I can not get rid of. I went...
View ArticleInterstitial ads is not showing
Hi, I'm trying to make admobs interstitial ads work. This is the script that calls it, and when it calls GoogleMobilAdsDemoScript.Instance.ShowInterstitial(); the debug.Logerror says "Worked" which...
View ArticleMissing Reference Exception: The variable FOO of BAR doesn't exist anymore.
I have a basic scene with a 2D Rigidbody sprite and a controller script. When I run my scene, I get the titled error, which makes one think the object is not assigned to the script in the inspector;...
View ArticleNeed help with so unity error
Hello Guys. I install unity on my f drive. and now i get this error Can't set nonexistent playback engine directory 'C:\Program Files\Unity\Editor\Data\PlaybackEngines\LinuxStandaloneSupport'...
View ArticleHow to use a script on multiple gameobjects, then change a variable for one...
So i'm making a 2d Shooter game with C#. and i've made multiple guns (for example a handgun and an assault rifle) , i attached the same script on both of these guns , and they both have the same...
View ArticleArray index is out of range?
I'm trying to use a first person controller for a survival game but I keep getting the error "IndexOutOfRangeException: Array index is out of range," I don't really know what this means but here's my...
View ArticleUnityException: Transform Child Out of Bounds
I'm getting an error, Transform child out of bounds, that stops working after the line of code that doesn't work. "if (hand.GetChild(weaponSelection).GetComponent().weaponID == weaponID)" I tried...
View ArticleMonodevelop not responding on newly created scripts
Tested this on 2 different projects and happened on both. I can open monodevelop and edit/save already created scripts, but if I try to create a new script via unity and edit it on monodevelop (either...
View ArticleWhat is Linense Timeout and how do i fix it?
umm when i sign in it says license timeout error every sigle time i just dont get it
View ArticleHow do I; when building, make Unity ignore .net asembly referencing the...
My dll references the UnityEditor, and contains code which is used to draw an editor windows using custom controls etc. It works fine in the Unity engine. I can use my Editor Window without error....
View ArticleI need help with a error: APIUpdaterRuntimeServices
Hello i need your help. Do you know how can i fix this error: Video(please watch the video, i show the error.): https://www.youtube.com/watch?v=JY2WbA-rm78 Here are the code:...
View ArticleShader compiler error - failed to read correct magic number
I recently upgraded to a new laptop, but have been having issues when it comes time to build. About halfway through the build process, my computer locks up, and when it recovers it spews out a bunch of...
View ArticleProblem by an error
error CS0117: `UnityEngine.Texture2D' does not contain a definition for `blackTexture' the error coming from : Assets/GooglePlayGames/ISocialPlatform/PlayGamesUserProfile.cs(146,40): error CS0117:...
View ArticleError occurs in Compilation
Causing error : Assets/GooglePlayGames/ISocialPlatform/PlayGamesUserProfile.cs(146,40): error CS0117: `UnityEngine.Texture2D' does not contain a definition for `blackTexture' i am trying to plugin...
View ArticleI have this stupid thing called parsing error cs8025 on my GunShot Script
Hi my name is Richard Haley and Ive been having trouble getting rid of the parsing error cs8025 some please please please help me out my script is right here and here is what it is: using UnityEngine;...
View ArticleI have this stupid thing called Parsing error cs8025 on my GunShot script and...
On my script it says Assets/Scripts/Scripts/GunShot.cs(16,1): error CS8025: Parsing error here is my script 1 using UnityEngine; 2 using System.Collections; 3 4 public class GunShot : MonoBehaviour { 5...
View ArticleIt seems that Unity 5.4.1 has bug !!!
Good morning, my doubt is following'm using Unity 5.4.1f (64 -BIT) I am using function "SceneManagement.LoadScene" but the problem is that does not load next scene !!! I wore old "Application.LoadLeve"...
View ArticleProblem importing 3D Model
Hi everyone, i'm new in Unity, and i have a big problem when I import my 3D model. I don“t know why, but this .obj model appears like this (see image) when I add the model, like a child with the...
View ArticleHow do i fix this error? Error CS1502 CS1503
Assets/Scripts/PlayerController.cs(17,83): error CS1502: The best overloaded method match for UnityEngine.Vector3.Vector3(float, float, float)' has some invalid arguments...
View ArticleError CS0029 Help? (Screenshot of Exact Error)
using UnityEngine; using System.Collections; public class ChangeMaterial : MonoBehaviour { private Renderer rend; private Shader differentShader; public int[,] materials = new int...
View Article