When I build and run my project it seems that its lacking, plz help?!
In the unity 5 2d editor it works great, but when i build and run it it lacks some of the textures, for example: I can't go beyond my main menu because the "new game" and "quit game" tabs are missing....
View ArticleUnity not picking up errors until after reopening
My unity game was running fine, but then after closing it down and reopening it, it crashed a few seconds into game play (I didn't change anything, just pressed play). After debugging it all I found...
View ArticleHi! i don't know how to solve this error. "object reference not set to an...
using UnityEngine; using System.Collections; using UnityEngine.UI; public class HealthManager02 : MonoBehaviour { public static float health; public Slider healthBar; public int maxHealth; private int...
View Articlei cant fix the error BCE0023?!!!!
Hi, I am new to coding and i cant solve this error(Assets/Inventory/Inv.js(23,74): BCE0023: No appropriate version of 'UnityEngine.GameObject.GetComponent' for the argument list '(GUISurvival)' was...
View ArticleEnlighten VS Render to texture
Hi all, I'm working on architectural scenes in unity 5. My question is, what is the best practice for performance on mobile devices, ipads/iphone/androids... Do you bake your lighting/textures using...
View ArticleCannot Open Javascript in MonoDevelop
Hello, I am new to Unity3D. I have this little (actually big) problem when I open a Javascript. I cannot use MonoDevelop for JS. Whenever I double click the script, an error pops up, which reads:...
View ArticleUnity Error CS0234: SceneMangement
I imported a new standard assets for my 2D Platformer but I got this error : Assets/Standard Assets/2D/Scripts/Restarter.cs(3,19): error CS0234: The type or namespace name `SceneManagement' does not...
View ArticleEvery Time I Run Unity all is well until i Open the asset store it runs but...
Every Time I Run Unity all is well until i Open the asset store it runs but so slow. I've looked on the web but some of the fixes did not work for me like Changing from DX 11 to DX 9 and deleting my...
View ArticlePhoton ThirdPersonCamera ERROR
I'm trying to learn how to use photon for multiplayer game through a youtube tutorial and now i got this message while trying to run the game: UnassignedRefrenceException: The variable cameraTransform...
View ArticleReading an excel file using ExcelReaderFacotry
Hi guys, I'm probably just shouting in the wind here given I am using a 3rd party library (See: https://github.com/ExcelDataReader/ExcelDataReader). I started using this library as the mono...
View ArticleNot all code paths return a value
public GameObject GetPooledObject() { for (int i = 0; i < pooledObjects.Count; i++) { if (!pooledObjects[i].activeInHierarchy) { return pooledObjects[i]; } } }
View ArticleLicence Error
Get the attached licence error when I start the program.![alt text][1] [1]: /storage/temp/67475-unity-error.jpg
View ArticleBlack boxes as font
The words in the Unity3D menu, instead of words, it's just black boxes. Any help?!?!?!
View ArticleError CS0120 An object reference is required
Trying to create a way to delete instances when a key is pressed while the instance is touching another GameObject. I'm not sure if I'm accidently using code for the 3D physics engine or I've just done...
View ArticleThe name `isLocalPlayer' does not exist in the current context
hi, can someone please help me and let me know why im getting this error? thanks. Assets/PlayerSetup.cs(11,14): error CS0103: The name `isLocalPlayer' does not exist in the current context using...
View ArticleError building Player: CommandInvokationFailure: Failed to re-package...
I got a problem with this issue ! can some one help me? the console says " **Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details....
View ArticleParsing error in script
I was hoping someone could help me with this script. Everything works fine with the script in the "void OnTriggerEnter" so just ignore that but the "void Update" is the problem. It says that there is a...
View ArticleI need help working out a C# script with error CS0120
I have recently created the following script to make my character object move in either direction and also flip his sprite when moving left if facing right and visa versa //variables are being set...
View ArticleParsing error CS8205,Parsing Error CS8205
A parsing error occurred when i first ran this script using UnityEngine; using System.Collections; public class Gunshot : MonoBehaviour { public AudioClip Gun; private AudioSource source; void Awake ()...
View ArticleEmpty proyect, 1700 triangles
![alt text][1] [1]: /storage/temp/67681-asd.png Hi everyone, I just was checking about the stats windows and it shows me a strange number of triangles. Then I have tried with a empty project and it...
View Article