NullReference Exception in IEnumerator
HI. I was coding the first cutscene in my game using an IEnumerator. I actually got the cutscene to play out perfectly, but then I tried changing the camera. I have a working camera controller that has...
View ArticleCannot import videos
I think that I have imported an mp4 file before but now when I try to import a video it give me "Movie import error." I think that I already have downloaded Quicktime player.
View ArticleNot all code paths return a value {c#}
hello, im new to C# so i was following an endless runner tutorial on youtube(almost exactly) and i came into this error that did not seem to occur in the tutorial. here is the link to the tutorial if...
View Articleis my enemy selector null reference a problem?
Hello Everyone, I'm new to Unity but I'm getting along so far from the great tutorials and questions that have already been answered. I have created the script below to display the health of enemy or...
View ArticleHow to Fix: "Problem Validating Your License"
Hi! I haven't been onto unity for a while, and so when I recently attempted to open unity this image appeared. Is there any way to fix it? I have already tried uninstalling and reinstalling multiple...
View ArticleError CS165 after Update
Assets/Scripts/Camera/mainCamera.cs(536,7): error CS0165: Use of unassigned local variable `hit' Here is the script using UnityEngine; using System.Collections; using System.Collections.Generic; public...
View ArticleBrackeys Multiplayer fps tutorials trouble..
I’m Watching brackeys multiplayer fps tutorials and i just finished watching ep 16 Bug Fixing and i have trouble. When i play as player 1 (The host) and shoots player 2 (The client) he dies at one shot...
View ArticleAssertion failed on expression: 'depthSurface == NULL error
Has any one found a way to get rid of the "**Assertion failed on expression: 'depthSurface == NULL || rcolorZero->backBuffer == depthSurface->backBuffer'** " error yet? It even happens with a...
View ArticleErrors and errors... Need help!
I’m watching brackeys tutorials on how to make a multiplayer fps and i’m currently on ep 19. The host just falls through the ground and the client falls through the ground too, and everything is dark...
View Article* Assertion at ..\mono\mini\unwind.c:620, condition `cfa_reg != -1' not met
i click on the error and nothing happen and nothing open,every script i create the console show me that error,just for the C# Script, i cant write any script i hope some one can help me.
View ArticleThis error just keeps coming up error CS0019: Operator `+' cannot be applied...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Move : MonoBehaviour { public float speed; // Use this for initialization void Start () { } // Update is...
View ArticleUNetWeaver error after update
Hi, Weird thing : after i updated from 5.4.0f3 to the version 5.5.2f1 i had two problems : 1) I couldn't open MonoDevelop(i don't like Visual Studio) but this was fixed after i found an already...
View ArticleTrouble Calling a Function from Another Script
Hey all, I'm getting the following; error CS0246: The type or namespace name `Pause' could not be found. Are you missing an assembly reference? In reference to this line in one of my scripts; PauseGame...
View ArticleAnyone know how to solve this error?
can anyone tell me how to solve this it says Assets/FaceTrackerExample/FaceTracker/FaceTracker.cs(162,29): error CS0117: `OpenCVForUnity.Imgproc' does not contain a definition for `line' when import...
View ArticleMy scene is loading but I'm still getting this error - Cannot load scene:...
My scene is loading. My scene is in the build index. Yet I'm getting this error: Cannot load scene: Invalid scene name (empty string) and invalid build index -1...
View ArticleError CS1525 in Unity 5.5.1 (Urgent)
Can you please help me solve this? thanks using UnityEngine; using System.Collections; using System.Collections.Generic; public class Ship_2 : MonoBehaviour { // Use this for initialization void...
View ArticleTransform child out of bounds
Hello, i'm a beginner with Unity and i'm not very good in English then i apologize. I have a problem with a quizz game, i have an Exception :Transform child out of bounds and i don't know why, i think...
View ArticleHelp me Unity 5.5.2 export to 5.4.5 erro: Object GameObject (named '') has...
Hi, I need some help, I had a project at Unity 5.5.2 and need import it at Unity 5.4.5 but I'm getting the error bellow. I tried every thing, export pack, copy past, so made a simple project with just...
View Article''Error Unable to initialize the Unity '' in my android apk file in Unity...
I am trying to create an apk file on Unity, and run it on my Asus Selfie. I was able to create an apk file and install it on my device, but when I open the app on the phone, the following comes up:...
View ArticleAndroid game crashes at start
Hello, When I build the game there are errors. In unity game is working well. What is the reason of the error? It seems interesting error. **I see the unity3d splash screen, it loads the game but i...
View Article