error CS8025: Parsing error
Hi, I am getting a parsing error when I am trying to add a random array to my footsteps in the stealth tutorial. Any ideas? using UnityEngine; using System.Collections; public class DonePlayerMovement...
View ArticleWhat does this error message mean?
Hi, I am very new to Unity and C#. I am making a 2d platformer. This same error message comes up when the player hits a killzone: Scene 'Assets/First Level (1).unity' (-1) couldn't be loaded because it...
View ArticleHelp please guys thank you so much!
Hello, so I have the follow code here: using UnityEngine; using System.Collections; public class GameManager : MonoBehaviour { public int forcurrentscore; public int highscore; public int currentlevel...
View ArticleNullReferenceException randomly occurs
Hello, I am pretty new to Unity and am running into something that I can't figure out. There are a few parts of my code that randomly causes a NullReferenceException. They all involve using...
View Articlewebgl error : An error occured running the unity content on this page, See...
HI, ![alt text][1] [1]: /storage/temp/69840-image002.png am getting this kind of error on windows internet explore browser, Build working on Chorme , firefox browsers. but getting error on IE browser....
View ArticleDepthOfField error using 5.4
Getting the following error Assets/Standard Assets/Effects/ImageEffects/Scripts/DepthOfField.cs(94,74): error CS0117: `UnityEngine.ComputeBufferType' does not contain a definition for...
View ArticleRespawn Error cs1513
Hello people! I am having a slight problem with my game, at the moment I have a parkhour game which is not allowing me to respawn the player when it falls to the platform I've tried multiple ways and...
View ArticleNoob frustrated by cryptic error message about Editor window
This is the error message I get on a seemingly random basis: *Invalid editor window UnityEditor.FallbackEditorWindow UnityEditor.EditorApplicationLayout:FinalizePlaymodeLayout()* I don't even know...
View ArticleI Need Help With An Error Message!?
When I try to run my game I get Assets/Scripts/PlayerMovement.cs(17,13): error CS0119: Expression denotes a `method group', where a `variable', `value' or `type' was expected error message. Can...
View ArticleI've got a lot of errors and I can't figure out why
int winNum; // The winning number int num; int n; int numGuesses; // The number of guesses the player has made int totalGuesses = 10; // The total nubmer of guesses the player can make int pastGuesses;...
View ArticleError with my code.
using UnityEngine; using System.Collections; using System; public BobBee_FixMe : MonoBehaviour { int winNum; int num; int n; int numGuesses; int totalGuesses = 10; int pastGuesses; string playerName =...
View ArticleXcode "Make Directory Error" (UNITY ADS)
Hi guys, I am getting this error: error: make directory...
View ArticleHow do you attach a script to a game object in Unity 2D version 4.5.1?
I am reading a book titled "LEARNING 2D GAME DEVELOPMENT WITH UNITY" by Matthew Johnson/James A. Henley It teaches on version 4.5.1 unity 2D. Everytime I click and drag a script written in the book to...
View ArticleAn object reference is required to access non-static member...
I am trying to model acceleration, and I have a separate script for it so that once it reaches a speed (200) it cancels the acceleration. However, I have no idea why it is giving me this error? Please...
View ArticleCollision damage and Health Controller dont work
Hey everone, Im just a beginner with unity and programming. Here are the scripts which arn't working: HealthController: public float startHealth = 5; public int startLifePoints = 3; private float...
View ArticleVR carboard - android
Hello everyone, I just tried to build and just simple VR app on my android device, at first I was able to install it but the game more like a 3D picture and I uninstalled it, Then I tried to install...
View ArticleDivideByZero Expection: Division by zero?
using UnityEngine; using System.Collections; public class WeaponShoot : MonoBehaviour { public PlayerWeapon[] Weapons; AudioSource audiosource; private RaycastHit hit; private bool Firing = false;...
View ArticleBasic Water shader error message
I have imported the Standard Assets. When I add water to my scene it is pink. I added the Prefabs for WaterProDaytime and Water(Basic) WaterBasicDaytime and both are pink. Under Water(Basic) Shaders...
View ArticleError with my script
![using UnityEngine; using System.Collections; public class MainInv_Lab3 : MonoBehaviour { PF1_IO myIO; LAA_Inventory inv; LAA_Items tempItems; LAA_Weapons tempWeapons; LAA_Defense tempDefense; enum...
View ArticleVector2.Distance question. Code isnt working. Keeps throwing errors.
I'm trying to determine if the distance between my player and enemy is greater than the minimum distance. Then I'm moving the enemy toward the player. However the code i'm using in the if statement to...
View Article