'Spawn scene object not found 1' Error
I've been following Brackeys MultiplayerFPS tutorial and I've run into an error during [Episode 12][1]. For those of you who haven't seen the tutorial, he implements spawning weapon prefabs when the...
View ArticleFatal error! System out of memory! Unity 3D
I was working in a scene with only some 2d spirtes and recently added a Particle System with one sub emitter with a collision effect. After working and testing it for a few min I always get this fatal...
View ArticleLots of compiler errors I don't know how to fix
I have 2 scripts that have errors I have never encountered before, the first script makes an animated character wander around an object, the errors are occurring in line 7-14 using UnityEngine; using...
View ArticleError uploading assets
I'm getting an error when trying to upload an updated package. It says Error receiving response from server (-1): WebPlayer asset bundles can no longer be built in 5.4. - I'm not trying to build any...
View ArticleTerrain paint tool does not work.
This happens every time. How am I suppose to make any games at all while Unity's terrain brush does not function? This is a common issue I see and no experts have shown a solution or update fix? The...
View Article'UnityEngine.Vector2' does not contain a constructor that takes '1'...
I'm just starting to code in C# and general and I keep on having this compile error and I don't know how to fix it. If any one is able to help that would be very appreciated. :) using UnityEngine;...
View Articlehow to fix cs:108
i am making a game with unity and i came across an error that did not make any sense because it just appeared out of nowhere one time it was just fine but in the morning it said all compile errors must...
View ArticleMissing definitions and script error
This script makes an animated AI wander around a game object, however the console is displaying these errors and i have no idea how to fix them. ![alt text][1] [1]: /storage/temp/81165-capture.png...
View ArticleProblem with Application.LoadLevel
I created a button and want when you click on it with the right mouse button, it leads to another scene. I wrote the following code: using UnityEngine; using System.Collections; public class...
View ArticleError every time I try to download asset?
Hello! This is my first time using Unity. I have unity 5.x and Ive been trying to download my first asset, adventure creator, for the entire day yesterday and when I try to download it, it stops at a...
View ArticleRendering errors on Heightmaps in the standard shader
I am getting strange rendering errors from the hieghtmaps in unity. Things like this ![alt text][1] When it should be looking more like this ![alt text][2] Has anyone run into issues like this and know...
View ArticleCould not build only on Unity Cloud Build with Obfuscator error.
I'm using Unity 5.4.2f1. When build on local (Mac OS X : El Capitan) is no problem for iOS and Android build. But when set to Unity Cloud Build same repository, I got following error log. I set Unity...
View ArticleUnity Error CS1519
using UnityEngine; using System.Collections; public class PlayerController : MonoBehaviour { public float moveSpeed; private Animator anim; // Use this for initialization void Start() anim =...
View ArticleHow to fix a compiler error?
Hi! I tried to enter play mode but a error appeared: "all compilar errors have to be fixed before you can enter play mode". This error appears since i tried to make a script witch should make an...
View ArticleApplication not installed
Hi. Yesterday I was trying to build an update for my Android app. But something went wrong, and now when I'm trying to install a new version on my phone, I have an error "Application not installed"....
View ArticleBuild Crashes - Ambiguous Stack Trace - Please Help
No errors reported in editor, build completes without errors but on launch the build displays the white screen of unity (no logo) and immediately crashes to desktop. While the game is pretty huge, it...
View ArticleHow too fix the CS Compiler Errors 1502 and 1503 and do they all mean
Hey I got these messages that says Assets/Chase.cs(30,48): error CS1502: The best overloaded method match for 'UnityEngine.Transform.Translate(float, float, float. UnityEngine.Space)' has some invalid...
View ArticleNeeds to know meaning of Missing Reference Exception: Object of type...
Hi it's me Richard B. Haley just letting you know that I have this message that says"Missing Reference Exception: The object of type 'AfterburnPhysics' has been destroyed but you are still trying to...
View ArticleI need help with error code: CS0234
**Hi!** I'm following a *[tutorial][1]* (at 5:45 to 7:46) at a game example. Right now im doing the UI. In my version of unity there dosen't seem be an element/object called UI in the heirarchy, but...
View ArticleUnity resetting prefab name when saved
Whenever I rename some of my prefabs (the actual prefabs, not the instances in the scene), their names do not update in the project file window, and when I save the scene, their names are reset to...
View Article