Search Issue Tracker

0
votes
Fixed

Script updater still updates when you click the "X"

Scripting

-

Jun 20, 2014

-

Version/s: 5.0.0a13

To reproduce: 1. Open attached project. It contains a script that can be upgraded. 2. Open up the upgrade menu and close it via "X" ... Read more

0
votes
Fixed

Using the OnClick list for functions which have object as a parameter se...

UI

-

Jun 20, 2014

-

Version/s: 4.6.0b10

Steps to reproduce : - import the project attached - open the "test" scene - select the Button in the Hierarchy and notice under th... Read more

0
votes
Fixed

Freeze when calling Profiler.EndSample() while profiler is open

Profiling

-

Jun 20, 2014

-

Version/s: 4.5.0f6

Steps to repro: 1. Open the attached project and the scene 2. Open the profiler 3. Press play 4. Observe the freeze Read more

0
votes
Fixed

The documentation for WWW.LoadFromCacheOrDownload has some problems

Docs - Scripting Reference

-

Jun 20, 2014

-

Version/s: 4.5.1p1

In the WWW.LoadFromCacheOrDownload documentation http://docs.unity3d.com/ScriptReference/WWW.LoadFromCacheOrDownload.html there are ... Read more

0
votes
Fixed

The documentation for the WWW constructor is cut off

Docs - Scripting Reference

-

Jun 20, 2014

-

Version/s: 4.5.1p1

The WWW class constructor documentation http://docs.unity3d.com/ScriptReference/WWW-ctor.html has a missing function prototype. The ... Read more

1
votes
Fixed

WP8 player fails to build if project has const float in coroutine

WP8

-

Jun 20, 2014

-

Version/s: 4.5.1f3

The following lines will cause build to fail: IEnumerator Test() { const float testFloat = 1f; yield break; } Read more

0
votes
Fixed

Inaccurate link in scripting API to information about Rigidbody sleeping

Docs - Scripting Reference

-

Jun 19, 2014

-

Version/s: 4.5.1p1

In the scripting API page of the Rigidbody.Sleep http://docs.unity3d.com/ScriptReference/Rigidbody.Sleep.html there is a link to "Ph... Read more

1
votes
Fixed

InputField.InputType.Password does not work correctly when the input fie...

UI

-

Jun 19, 2014

-

Version/s: 4.6.0b10

To reproduce the bug: 1. Create an input field 2. Set Input Type: Password 3. Play and type something 4. Once you deselect the in... Read more

0
votes
Fixed

Crash on CreateEnlightenGeometryJob::Prepare

Global Illumination

-

Jun 19, 2014

-

Version/s: 5.0.0a12

Steps to reproduce: 1. Open the attached project and the scene 2. Set lightmap GI workflow to 'Iterative' 3. Select the main model a... Read more

0
votes
Fixed

Canvas is rendered behind the sprite and will not be visible if the sort...

UI

-

Jun 19, 2014

-

Version/s: 4.6.0b10

Steps to reproduce : - import the project attached - open the scene "MainScene" - press play and notice the text is not rendered -... Read more