Space Shooter: Enemy is not dodging
Hello, I have a problem with Space Shooter turtorial. I have no error untill i start the game and enemy needs to dodge. Under the turtorial i can see the script even copy pasted it and still nothing...
View ArticleUnexpected symbol `void'
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraShake : MonoBehaviour { public float ShakeTimer = 1.0f; public float ShakeAmount = 1.0f; private bool...
View ArticleC# - The name does not exist in the current context
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ShipPlayerController : MonoBehaviour { public Projectile Bullet; public Camera CameraObject; public float...
View ArticleError message Version can't be blank
I can't install Unity. I tried manual activation several times and every time I got error message "Error message: Version can't be blank". How can I solve it? Please check the screen shot I've...
View ArticleUCE0001: ';' expected. Insert a semicolon at the end.
I get the message "Assets/Scripts/GunFire.js(22,10): UCE0001: ';' expected. Insert a semicolon at the end." When i am not missing a semicolon, Please Help! Heres My Code: var MuzzelFlashGo :...
View ArticleAn instance of type 'UnityEngine.Behaviour' is required to access non static...
Hi, I got the error in the title when I tried to disable a Animation component. All I need to know is how to put ' UnityEngine.Behaviours ' into my script. Here's My Code: var MuzzelFlashGo :...
View ArticleGet Component Script Error
Hello I am a Beginner at unity and I am having some trouble with errors I am trying to create a jump scare but 4 errors come up and it has something to do with Get Component and I don't know how to fix...
View ArticleAny ideas as to why I get this error? (CS1061)
Hi unity, Im getting this error message: error cs1061: Type 'unityEngine.Component' does not contain a definition for materials does anyone know why i get this error? this is my code: using...
View ArticleHelp with my Save and load script please!
So i made this script to load and save i am jsut testing and plan to add more variables later however when i created the script i got a error ![alt text][1] Here is my Click Script which has the gold...
View ArticleSpeedtree unity import error
Hi Im get an error when im importing my trees for the speedtree modeler for unity in to unity. This is the error "speedtree file does not contain runtime data". I have follow the importing models into...
View ArticleHelp! Class problem.
Hey guys, im trying to create a priority queue in C#. In my case i gonna need a queue of vector3, soo i start creating a class called Charge with have a vector3 and a double for priority, then i create...
View Articleerror when login
I get this error when I try to enter: Service Not Available, please try again later. For more information click link:[here](https://status.cloud.unity3d.com/) What should I do? been waiting for two...
View ArticleUnique problem with Object reference not set to instance of object
I have looked around and haven't seen anything at all like my problem. When the "player" hits one collider it registers the swipe direction and says if it's true/ swiped or not. When the "player" hits...
View ArticleSeemingly random console error, FileNotFoundException: Could Not Find File...
Hello, This problem started occurring abruptly and seemingly randomly in a fairly simple Unity VR project. Anytime I have the editor open, I get [a console error][1] (attached). I'm using Visual Studio...
View ArticleError CS0103 - I have a problem with the city building kit v4
I've purchased the City Building KitV4 and I want to start reskinning the game... Well I've read the whole documentation and I couldn't find anything helpful the problem is in the screenshots I've...
View ArticleCannot open file for write. Error in unity
Whenever i open my unity i keep getting this one error. "Cannot open file 'C:/ProgramData/Unity/Unity_v5.x.ulf' for write." Is it important to fix it? and how do I fix it then?
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 ArticleEvent System SetSelectedGameObject Error, but code still runs fine.
I'm using the following line of code to change the button selected by the event system when using a game pad:> EventSystem.current.SetSelectedGameObject(level_1); However I'm getting the following...
View Articleerror compiler when play mode on unity 5.6 9b
i get errors in console like: * Assertion at ..\mono\mini\unwind.c:620, condition `cfa_reg != -1' not met and All compiler errors have to be fixed before you can enter playmode! 0x000000014178602B...
View ArticleBlacksmith Environment 'Profiler' error?
Hello, I recently imported the Unity Blacksmith Environment asset into my project, and 24 errors saying "The name 'Profiler' does not exist in the current context," have popped up. I'm relatively new...
View Article