Search Issue Tracker

3
votes
Postponed

Object member initializers in C# scripts ignores values that are same de...

Scripting

-

Feb 18, 2014

-

Version/s: 4.3.4f1

Example: public class SomeClass{public int SomeValue = 1;} SomeClass a = new SomeClass { SomeValue = 0 };Debug.Log(a.SomeValue); // ... Read more

0
votes
Fixed

Wrong order in Parameters section of Microphone.Start

Docs - Scripting Reference

-

Feb 18, 2014

-

Version/s: 4.6.0b2

To reproduce:1. Open the scripting reference and navigate to Microphone.Start2. Notice that in the parameter section of the document... Read more

0
votes
Fixed

Rect transform Pos X/Y does not instantly update after reparenting

UI

-

Feb 18, 2014

-

Version/s: 4.6.0b2

To reproduce:1. Open "New Unity Project 51"2. Open scene test3. Select the image, make note of it's pos x, pos y4. Reparent the imag... Read more

0
votes
Fixed

Editor crashes after trying to call a method of a destroyed object

Terrain

-

Feb 18, 2014

-

Version/s: 4.3.3f1

To reproduce: 1) Download project2) Open "test" scene3) Select menu item Crash/Me4) Click "Crash Me" button5) Notice that editor bec... Read more

0
votes
Fixed

Negative uGUI image height or width causes the image to fill the game view

UI

-

Feb 18, 2014

-

Version/s: 4.6.0b3

To reproduce:1. Open attached project2. Open test1 scene3. Change the height or width to a negative value - the image fills the scre... Read more

0
votes
Fixed

Animation state "Highlighted" does not remain

UI

-

Feb 17, 2014

-

Version/s: 4.6.0b2

To reproduce:1. Open the attached project (it contains a button with transition set to "Animation" and four states: Normal Trigger, ... Read more

0
votes
Fixed

uGUI: Interface is broken when glow effect is added to the

UI

-

Feb 17, 2014

-

Version/s: 4.6.0b2

1. Open the sample uGUI project or use the attached one2. Verify that the glow effect is added to the main camera3. Click "Maximize ... Read more

0
votes
Fixed

OnApplicationFocus and OnApplicationPause are not called on

Blackberry

-

Feb 17, 2014

-

Version/s: 4.6.0b2

OnApplicationFocus and OnApplicationPause are not called properly on Blackberry devices. Read more

0
votes
Fixed

URL in Application.Quit documentation is not correct

Docs - Scripting Reference

-

Feb 17, 2014

-

Version/s: 4.3.4f1

In the scripting reference documentation of the Application.Quit the url to the Apple technical Q&A is not correct. Documentatio... Read more

2
votes
Postponed

First Input Causes Editor Lag

Input

-

Feb 17, 2014

-

Version/s: 4.6.0b2

To reproduce:1. Open attached project2. Open test scene3. Enter play mode4. After a few seconds hit space buttonExpected result: Not... Read more

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.