UI Text error
**This is the error:** Assets/Scripts/Playercontroller.cs(38,27): error CS1061: Type `UnityEngine.UI.Text' does not contain a definition for `Text' and no extension method `Text' of type...
View Articleall compiler errors have to be fixed before you can enter playmode
what should i to do now?
View Article[VRDevice] Initialization of device oculus failed.
Hi, I am having some issues with getting the DK2 to work with my Unity game. Some background information: I'm a beginner to Unity and the project I'm working on is created by my teacher with Unity and...
View ArticleCan't build for android - Faild to re-package resources
Hello! I've encountered many problems while trying to make building apk-s possible in Unity3d, but this one consumed a lot of my time. Every time I try to build an apk I get this error:...
View Article"Failed to write a licence file". Annoying error.
![alt text][1] [1]: /storage/temp/76949-help.jpg
View ArticleThe type or namespace "UnityEngine" could not be found - Can not edit scripts
Hello, I have a problem, in Visual studio there is an error in the first line "using UnityEngine;", which says: "The type or namespace UnityEngine could not be found. I have no idea what to do, I asked...
View ArticleCS2021 Error - Unclear on Why
I'm trying to figure out what I'm doing wrong, and keep getting weird errors that don't make sense to me, but I think I've got it narrowed down. Probably self-explanatory to veterans, this script...
View ArticleHelp me please i am stuck.
So this is the code , and the message i get is The call is ambiguous between the following methods or properties: `UnityEngine.Vector2.operator +(UnityEngine.Vector2, UnityEngine.Vector2)' and...
View ArticleWhy do i get an error ? please help i've stuck for 20 min
so i'm trying to load "paused screen" whenever the user inputs(presses) the Esc. button, but then i get this error. The best overloaded method match for `UnityEngine.Input.GetButtonDown(string)' has...
View ArticleSomeone help me please! I am really tired
Hello hero, so I am beginner, and basically what i want to do is, Whenever I switch scenes while playing, I have this button Esc. as pauses the game and loads u to a screen where it has paused.... the...
View Articlecan someone help me solove this error ? please, wasted 35 mins
Hello hero, so I am beginner, and basically what i want to do is, Whenever I switch scenes while playing, I have this button Esc. as pauses the game and loads u to a screen where it has paused.... the...
View ArticleWebcam mapping buffer error
I am trying to use the webcamtexture to display a live feed of my web cam in unity. But when I execute the code the plane which the image should be displayed turns black and I get these errors: ![alt...
View ArticleI'm working on a newer version of Unity, so I cant really fix this API its...
Hello, So I'm a beginner and will just get straight to the point, I'm trying to make a shot go horizontally, but I don't get what my error is please help here is the code below and the error message i...
View ArticleError:Literal of type double cannot be implicitly converted to type `float'....
I am creating a script that can solve equations for you and right now I'm working on a function that can find the circumference of a circle. public float radiusCircuference; private float pi = 3.14;...
View ArticleSimple error but I'm just a begginer and cant figure this out, due to...
Hello helper, and thanks for helping me, so my problem is my playing sound effects for fire sound, are too low for enemies and players, when i run the game and i try to shoot using my left click mouse...
View Articlethe namespace 'Global::' already contains a definition for 'Chunk'
![alt text][1] [1]: /storage/temp/77355-screenshot-1.png i keep getting errors at 13:11 in this video https://www.youtube.com/watch?v=iCw6FaQFxiE please help a noob out. working on a voxel game.
View ArticleHow do I fix Index Out Of Range Exception error
I was making a code to highlight the allowed moves for a chess game. Then when I tried to run it in unity I got this error: "IndexOutOfRangeException: Array index is out of range." Anyone know how to...
View Articlebecause it appears I have to do?
![alt text][1]Assets/Zip n Swing/Scripts/ZNS_Player.cs(47,21): error CS0619: `UnityEngine.Component.rigidbody' is obsolete: `Property rigidbody has been deprecated. Use GetComponent() instead....
View ArticleDragging video error
I'm trying to drag a video into my project, where I place it onto a 3d object. The video is .ogv, and when I try to drag it onto the object, it says, "Creating file failed. Please ensure there is...
View ArticleWhy am I getting a "Object reference not set to an instance of an object"
I am working on a menu, using unity's ui. I have an empty scene, with a Canvas, a Panel and an image (square box). There use to be a lot more but this is all I need to get the error. Attached to the...
View Article