Iam using windows10.Recently i tried to install unity, but it is giving one...
![alt text][1] [1]: /storage/temp/91990-capture.png
View ArticleUnderstanding DOTWEEN errors
Hello, I imported this DOTWEEN thing and basically, whenever i mess up somewhere and get an error, I can't make heads or tails of what it is it's trying to tell me it always looks like the same thing...
View ArticleArgumentNullException: Argument cannot be null. Parameter name: type
so this error popped up, and I can't really make heads or tails of it. when I click on it to try to figure out where it's happening, it takes me not to a script but one of my game objects. I'm assuming...
View ArticleI Have an C# error and I can't fix it @username
In line "block = Instantiate (Blocks [Random.Range (0, 5)], BlockSpawnPos.position, Quaternion.identity) as GameObject;" has an error @username using System.Collections; using...
View ArticleI have an error on a C# script @username
I the line "GetComponents().addforce (Vector2.right * power);" there is an error saying "Type 'UnityEngine.Riidbody2D[]' does not contain a definition for 'addforce'and no extension method ' addforce'...
View ArticleWhen I press play nothing happens openCV
When I press play nothing happens and I get this error : openCVAssets/FaceTrackerExample/Scripts/Texture2DFaceTrackerExample.cs(7,7): error CS0246: The type or namespace name `OpenCVForUnity' could not...
View Article[Android] [Crash] Unable to Initialize Unity Engine
I am using Unity 5.5.3f1 in an Android project and, although it builds without any errors, it crashes as soon as I start the app in my phone, with the message "Unable to initialize the Unity Engine". I...
View ArticleSerializer Script
Hello everyone, So, as per @sleepandpancakes advice on question [save datasets at runtime][1] I used this tutorial on how to create a serializer script, courtesy of Ryan Nielson. [saving games in...
View Articleunexpected void error
Hey Guys / @username, My void start() has an error saying unexpecting void using System.Collections; using System.Collections.Generic; using UnityEngine; // add rigidbody 2d and circle collider 2d and...
View ArticlePLEASE HELP ME! The associated script can not be loaded.
Hi! I am sort of a unity noob still, so the answer to this question might be obvious to you. But please help me anyways. I am panicking as my project has basically collapsed. On every single gameobject...
View ArticleUnity.Editor error
I am unsure why this happened, but now when I use unity I have two errors.(every game) The errors are effecting the preferences & the windows/mac/standalone builders. If anyone has had this error...
View ArticleError while building Android APK after import FacebookSDK and FirebaseAuth
Using FacebookSDK 7.9.4, JDK 1.8.0_131, latest FirebaseAuth. Once import 2 sdk and compile to Android APK will get below error. Please help... CommandInvokationFailure: Unable to convert classes into...
View ArticleUnity version is same but getting this error.
![alt text][1] [1]: /storage/temp/92446-capture.png
View ArticleUnity Editor error
after installing the unity WebGL I started getting this error. How do I go about fixing it (on all projects and affecting preferences & builder). ![alt text][1] [1]:...
View ArticleWindows Store [UWP] : error CS0246
Hi everyone I am trying to develop 3D my application in Windows Store environment. Obviously, you have to use **using Windows** instead of **using System** but surprisingly I found that I can't use...
View ArticleError stage @username
![alt text][1] The Error is above this sentence [1]: /storage/temp/92549-screen-shot-2017-04-21-at-25620-pm.png using System.Collections; using System.Collections.Generic; using UnityEngine; // add...
View ArticleCan't build game : "IOException: Win32 IO returned 1117"
Help as I can't build my game. I keep getting this error; IOException: Win32 IO returned 1117. Path: C:\Users\\Desktop\Unity\CardRain\CardRain\Temp\StagingArea\assets\bin\Data\sharedassets0.assets...
View ArticleBrand new to Unity; setting up camera rotation and getting error CS1519:...
using UnityEngine; [RequireComponent(typeof(PlayerMotor))] public class PlayerController : MonoBehaviour { [SerializeField] private float speed = 5f; [SerializeField] private float lookSensitivity =...
View ArticleScreen.orientation api error?
When testing out this code in the api: [https://docs.unity3d.com/ScriptReference/Screen-orientation.html][1] Error on this line: Screen.orientation = ScreenOrientation.LandscapeLeft; Error:>...
View ArticleCan someone make sense out of seemingly inconsistent null reference exception?
Today I encountered the weirdest error, I hope someone can make sense out of this cause I'm baffled. I am a relative noob to Unity so please forgive and point out any wrong practices or design...
View Article