Unity.exe Application Error (0xc000007b)
![alt text][1] [1]: /storage/temp/97592-error.jpg Unity.exe seems to display an error message saying "Unity.exe - Application Error", "The application was unable to start correctly (0xc000007b). Click...
View ArticleError CS 1061 Space Shooter Tutorial code for player movement
I have been searching for an answer to this but haven't found one good enough to help me figure this out. My code is the same as in the Space Shooter tutorial....
View ArticleRandom: NullReferenceException: Object reference not set to an instance of an...
I'm working on a shoot em up game. And sometimes when my enemies die the error appears in the console. I Instantiate random enemy prefabs. All with the right tag, every variable is set in the...
View ArticleHow do i fix this problem
i was working on a basic 3d platformer as a tutorial but i'm getting the error in mono: Assets/Ball Control.js(11,19): BCE0020: An instance of type 'UnityEngine.Rigidbody' is required to access non...
View Articlei don't know what this is someone help me
UnityEditor.BuildPlayerWindow+BuildMethodException: Build failed with errors. at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x001b9] in...
View ArticleCannot Cast From Source Type To Destination Type Error
I am trying to make a platformer with shooting and this is my shooting script: Vector2 mousePosition = new Vector2 (Camera.main.ScreenToWorldPoint (Input.mousePosition).x,...
View Articlei'm doing this live training called fun with explosions and get this error...
error NullReferenceException: Object reference not set to an instance of an object Pook.OnMouseDown () (at Assets/Scripts/Pook.cs:20) UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32) and here is...
View ArticleUnassignedReferenceException: The variable UI of MenuManager has not been...
image for error : ![alt text][1] image for mono develop : ![alt text][2] code in monodevelop : using UnityEngine; using System.Collections; using UnityEngine.SceneManagement; public class MenuManager :...
View ArticleGetting the error "ullReferenceException: Object reference not set to an...
I was trying to make a player raycasting script in JavaScript and I got the following error, NullReferenceException: Object reference not set to an instance of an object PlayerCasting.Update () (at...
View ArticleMy dagger attached to an enemy won't detect it's parent's Ai Script
ERROR: NullRefrenceException: Object Refrence not set as an instance of an object DaggersScript.Update() (at Assets/DaggersScript.cs:34) So I checked line 34 and checked all of the names and set all of...
View ArticleNav Mesh Problem with SetDestination
Why does this work this pops up ![/Users/user/Desktop/Screen Shot 2017-07-17 at 5.40.34 PM.png][1] public float deathDistance = 0.5f; public float distanceAway; public Transform thisObject; public...
View ArticleSceneManagement error unity 2017
Updated unity to version 2017 and I had an error with the following code : if(SceneManager.GetActiveScene().buildIndex == 0) > error CS0117: `UnityEngine.SceneManagement.SceneManager` does not...
View ArticleUCE0001 semicolon expected
Since I'm relatively new to coding, this may seem like a trivial issue to you all. It says that on line 15 a semicolon is expected. I already have a semicolon so I think it's an issue with the rest of...
View ArticleReleasing render texture that is set as Camera.targetTexture?
Why do I get this error in my build logs and not in the editor? And why does it break my game? UI not appearing etc... Its the last message in my build log, cant get any futher.
View ArticleHow should I fix this error: load failed: unknown solution item type
I'm using unity for the first time. So I saved my scene, then proceeded to make a new script. I made a game object, added the component and it was fine. I then opened the script inside monodevelop and...
View ArticleCan't decompress package Unity 2017.1.f3
Hi, When i want to import a package from the asset store or from other, i have this bug : Failed to import package with error: Couldn't decompress package UnityEditor.Web.JSProxyMgr:DoTasks() I have...
View ArticleC# Parsing Error
Hi There I get the parsing error for this code using UnityEngine; using System.Collections; using System.Collections.Generic; [AddComponentMenu("Camera-Control/Smooth Mouse Look")] public class...
View ArticleCannot be in PLAYMODE !!!
Cause of this error message i can't be in play mode. ![alt text][1] I uninstalle "Unity 2017.1" 3 Times and still not work. And when i install Unity i have a message it said "failed to deleted old...
View ArticleUnity 2017 is not working.
Cause of this error message i can't be in play mode. ![alt text][1] I uninstalle "Unity 2017.1" 3 Times and still not work. And when i install Unity i have a message it said "failed to deleted old...
View ArticleUnity 2017 playmode is not working
Cause of this error message i can't be in play mode.![alt text][1] I uninstalle "Unity 2017.1" 3 Times and still not work. And when i install Unity i have a message it said "failed to deleted old Unity...
View Article