Monodevelop Fatal Error
Hello unity community, im new here and i have this error with monodevelop http://answers.unity3d.com/storage/attachments/75843-capture.jpg i reinstalled monodevelop i reinstalled unity none of these...
View Articlecan someone help me with fixing these scripts
public Slider WidthSlider; public GameObject tile; public GameObject end; public int width = 10; public int length = 10; List level; // Use this for initialization void Start () { level = new List ();...
View ArticleWhy does my Melee System not work?
So i made an melee system but i cant hit my enemy? i keep getting an null error... Here is my Melee Script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class...
View ArticleError when using Convex MeshColliders on iOS
Hello, I am currently experiencing the problem that my Game when deployed to my iPhone throws a lot of Errors that seem to be in relation with the MeshColliders that are marked as convex (and also...
View ArticleError CS1525 in Unity 5.5.1 (Urgent)
Can you please help me solve this? thanks using UnityEngine; using System.Collections; using System.Collections.Generic; public class Ship_2 : MonoBehaviour { // Use this for initialization void...
View ArticleProblem with SAVE/LOAD, serializationStream supports seeking, but its length...
I am getting those two errors when I run my code. I have looked a lot to try to solve the problem but all the solutions didnt work for me. SerializationException: serializationStream supports seeking,...
View ArticleObject reference not set to an instance of an object
I'm trying to make a script that lets me switch from one camera to another but I keep getting the same error using System.Collections; using System.Collections.Generic; using UnityEngine; public class...
View ArticleCommandInvokationFailure: Failed to re-package resources.
I'm trying to make an APK build for Android and I can't figure out how to fix this. I was previously using Android SDK tools 23.0.3 but I updated it to 25.0.2. I added...
View ArticleMy Unity give me API update require errors, but i cant install update.. How i...
I cant make 2D game, but i have idea, everything ready but this.. I make it week
View Articlecould you please tell me what is this assertion
hi, when i ran my project, i got this assertions Assertion failed on expression: 'root1 >= -epsilon || root2 >= -epsilon || root3 >= -epsilon the point is, i want to know what is mean???
View ArticleChrome 56 WebGL error
I'm getting the following error in Chrome 56 on one of my WebGL apps. Uncaught TypeError: WEBAudio.audio.Context.listener.setVelocity is not a function The same app works without issue in earlier...
View ArticleError CS1061
Hi, I got the error "Assets/Standard Assets/Effects/ImageEffects/Scripts/CameraMotionBlur.cs(76,75): error CS1061: Type `UnityEngine.Camera' does not contain a definition for `GetStereoViewMatrix' and...
View ArticleYouTube can't help me Error
So im trying to learn Unity and C# by just doing it with this youtubes video https://www.youtube.com/watch?v=9ZEu_I-ido4&t=327s However I ran into a small problem that made my game pause ever time...
View ArticleMultiple .dll files missing, right after installing Unity
![alt text][1] [1]: /storage/temp/89468-unity-dll.jpg This has showed up right as I opened Unity after installation. I reinstalled and it's still there. I checked on of the folders and the file is...
View Articlegetting error "Operator '
I am using this script as Zombie AI but it gives error......." Operator '<' cannot be used with a left hand side of type 'Object' and a right hand side of type 'float'." var Distance; var Target :...
View Articleapk unable to install see console ive tried everything please help am really...
CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details....
View Articleerror CS0120: An object reference is required to access non-static member...
I am trying to access another variable from another script by the following code, and I get the above error message ***My Continue script*** using UnityEngine; using System.Collections; using...
View ArticleUnityengine does not exist in the current context.
I have a problem that no one seem to have fixed. I have asked on the Unity forums and no one knows why it is like it. If I make a new C# script in Unity and open it, at once is "UnityEngine" and...
View ArticleAssets/MoveCam.cs(8,40): error CS1525: Unexpected symbol `{'
hello i have problem so please try to resolve my issue ASAP `using UnityEngine; using System.Collections; public class MoveCam : MonoBehaviour { %|-1282369923_1|% %|575094916_2|% %|-1444311058_1|%...
View ArticleUnable to open Assets/xxx/xxx/xxx.unitypackage: Check external application...
I'm trying to open a unity package within unity and this message shows up. It is a guns package from http://devassets.com/
View Article