Search Issue Tracker

8
votes
Fixed

OnTriggerStay2D is called not properly

Physics2D

-

Nov 15, 2013

-

Version/s: 4.3.0f4

To reproduce:1. Open the attached project2. Run the "scene1"3. Move Jane object using arrow keys so that it collides with a "Trappe"... Read more

0
votes
Fixed

Calling Sprite.textureRectOffset causes Unity to crash

2D

-

Nov 16, 2013

-

Version/s: 4.3.0f4

To reproduce:1. Open attached project2. Open scene Flee_TestScene13. Open script "Inventory"4. Add a breakpoint on line 27 (inside O... Read more

0
votes
Fixed

OnSelectionChange() not called in Two-Column-Layout

Project Browser/Hierarchy

-

Nov 17, 2013

-

Version/s: 4.3.0f4

Steps to reproduce : - import the project attached- go to Bug Report > Example- select the folders in the Project Browser and not... Read more

2
votes
Duplicate

OnCollisionStay2D is not working as expected in regards to contact point...

Physics2D

-

Nov 17, 2013

-

Version/s: 4.3.0f4

Steps to reproduce : - import the project attached- open the scene and select the "Select me" gameobject- press play and notice the ... Read more

0
votes
By Design

Console errors thrown despite cached GameObjects that Undo properly

Editor - Other

-

Nov 16, 2013

-

Version/s: 4.3.0f4

Steps to reproduce : - open the project attached- open the scene "level"- go to Window -> FindReplaceTagsLaybers- click Find- cli... Read more

7
votes
Fixed

[Hierarchy] Cannot remove a property from a missing mono behavior from t...

Animation Window

-

Nov 16, 2013

-

Version/s: 4.3.0f4

Steps to reproduce : - import the project attached- open the scene "Test"- select the "Gameobject"- open the Animation window and no... Read more

0
votes
Duplicate

EditorGUIUtility.GetBuiltinSkin always returns the Light skin even when ...

Editor - Other

-

Nov 16, 2013

-

Version/s: 4.3.0f4

Steps to reproduce : - import the project attached- create a new "Editor" folder and move the script into the folder- open GetBuilti... Read more

1
votes
Fixed

[EGL] Unable to find an configuration matching minimum spec! on Android ...

Android

-

Nov 12, 2013

-

Version/s: 4.3.0f4

With Unity 4.3 only the black screen is shown on older devices. The sounds can be heard, but no graphics are displayed. The "[EGL] U... Read more

4
votes
Won't Fix

WWW uses proxy for local request

Networking

-

Nov 13, 2013

-

Version/s: 4.3.0f4

-e: see title, it uses the proxy even when checking "Bypass proxy server for local addresses" on the internet options-works fine in ... Read more

2
votes
Duplicate

Setting the mass of a Rigidbody2D script dynamically from any other scri...

Physics2D

-

Nov 17, 2013

-

Version/s: 4.3.0f4

To reproduce: Try changing RigidBody2D mass from a script. Read more