Script compile errors in 3.4 with existing DepthOfField script
Having updated to 3.4, some scripts now have errors, as warned in the release notes. I didn't expect this however with Unity scripts. DepthOfField.js for example. I tried reimporting it, still get...
View ArticleGame speed slows down as FPS slows down (on android, only after unity3.4)
I have done a few builds for my HTC desire running Android 2.2 Froyo, and it has been working well. I just installed unity 3.4, built project again, run on my phone, and now the game speed drops as the...
View ArticleHelp with configuredInWorldSpace in Unity 3.4
So with the new Unity 3.4, my game is completely broken. It is a 2D game so I locked some motions in the Configurable Joint settings and checked Configured in World Space. Everything works fine in 3.3....
View ArticleMonoDevelop and UniSciTE not auto completing JavaScript with 3.4
Before the version 3.4, UniSciTE was working fine with JavaScript, but in 3.4 it isn't auto completing Unity keywords. So I tried MonoDevelop, the new default script editor, but it doesn't auto...
View ArticleWhat happened to CharacterMotor in 3.4?
New to Unity and still recovering from upgrading to 3.4. I upgraded to 3.4 and then started Unity and selected my game to load. Immediately got hit by a bunch of errors from standard asset scripts....
View ArticleStandard Colliders Bug or not?
In unity 3.4 i've a problem on collider with standard cube. The colliderr works only on Z axis. Is my problem or bug?
View ArticleUnity 3.4 Gyroscope support not there?
There is probably something I am just missing, but, after I downloaded Unity 3.4 and went to start working on a gyroscope test (turn the camera using the gyroscope) I found that the gyroscope Input...
View ArticleUnity 3D don't open java or C script...
I don't understand why in Unity 3D 2.6 i was able to open and edit Java or C Script. In Unity 3.4 i can't do that. I try to open it, but nothing happen. why?
View Articlewhat is the Javascript for making characters in unity 3.4?
I NEED HELP! will somebody please answer this by pasteing the character movement JS (Java script) as an answer to this? please i need help so so so bad. Thanx- Ben
View ArticleSerializable doesnt work
i got this c# class on unity using UnityEngine; using System.Collections; [System.Serializable] public class test { public int x; public int y; } and serializable doesnt work ¿why? i got unity 3.4
View Articleunity 3.4 having trouble with islanddemo
Error: Assets/Scripts/UnderwaterEffects.js(23,46): BCE0022: Cannot convert 'UnityEngine.GameObject' to 'float' thats what i get and nothing will load. i open that project and nothing is on the screen...
View ArticleWhy is Monodevelop displaying a strange hierarchy in its Solution panel?
I am following along with the [BurgZergArcade HealthBar 1/2 tutorial on Youtube][1] and when Petey opens up Monodevelop his Solution hierarchy is minimal and as you'd expect. ![alt text][2] [Click for...
View ArticleWill script ordering affect child classes?
In Unity 3.4, you can change the order script execution. If I have a parent script, called Parent, and have a number of classes deriving from it, will ordering the Parent affects its derived classes?
View ArticleAnimation completion using iTween
I want to detect animation completion using iTween. Basically I can able to move object using iTween but I also want to perform listener task also. My code for this task Vector3 position =...
View ArticlePlayer turn with move issue in unity3d
I have a first person controller .I want to move this man left and right ,when i press the left arrow and right arrow. For this i attach a script calle playermove. its working fine but isuue is that...
View ArticleQuery for Module.cwrap
I have one requirement on unity3d, we have received code related to unity where we have ***.jsgz file under Release folder. Inside this .jsgz file there is another file **.js file where I have below...
View ArticleUsing UnityEngine not suggesting in 2019.3 version,Using UnityEngine not...
Hi Ever since i've been using Unity's latest release 2019.3, there seems to be a problem when trying to use "Using UnityEngine". Visual studio doesn't give me any suggesting to select from anymore. For...
View Article