Hello, I have problem with building a project on Android with Vuforia
error CS1704: An assembly with the same name `Vuforia.UnityExtensions.Editor' has already been imported. Consider removing one of the references or sign the assembly C:/Program...
View ArticleScripting problem
Hi I've been getting this error code here: Assets/Standard Assets/Effects/ImageEffects/Scripts/Antialiasing.cs(20,18): error CS0060: Inconsistent accessibility: base class...
View ArticleThe message must have 0 or 1 parameters. The message will be ignored.
I have an EventHandler declared as such: public EventHandler OnDisconnected = null; It is referenced like this: clientSocket.OnDisconnected += this.OnDisconnected; private void OnDisconnected(object...
View ArticleError When Adding AudioSource Component to a List ?
I want to add components to a GameObject in runtime, but i want to add to a list of AudioSources in run time and i still getting error "NullReference Exception: Object Reference is not set to an...
View ArticleArgumentOutOfRange: Argument is out of range Parameter name: index
**Dont know how to fix this issue not the best coder but i only get this error when i attack another ai entity if anyone knows how to fix the issue could really use some help,am also getting this error...
View ArticleError while scrolling a camera (error converting Vector2 to int, while I was...
I made a camera scrolling script to scroll my camera Each time the player finished a section of the level. I stored all the positions of sections of the level in a vector2 array. The script in the...
View ArticleWhat did i wrong? Please Help me.
I get 2 errors: "NullReferenceException: Object reference not set to an instance of an object Gumbascript.NewMethod (RaycastHit2D Links) (at Assets/Scripts/Gumbascript.cs:38) Gumbascript.Update () (at...
View ArticleTrying to increase score when enemy is hit
I have a game where you hit and enemy with an arrow, it takes 1 damage which reduces its health by 1. now i, trying to add a score system so when you hit the enemy you also gain a point. But with my...
View ArticleNo network connection, but i have internet. Its flickering beetwen the log in...
I just updated Unity to 2017.4.0f1
View ArticleGetting Error: 'Time' does not contain a definition for 'timeScale'
So I was working on a different script when this error popped up, I didn't even save the script and the error popped up. I am trying to figure out why it is wrong because it worked before and everyone...
View ArticleUnexpected symbol `object' in class, struct, or interface member declaration.
Unity reported this error about my program after I had finished making a C# script. I need this error to be fixed soon. Here's the script exactly: using System.Collections; using...
View ArticleNullReferenceException?
I'm new to unet so I dont really understand why im getting this error: "NullReferenceException: Object reference not set to an instance of an object test_3.OnTriggerEnter (UnityEngine.Collider other)...
View ArticleCan't build my game because of player errors, help?
I have gotten to the end of building my game project and want to build it for windows and it wont for some reason. I have done it previously from early builds and worked but now wont with player errors...
View ArticleCan't Get animation.Play to work
I get this error: Error CS1061: Type `UnityEngine.Component' does not contain a definition for `Play' and no extension method `Play' of type `UnityEngine.Component' could be found. Are you missing...
View Articleerror CS0246: The type or namespace name `Platformer2DUserControl' could not...
Anyone know a fix for this trying to follow this tutorial but after doing everything it says I get this error message
View ArticleMigration from Unity 5.5.0f3 to Unity 2017- error and HoloLens app not building
I was using Unity 5.5.0f3 and then migrated to Unity 2017. I have imported all assets and updated all scripts with new APIs but I am still getting this error and my app won't build. Unable to retrieve...
View ArticleUnity error cs1525
Assets/Player_move.cs(16,1): error CS1525: Unexpected symbol 'void' _______________________________________________________________________ using System.Collections; using System.Collections.Generic;...
View ArticleNo rigidbody2D detected error
I have a player object and set it so that when the player collides with a projectile it'll load a gameover scene. But whenever the player collides Unity throws the error that no RigidBody2D is detected...
View Articlegrandle build fail
Hi, i need help. I have error "unable to list target platforms ... " in unity. I solve it with this solution (...
View Article