How do I solve error CS0029: Cannot implicitly convert type...
Hello, I've got a error saying Assets/Scripts/Enemy_movement.cs(13,27): error CS0029: Cannot implicitly convert type `UnityEngine.Transform' to `UnityEngine.Vector3'. this is my code using UnityEngine;...
View ArticleError CS0138 with UnityEngine.Animation
Hi! I have a problem. I want use using UnityEngine.Animation; in my script but unity show me error: Assets/animation/PlayerMovement.cs(4,1): error CS0138: A `using' directive can only be applied to...
View Articleweird Object reference not set to an instance of an object error, help
Hello, I'm new here, not with much experience with coding, i was working with some Script everything was working i take a little rest, when i come back, i got this error and I don't get what is wrong....
View ArticleHow do I fix this WaterBase error?
Hi everyone! Before starting, I know it’s possible that this question was made by another user, but I didn’t found a solution for me, so I’m posting to see if someone could help me to solve this. I’ve...
View ArticleScreen position out of view frustrum??
Hey all! I've got no clue what this error means. I have already searched around, but the only answers I found are "It fixed itself." I have a second camera rendering a separate image in the screen like...
View ArticleCompilation failed because compiler couldn't be executed....
What I did was exporting my project for google build but just after the build finished building, Unity started to showing various DLL files error in Assets/Bin folder. Now I can't play it as It is...
View ArticlePlease Solve this Error i want unity for my important project and i cant open it
![alt text][1] [1]: /storage/temp/86539-ice-screenshot-20170123-184500.png i installed unity personal and whenever i tired to open this popup please help as i been trying for hours to solve this error
View ArticleDont know how to fix errors
i have an error like this = Assertion failed on expression: 'm_CurrentEntriesPtr != NULL && m_IsGettingEntries' UnityEditorInternal.LogEntries:GetEntryInternal(Int32, LogEntry)...
View ArticleFATAL ERROR: trying to write to readonly database
I am a beginner to Unity and was following the Roll-a-ball tutorial. I was pretty far in my tutorial and all of a sudden I got a box that said "Fatal Error" and the only option given was to quite the...
View Articleplis help with this Error when try test game in unity remote Unity 5 (unity...
Assertion failed on expression: 'depthSurface == NULL || rcolorZero->backBuffer == depthSurface->backBuffer' this error begin to spam when i try to test any project in unity remote ![alt text][1]...
View ArticleError CS0120 problem
Hello, everyone. I am attempting to make a simple little grappling hook/rope swinging game. var CJ = this.gameObject.GetComponent(typeof(ConfigurableJoint)) as ConfigurableJoint; if...
View ArticlePlease Help With This Error Code! CS0118
Please Help With This Error Code I have Not Been Able To Make it Work! using System.Collections; using System.Collections.Generic; using UnityEngine; public class offonlight : MonoBehaviour { public...
View ArticleProject PAUSING when I press play
Hello All When pressing play on a project, it automatically Pauses... When it branches to the next scene, the same thing happens Console reads: SteamVR_GameView is deprecated in Unity 5.4 - REMOVING...
View ArticleI am not getting Debug.LogError or exceptions messages in Android Development...
I also have full Logging in Player Settings (which was not needed before). What I am missing? Is this a bug? Thanks.
View ArticleHow does Unity handle users not meeting the minimum system requirements (DX9...
Hi everybody, unfortunately I don't have a pc that old, nor do I know anybody that does. But the requirements for releasing a game on Big Fish include the following: *"GRACEFUL HANDLING OF OLDER...
View ArticleCS1061 C# 'object' does not contain a definition for 'Length' and no...
I am new to scripting and I am working on getting my character movement to work with my character in unity 5. if (animators.Length > 0) { for (int i = 0; i < animators.Length; i++) { What should...
View ArticleI have a total of 11 errors and i have no idea why... Please help
I've currently been making this text game and I've come across 11 errors, using UnityEngine; using UnityEngine.UI; using System.Collections; public class TextController : MonoBehaviour { public Text...
View ArticleObject reference not set without object? Calling ListMatches and getting this...
NullReferenceException: Object reference not set to an instance of an object NetWorkingServer.OnGUI () (at Assets/Scripts/General/Networking/NetWorkingServer.cs:40) It is a basic lobby/hud setup i am...
View ArticleUCE0001 ';' expected. Insert a semicolon at the end
#pragma strict function Start () { var Axe = ("Axe"); var resetTime = 0.0000000000000000; var useBackwards = true; } function Update () { if(Input.GetKeyDown("F")) GetComponent.()Axe.Play; }
View ArticleXcode Error: IOAF Code 3
Hey, Whilst testing my game on my iPhone I got the following Error in xCode: > Execution of the command buffer was> aborted due to an error during> execution. Caused GPU Hang Error (IOAF>...
View Article