Remove mainlevel automatic in new projects
Hello guys!! I need some help. I have installed free version unity and removed the unity configuration. After this i am reinstall and try to new project. I am have one problem. The mainlevel is fixed...
View ArticleHi, I'm using Unity version 5.3.4 and I am encountering three errors that are...
Those errors are: Assets/Standard Assets/Effects/ImageEffects/Scripts/DepthOfField.cs(94,74): error CS0117: `UnityEngine.ComputeBufferType' does not contain a definition for `IndirectArguments'...
View ArticleFailed to create device file>
Can anyone of you know what's causing this error and what solution? Thank you in advance :D
View Articleerror CS0103: The name `Player' does not exist in the current context
I try to do one pause menu for my game and this is my code: How To Fix it i am new on scripting, tanks in advance using UnityEngine; using System.Collections; using...
View Articlethe variable is assigned but its value is never used ,the variable is assigne...
please help me , what should i do ,
View ArticleAssets/uRTS/scripts/RTSMaster.cs(5,7): error CS0246: The type or namespace...
This is a rather annoying error. I'm rather new to Unity and to trying to create something for android. I'm not entirely sure whats wrong with what i'm doing. At the moment this is the only compiler...
View ArticleMissing Reference Exception... please help, I am new to this!
I've been working on a 2D game and just finished the attacks and I'm trying to make it so that this works with multiple enemies on the field at the same time. I keep getting this error after I kill one...
View ArticleObject reference not set to an instance of an object, please help I am new to...
Im making a 2D game which will have multiple 'brutes'. Im getting these errors: When I launch the game: NullReferenceException: Object reference not set to an instance of an object...
View ArticleError Object reference not set to an instance of an object!!! Help, I am new!
I'm trying to make a 2D game where there are multiple brutes on the map at the same time. Here are my errors that I am getting: Upon starting the game: NullReferenceException: Object reference not set...
View Articleso i went to edit and project setting and clicked input and my inspector...
So i went to edit and project setting and clicked input and my inspector window changed and i have no idea how to get it back to how it normaly is pls help.
View ArticleCannot Export to WebGL because of il2CPP stops working.
I am doing a simple project as a tutorial for Unity (using the latest version for Windows, 5.4.2f1). My project works when exported to Windows, but when I export to WebGL, I receive two errors (shown...
View Articlethe type or namespace cannot be found
Hello using UnityEngine; using System.Collections.Generic; using System.Collections; public class newgame : MonoBehaviour { // creates a random degree for each planet public int degreegenerator () {...
View ArticleError CS1502, CS1503, and CS1061. Please help
I need help get rid of this errors regarding the mapSize using UnityEngine; using System.Collections; using UnityEditor; [CustomEditor(typeof(TileMap))] public class TileMapEditor : Editor { public...
View ArticleWhat should I do if it shows this message ? Thank you
Assets/BallControl.js(9,19): BCE0020: An instance of type 'UnityEngine.Rigidbody' is required to access non static member 'AddRelativeTorque'.
View ArticleMetalHelper.mm error line 95
Hi. I use unity project, version 5.2.2f1 in my xcode project. I use swift 2.3, xcode 7.3.1 I use this manual https://github.com/blitzagency/ios-unity5 on first run i get error MetalHelper.mm at line...
View ArticleCamera moves well in game preview but not so well in actual game
As the title says, the camera in the project follows the object well in game view in unity editor, but won't work in the actual game file. In game file, only the LookAt function works, not the...
View Article"MissingMethodException: QualitySettings.GetQualityLevel"
I'm trying to get the quality level, but it's giving me a "MissingMethodException" error. I even tried *exactly* what the docs demonstrate [here][1], but no matter what I do, or where I put the code, I...
View Articleerror cs0131 - The left-hand side of an assignment must be a variable, a...
please understand that I'm very new to coding and unity but I'm making a endless runner 2d game for ios. i've got a background scroll which won't stop scrolling once the player has died. so I tried...
View ArticleTexture2D as a png file.
Hi, I'm currently creating a website that has a unity application in it. I've made a webgl unity app that saves image files as png. Problem is, I'm abit stuck with this error 404 thingy in the cgi. Can...
View ArticleError CS0118 `EnemyAI.myTransform' is a `field' but a `type' was expected
I have looked everywhere but when I found a solution it didn't work please help myTransform * tation = Quaternion.Slerp(myTransform * tation.Quaternion.LookRotation(target.position -...
View Article