switch platform error
Hi, When the Platform was selected to WebPlayer, everything worked perfectly fine and I could built and release the project. However, when the Platform got switched to anything else, unknown errors...
View ArticleGetting error while posting json
Here is my code sending json string input = "{\"DeviceID\":12345, \"DeviceType\":A, \"GameType\":SM, \"LevelDesc\":Testing Desc, \"User_ID\":111, \"Alwords\":12345}"; Hashtable headers = new...
View ArticlePlayer loses fullscreen
I'm currently working on a standalone application which has to run fullscreen for several days. While running my machine overnight with the application I experience that in the morning the application...
View ArticleHelp with Instantiating
Alright people, when all else fails go to the Answers. This should be easy for anybody more experienced than me. I sort of understand what the problem is but I can't think of what I have to do to fix...
View ArticleFix "Array index is out of range" problem
so I made a small bit of code to play a 3 sec video, after it plays quite well this error pops up and pauses the game: "IndexOutOfRangeException: Array index is out of range". How is this to be fixed?...
View ArticleError building OSX only.
I'm trying to make an editor script that will build several versions and then place them in corresponding folders, it works fine for the WIN/NIX builds but always fails for OSX, building on a Windows...
View ArticleExporting To Android Not Working.
I keep getting this error: Error building Player: ArgumentException: Illegal characters in path. I am following this tutorial:...
View ArticleThe best overloaded method match for...
I have this error. can someone help me? Thanks in Advance. using UnityEngine; using System.Collections; public class PlayerMove : MonoBehaviour { public float speed; public float backSpeed; public...
View ArticleParsing Error : Unexpected symbol 'end of file'
I have no idea what's going on here. First unity tells me I need to add an extra curly bracket at the end but when I do I still get an error. Hope You Can find the problem. using UnityEngine; using...
View ArticleMy game freezes, then crashes?
I have completely no idea why this is happening when I click play button. It runs fine as long as the menu is running. When I click on play in my in game menu fps suddenly drops to 23-30 from 90 and...
View ArticleAssets/Scripts/Cubemove.js(44,167): BCE0017: The best overload for the method...
I don't know what this error is or what it's complaining about. Could someone please explain it? I'm very novice at Unity and javascript, but have some experience in other languages. The full code is...
View ArticleWhat to do when faced with an error you just can't seem to figure out?
I've been trying to track down a cause of an error in some code for several days now, and I just can't seem to find it. Normally I would try to find which variables are not as they should be, and then...
View ArticleUsing arrays and for loop with GetComponent error
{ var Enemy : int[]; var dusman : int[,]; var Probab : int[]; for (var i = 1; i< 6 ; i++) { for (var j = 1; j< 6 ; j++) { dusman[i,j] = Enemy[i].GetComponent(EnemyScript).Probab[j]; } } This is...
View ArticleNaN error for Mathf.Asin
Hello- I keep getting a NaN error for certain variables(ph3, angleradians, and angle) in this script. I suspect the reason is that because both ph3 and angle are linked to angleradians, they cannot...
View ArticleWhy do i get an EOF error?
var isQuitButton = false; function OnMouseEnter() { renderer.material.color = Color.green; } function OnMouseExit() { renderer.material.color = Color.white; } function OnMouseUP ( //are we dealing with...
View ArticleWhy is lightmapping suddenly taking days
I am using Unity Pro 4.1. I had been working on a fairly large environment, and had been using the Beast Lightmapping already. With the given resolution and other values, the scene had been taking...
View ArticleErrors that I don't know how to fix
2 scripts, 6 errors Joystick.js (Existing script, 1 error) raycast.js (Created script, 5 errors) ![alt text][1] [1]: /storage/temp/14997-errors.png **Joystick.js:**...
View Articlewww.texture fatal error!
hi guys, i download my pictuer.png with www and create texture with www.texture and this work nice, but when i repeat this many my project crash and show fatal error out of memory and show this error:...
View ArticleCannot Implicitly convert to bool problem?
I'm working on the main menu for my new IOS game and have run into a snag. I'm getting the error message: Assets/SpaceCombatRPG-IOS Framework/Scripts/Non-Completed/MainMenu.cs(42,22): error CS0029:...
View ArticleProblem with adding 1 element of an array to a list
well the tiltle says it here is the error i get: Assets/scripts/AddItem.js(29,28): BCE0048: Type 'System.Type' does not support slicing. here is the script where the item is what i want to add. #pragma...
View Article