Unity Error: Only assignment, call, increment, decrement, and new object...
This script (ShortRange tower bullet) acquires the monster component of another script (MonsterScript) and takes its health by the amount of damage this bullet does. The bullet is a public float. The...
View ArticleNeed to recompile my project :( Please help!
I recently deleted my project files thinking it was an old version and managed to recover it through EaseUS, When i got the files back they wont open in unity and i got all these other folders. Is...
View ArticleAABB Error, attached Log fragments.
![alt text][1] [1]: /storage/temp/52433-errors.png ---------- Quaternion To Matrix conversion failed because input Quaternion is invalid {1.#QNAN0, 1.#QNAN0, 1.#QNAN0, 1.#QNAN0} l=1.#QNAN0 (Filename:...
View ArticleCan't export apk! (unity android-facebook)
So i have this game that uses both facebook sdk and this one https://github.com/googleads/googleads-mobile-plugins/tree/master/unity (to incorporate google admob) I try to export an apk of a demo scene...
View ArticleWebGL - too much recursion browser error!
Hello, So many developers like myself keep bumping into this browser error when using IEnumerator and yield return in firefox. My current project relies on such functions every now and then. No one has...
View ArticlePhoton Networking UnityException! Urgent Help Needed!!!!
I've been using photon networking for a long time but now its starting to give me an error which stops me from connecting to rooms/servers/etc. I've tryed many things like deleting and reimporting...
View Article(15,17): error CS0029: Cannot implicitly convert type float' to PlayerShooting'
Assets/RapidFireTrigger.cs(15,17): error CS0029: Cannot implicitly convert type `float' to `PlayerShooting' i am trying to change a float in another script with this script and this error continues to...
View ArticlePurple textures problem
![alt text][1] PLease help me people, some of unity textures and materials are turning purple! not all. So, like you see in pctures, when I change the smoothness it back to the normal. What is going on...
View ArticleUnity error
Hey, Unity 5.0.2 was working fine until I updated windows 10, The scene I made doesn't open and it gives me this error 'You are trying to import an asset which contains a global game manager. This is...
View Article[C#] Not all code paths return a value
Hey there, So I'm working on some random dungeon-gen, and up until now it's being going great. I am getting the error *Not all code paths return a value* I looked into the error, tweaked my code a...
View ArticleObject reference not set to an instance of an object
Hello, I have this error kind of error: "NullReferenceException: Object reference not set to an instance of an object FloatingText.OnGUI () (at Assets/Scripts/FloatingText.cs:38)" I know that it means...
View ArticleParsing Error need help
need help! Assets/My Assets/DayNightController.cs(266,1): error CS8025: Parsing error using UnityEngine; using System.Collections; public class DayNightController : MonoBehaviour { /// number of...
View Articlehow to stop unity from deleting my projects?
Please , this is serious Since the new 5.0.1 update, here are some of the projects I lost A WipeOut clone GONE My failed racing game, GONE my successful racing game just ready to be uploaded TOAST...
View ArticleI'm building PacMan game by tutorial and getting error: `Property collider2D...
public float speed = 0.4f; Vector2 destination = Vector2.zero; // Use this for initialization void Start () { destination = transform.position; } // Update is called once per frame void FixedUpdate ()...
View ArticleUnity 5.1.2f1 Compile Bug?
Hello everyone. I have been working on a 2D Android game for about a couple of months now. Everything has gone smoothly and no errors have occurred except a few NGUI warnings. The game is a block...
View ArticleAssets/Scripts/PlayerControl.cs(4,21): error CS8025: Parsing error
![alt text][1] [1]: /storage/temp/52605-screenshot-1.png
View ArticleToon/Lit Outline shaders broken in build by adding Screen Space - Camera Canvas
I'm using the Toon/Lit Outline shaders from the Standard Assets package and they work great until my latest build (Standalone Windows x86) where when I run the game I get the error : "Shader 'Toon/Lit...
View ArticleCompiler Error, Cannot Go Into Playmode
Usually when there is an error in the console it's red, but for some reason the error is yellow with an ! . When I double click on the error it highlights my Main Camera in yellow. When I reopened...
View ArticleError 127 on loading game in browser
I’m working on project but every time I make a build from my project to webGL I receive an error when I try to run it in the browser. The game is embedded in the browser, One of my friends manages to...
View ArticleERROR CS0120
Hi i need help with this error because every time when i do a script this error is there..
View Article