How do I fix this Error: "Assertion: should not be reached at...
How do I fix the Error: "Assertion: should not be reached at ..\mono\utils\mono-dl.c:125"
View Articlei d like do know how to resolve this error
else if (GetComponent().velocity.y > 0){ mesh.eulerAngles += new Vector3(0, 0, 2f); if (mesh.eulerAngles.z > 30) mesh.eulerAngles = new Vector3(0, 0, 30); } } } he speaks The member does not hide...
View ArticleAndroid Cardboard SDK published to WebGL - now using 5.4.1f1
Has anyone tried to build WebGL from Cardboard SDK? Is there any documentation for performing this type of build? I am using Unity 5.4.1f1 Personal under Window 10 with the new Google VR SDK using...
View ArticleObject reference not set to an instance of an object - Jumping Scripts (C#)
I'm trying to jump and execute in another script when the player collides with an object using this code in a script that checks for a collision named "CheckCollisions": using UnityEngine; using...
View ArticleAssets/Movement.js(9,55): UCE0001: ';' expected. Insert a semicolon at the...
So... I've watched the second video in the "MAKE a GAME" series bij Brackeys. This is the line I wanted to use for my test game. #pragma strict var rotationSpeed = 100; function Update () { var...
View Article!GetIsActive()
Hello, I have to projects with Leap Motion (Core Asset Orion 4.1.3) and SteamVR. My Unity Version is 5.4.0f3. On these Two project I get the onious error !GetIsActive(). The problem is also mentioned...
View ArticleAnyone know what is going on with this error (it's related to unity itself,...
https://www.youtube.com/watch?v=6Yqd7rMdV-I The error only appear when I am in my testing layout (Unity 5.4.1f1)
View ArticleHelp! I don't know how to fix this. Errors CS1041, CS1525, CS8025
I have been stumped and I don't know how to fix the following problems with the code - CS1041: Identifier expected - CS1525: Unexpected symbol `(', expecting `)', `,', `;', `[', or `=' I am trying to...
View ArticleUnexpected symbol "void" error
using UnityEngine; using System.Collections; public class PlayerController2D : MonoBehaviour { Rigidbody2D rb2d; void Start() { rb2d = GetComponent(); } var MoveSpeed = 0.5 void Update () { if...
View ArticleNo problem on playmode, but shown 3 confusing error when compiled. How to fix...
Hello, I'm new to Unity for 2D game development, and this will be my first question. I have a script to restrict sprite movement out of screen, and its going well when I enter playmode. The confusing...
View ArticleApple Tv Compilation Error
Hi!! I have a game with IAP purchase for TVOS. When I install the plugins in services and then go to compile the game in unity I have this console error: Unhandled Exception:...
View Articleunable to initialize the unity engine
Hi,im very new on Unity.so,so i have a problems,the problem is i build apk file by clicking BUILD button not Build and run button ,then i instal it on my phone,i launch the app then its say:"unable to...
View ArticleVariable changing from other script does not work.
Good time of day to everybody. Currently, I am making a little strategy game in which you can select and command units. I have written a little script for selecting units on the gamefield. However, as...
View ArticleVector3.Lerp not working too great.
I've been working on a basic chess game, and as part of the system I want the pieces to move around as if they're being pushed, so I thought Vector3.Lerp would be perfect. I've used it before with few...
View ArticleERROR : ArgumentOutOfRangeException
Hi, i am new to unity, and recently i have follow an endless runner tutorial on youtube, it was going smoothly till this morning , when i load my project and play it shows this error. i tried creating...
View ArticleI am getting following error in Unity error CS0101: The namespace `global::'...
The screen shot of my error ![alt text][1] [1]: /storage/temp/79747-screenshot-from-2016-10-08-221541.png my script which I am getting error using UnityEngine; using System.Collections; public class...
View Article3D top down player rotation error
Hello everyone. Just for learning, i wanted to do a top down shooter of some sort. I wanted to do as much as possible by my self, but ofcourse i need to follow some tutorials, that is why i dont know...
View ArticleUnity Android APK crashing on startup with GPlay Services
Hi, So, I made a big post on SO about this (http://stackoverflow.com/questions/39920188/unity-android-apk-crashing-on-startup) but essentially, I import the unity asset provided for this, and before...
View Articlehey guys im new to unity and im tryng to do the roll a ball and i have this...
NullReferenceException: Object reference not set to an instance of an object PlayerControler.FixedUpdate () (at Assets/_seanes/Materials/Scripts/PlayerControler.cs:20)
View ArticleC#- Activate Image effect Help
Hello, i have a small problem: I want that if my health points are under 25- the image effect calles CameraMationBlur on the main camera is enabled. the script must be attached to my player, so i...
View Article