The type or namespace name x could not be found...
I do understand that many people have posted about this, but none of the answers have helped D: I am basically trying to get information from an Input Field into a C# script so that the script can use...
View ArticleUnity Crashes On Startup
I've got a big problem here. We're releasing on Steam in less than a month and Unity keeps corrupting my projects. I've tried countless fixes, multiple reinstalls and other ideas I thought might help,...
View Article4 C# errors Endless Runner
Hy I got 4 Errors and I can't find the problem I'm new and following this tutorial: https://www.youtube.com/watch?v=YOLpjdcBtpA These are the errors I hope someone can help me:...
View ArticleFailed to add the asset file size for resources.resource...
Hi guys i am making project in unity but with Leap Motion Controller and when i try to build the project it shows me that errors ![alt text][1] The marked error crashes my project and i dont know how...
View ArticleUnity Web Player not installing
So I've been trying to update the Unity Web Player by running the new installer, but I've been having an issue where the program stalls during the install phase. When I look at the details this is what...
View Articleerror CS0234 in standard assets, i am unable to compile
Following is the error: Assets/Standard Assets/Utility/ForcedReset.cs(3,19): error CS0234: The type or namespace name `SceneManagement' does not exist in the namespace `UnityEngine'. Are you missing an...
View Articlewhat does 'input_begin
I have a project.The project has a scene I want to switch more than two maps. I build a new scene and use the first scene save scene as...this.So I have two same scene. Only two different lighting...
View ArticleFailed to re-package resources using everyplay plugin and google play plugin...
i keep getting this error. i built the game with the every play working perfectly, its recording, playing back and the every play console opens but after i added the google play plugin i started...
View ArticleWhy can't some of my scripts see other scripts or namespaces?
I'm creating a custom editor for an item system, and for some reason, some of my scripts cannot access other scripts or namespaces. What would be causing this? // This script can access any other...
View ArticleES2 Can't save Dictionary
Hello! I'm not 100% sure if I should post here about this. Please tell me if that's the case. I have a problem with the [Easy Save asset](https://www.assetstore.unity3d.com/en/#!/content/768) from the...
View ArticleNAT target not connected to NAT facilitator 67.225.180.24:50005
Here's my script: #pragma strict var title : GameObject; var main : GameObject; var connectingIP1 : UI.Text; var connectingIP2 : UI.Text; var connectingIP3 : UI.Text; var connectingIP4 : UI.Text; var...
View Articleweird false cs0103 error in monodevelop
Not exactly sure why, but all of a sudden when I use a line like StartCoroutine("blablaFunction"); in monodevelop it becomes red, and when i hover over it, i get error CS0103, "StartCoroutine' does not...
View Articleit says i have a parsing error but i am sure i have closed brackets
here is my code public class targeting : MonoBehaviour { public List targets; public Transform selectedTarget; private Transform myTransform; // Use this for initialization void Start () { targets =...
View ArticleStandard Assets Error, please help me!!
I download a standard asset in Asset store called "Standard Assets for Unity 4.6", and my unity version is 5.3.0. Why i import 2D folder of the packages, unity occured a error: (1).Broken text PPtr in...
View ArticleExport to Windows 10 Universal App error
Every time I try to build to Windows 10, there is an issue when I load the project. The main game folder always cannot load the project and if I try to manually add it, I get a null object reference...
View ArticleError android build
Hi, This is my problem: I add the AdMob in my game in Unity 5 and now i can“t build the game. https://gyazo.com/f73adc35607673ba0e8b297b630b0b88
View Article"Animation state could not be played because it was not found"
I have a java script that is supposed to make a gameobject appear and play an animation when you collide with a trigger, but i always get the error "Animation state could not be played because it was...
View Articleim getting this error: NullReferenceException: Object reference not set to an...
i have been looking for a solution for 2 hours now, i hope some of you guys can help me. the error message: NullReferenceException: Object reference not set to an instance of an object Item.Start ()...
View ArticleAdMob iOS and Android
Hi I am trying to get admob to work for ios and android. Has anyone had luck with integrating both? I have tried and having issues. Any good guides out there? I have done the following: Following this...
View ArticleHas the Reflection Probe Issue from 5.2 been fixed?
Hi, I'm on 5.2.1 and am having an issue with reflection probes reflecting on all objects, regardless if their mesh's reflection probe setting is set to off. You can see from the image below that the...
View Article