DLL not found
I get this error : DllNotFoundException: Assets/Editor/UnityForceFeedback.dll ForceFeedbackTest.Update () (at Assets/FFB/ForceFeedbackTest.cs:53) when i try to add forcefeedback to my racing game. I'm...
View ArticleCS1513 and CS1022 problem
Heya guys, I got a problem while i'm trying to do an "Random animation while idle", here's the code: using UnityEngine; using System.Collections; public class RandomIdle : MonoBehaviour { // Use this...
View ArticleWhy is it giving me a unexpected token error on line 26,1 : . when i have no...
#pragma strict var rotationSpeed = 100; var JumpHeight = 8; private var isFalling = false; function Update () { //Handle Ball Rotation var rotation : float =Input.GetAxis ("Horizontal")* rotationSpeed;...
View ArticleUnity Auto Update Failed
I am currently having Auto Update Issues with the Unity Web player. I know there are many existing threads on this but I have tried the solutions given in each with no luck. I might be a corner case as...
View Article!o UnityEditor.DockArea:OnGUI() error
I have a basic script that set parameters of animator controller. But I am getting this error: !o UnityEditor.DockArea:OnGUI()
View ArticleDoes searching answers.unity3d.com work for anyone?
I haven't been able to search Unity Answers for the last 2 days. I assumed it was a temporary website configuration hiccup related to the Unity 5.2 release, but that should have been fixed by now....
View Article"event.current.keyCode" not work!
I want create menu where player can change default setting for keys (move, jump, shoot etc.). Or I did it wrong, or it doesn't work. If you can, please, help me. In this code I try to listen for...
View ArticleProblem while running a newly developed game
Hi, I have a rather peculiar problem with Unity. I developed a simple physics game just for getting to know the engine, and when I build it all goes well. Then I take the .apk and install it on my...
View ArticleScene Changing bug
Hello Community, i was having issues eith my scene changing script the other day. I followed a tutorial on YouTube and it all went fine. Now i added a new scene and i was having a rather weird bug. I...
View ArticleIdle and walk play at the same time
hey I'm making an FPS game and i have a player with an idle animation and a walk animation. all the animations look fine in the editor but when i put them in a controller and play it the idle and walk...
View ArticleArtifacts in custom texture painter
Hi all, I managed to create a texture paint script, but I encounterd a problem modifying the pixels of the texture with a AnimationCurve : ![alt text][1] [1]: /storage/temp/54161-brusherror.png Its...
View ArticleNullReferenceException, Script Error
Hi, I wrote a script that should manage that a bool in the animater turns true or false if a BoxCollider2D from the Player called "groundCheck" got triggered by the ground or not. After I finished it...
View ArticleSome Characters in Posts are Parsed Incorrectly
Here is how it looks in the home page ![alt text][1] And here is when the question is opened ![alt text][2] The same goes for the actual text content in the posts and comments [1]:...
View ArticleExporting to iOS device breaks game and causes errors
I have been struggling getting my exported Unity game to correctly function on my iOS device. I have experimented with the player settings for a couple of days now and cannot get my game to properly...
View ArticleHELP!! unexpected token: If
this is my code: #pragma strict var store = false; static var click = 0; var money = 500; function Start () { } function Update () { if (Input.GetKeyDown (KeyCode.Escape)) { store = true; } if (store...
View ArticleI cant switch to gamemode
**How can i fix these 3 errors?** Assets/Editor/ImageEffects/CreaseShadingEditor.cs(8,26): error CS0122: `UnityStandardAssets.ImageEffects.CreaseShading' is inaccessible due to its protection level...
View ArticleEvent error
Hi guys i have an error called NullReferenceException: Object reference not set to an instance of an object It only happens in the Update function and when im trying to run it in OnGUI it doesn't give...
View Articlethe imported type UnityEngine.Advertisements.Advertisement is defined...
So I have been making an app for the past week and I have finally completed it... well... almost. All I need to do now is add in ads. I have the system for it all put in already and everything, all I...
View ArticleBCE0005: unknown identifier: 'setInterval' + prefab wont instantiate
I don't understand why setInterval() is an unknown identifier. I am trying to spawn a prefab every second, but I only get that error. here is my script:#pragma strict public var spawning : GameObject;...
View ArticleUnity 4.2.2f1 stopped working (Windows 7)
Hello! I'm not very happy to ask this question. In this week, Microsoft released new updates for Windows 7. I auto-installed them, and didn't use Unity after that. Today, I wanted to test something in...
View Article