Search Issue Tracker

1
votes
Fixed

Crash on "yield return(WWW object)"

Networking

-

Mar 03, 2015

-

Version/s: 5.0.0f3

Note:A very small repro project is attached below. To reproduce the bug please follow the steps1. Open "Repro" project2. Open "Repro... Read more

0
votes
Fixed

Crash when accessing properties of various VersionControl classes

Version Control

-

Mar 03, 2015

-

Version/s: 5.1.0a1

Running any of the following groups of two lines of code will each cause Unity to crash: UnityEditor.VersionControl.Plugin p = new U... Read more

0
votes
Fixed

Unity crashes when trying to access ancestors property from a HierarchyP...

Editor - Other

-

Mar 03, 2015

-

Version/s: 5.1.0a1

Executing these 2 lines of code will crash Unity: UnityEditor.HierarchyProperty prop = new UnityEditor.HierarchyProperty(UnityEditor... Read more

0
votes
Fixed

When editing multiple sound sources "2D 3D" text will appear under anoth...

Audio

-

Mar 03, 2015

-

Version/s: 5.0.0f3

To reproduce:1. Create new project2. Create game object with audio source3. Duplicate it4. Change Spatial Blend value on one of the ... Read more

0
votes
Fixed

Unity fails to generate proper VS2013 solution when there's umlauts in t...

Windows Store Apps

-

Mar 02, 2015

-

Version/s: 4.6.3f1

-e Unity fails to generate proper VS2013 solution when there's umlauts in the path to the Unity project -repro:- have unity project ... Read more

0
votes
Fixed

Unity crashes when trying to access ProceduralMaterial preset

Substances

-

Mar 02, 2015

-

Version/s: 5.1.0a1

Executing these lines of code will crash the editor: ProceduralMaterial mat = new ProceduralMaterial ();Debug.Log (mat.preset); Also... Read more

0
votes
Fixed

NullReferenceException when trying to access the name of a newly created...

Animation

-

Mar 02, 2015

-

Version/s: 5.1.0a1

Executing these lines of code:Avatar a = new Avatar ();Debug.Log (a.name); results in NullReferenceException. The name of a newly cr... Read more

0
votes
Fixed

docs page stuck in JS, can't set it to C#

Docs - Scripting Reference

-

Mar 02, 2015

-

Version/s: 5.0.0f4

http://docs.unity3d.com/ScriptReference/Texture2D.EncodeToPNG.htmlTo reproduce:1. Open the page2. Try to switch the language to C# Read more

0
votes
Fixed

Broken screen resolution and snapping

Universal Windows Platform

-

Mar 02, 2015

-

Version/s: 4.6.3p1

Regression in 4.6.3p1 patch version. Backport fixes broke screen resolution and snapping; Rotating screen, screen resolution is show... Read more

0
votes
Fixed

AssetBundleCreateRequest crash

Assets Management

-

Mar 02, 2015

-

Version/s: 5.1.0a1

Executing these two lines of code:AssetBundleCreateRequest req = new AssetBundleCreateRequest();Debug.Log(req.assetBundle.name); cau... Read more

All about bugs

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