Me sale este error con el MouseLook.cs que hago? / I get this error with the...
http://prnt.sc/dpz5sr
View ArticleBuild error when using MORPH3D
I download the MCS MALE and MCS FEMALE, but I can't build the project and this is the detail. ![alt text][1] **ArgumentException: The Assembly UnityEditor is referenced by M3DIMPORT_DLL...
View ArticleApp not installed android bug
I have created a basic security camera simulator. the only scripts is a series of 3 scripts so far duplicated as follows. using UnityEngine; using System.Collections; using UnityEngine.SceneManagement;...
View ArticleError CS0201
I was trying to make it so my player could bump into and knock over certain 3-D GameObjects. However, I have one error stating: "Assets/Scripts/Player_Controller.cs(58,39): error CS0201: Only...
View ArticleError: Cannot create FMOD
While loading sounds from a certain folder, I always get the error message: Error: Cannot create FMOD::Sound instance for resource "qB, (Operation could not be performed because specified sound/DSP...
View ArticleПропали объекты в Unity
Как то я зашёл делать свой проект и увидел что ничего нет, просто ничего, просто пустое поле, все объекты которые я добавлял были в проекте, но их на карте не было. Правда у меня была сначала версия...
View ArticleArgument out of range exception
Task i am trying to accomplish. (1) Find all the GameObjects in the scene with the tag "Enemy", and turn that into a list.(gos list) (2) if the other list (trs list) count is less than the gos list,...
View ArticleError code: CS1525
"Unexpected Symbols" Script: using System.Collections; using System.Collections.Generic; using UnityEngine; public float speed = 2f; CharacterController player; float moveFB; float moveLR; public class...
View ArticleFirebase iOS Apple Mach-O Linker Error
Hello, I have added FireBase to my Unity project, using the FirebaseMessaging.unitypackage. It works when I am building and running for Android, but when I am trying to build for iOS I get the...
View ArticleThe name does not exist in the current context.
hello guys im newbie at unity and find this code, i already doing anything i can to solve but this error i cant to solve its about error " The name 'CBBinding' does not exist in the current context....
View Articlesuccess && actual == (UInt64)size
Hey, So I have recently purchased a realistic environment pack from the asset store and am attempting to download it however I have several errors that appear as the download reaches 98%, anybody know...
View ArticleNullReferenceException on Invoke in another class
I am trying to use the Invoke() method to run the open and close door methods in one class. The TestRaycast class runs the method() in OpenCloseObjects, but it runs through the mothod and then gives me...
View Articlewhy are every controllable models(character,vehicles) moving automatically in...
Today i just created a new project made a terrain and all those stuff but when i imported the assets of character and vehicle which were downloaded with unity and placed character on my terrain. . ....
View ArticleError CS0426 expression denotes a type' where a variable' value' or method...
void FixedUpdate () { float moveHorizontal = Input.GetAxis ("Horizontal"); float moveVertical = Input.GetAxis ("Vertical"); Vector3 movement = new Vector3 (moveHorizontal, 0.0f, moveVertical);...
View ArticleCompilation Strange Problem
Hello. I have run into a strange problem. Everything was working fine yesterday, today I started my unity project and started getting a nullReferenceException. I debugged it and saw that one of my...
View ArticleSystem.Threading.Tasks 1' does not exist in the namespace...
What's up guys? First of all, sorry for my bad english, not a native speaker here. I tried to use the .Net-Framework in connection with unity and found out, that including the Tasks.dll in unity showed...
View ArticleCalculation Error, please send help.
Hi! So, I'm working on a game in Unity and I am running in to a few issues. I have narrowed this down to error on my end, but I'm not sure what exactly it is. What I'm working on is 2D, block - based...
View ArticleCustom Inspector Enum
Right now im having problems with my Editor code. Essentially, im trying to make a custom editor which displays multiple different variables in the inspector based off of which enum i have selected. My...
View Article"Screen position out of view frustum" Help?
I am tying to make a simple game, a *very* simple game. So far, all I have is a background, (I used a quad, then an image), Then a player, and the Main camera is a child of the player. And directional...
View ArticleOpening file failed... the operation completed succesfully?
I get that error every time I try to create a new project or open an old one. It appeared just recently, a few days after I updated the unity. It doesn't cause any problems, the projects start just...
View Article