Search Issue Tracker

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
Not Reproducible

Project gets corrupted when upgrading from Unity 5.0 to Unity 5.1

Asset Import

-

Mar 02, 2015

-

Version/s: 5.1.0a1

- Import the attached project in Unity 5.0 final build- After that open the project in 5.1 alpha 1 There are many errors about asset... 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

0
votes
Duplicate

Type.GetType() in WebGL does not match the output given in the editor

WebGL

-

Mar 02, 2015

-

Version/s: 5.0.0f3

How to reproduce: 1. Open a new project2. Create a script called "testGetType.cs" with the following code: using UnityEngine;using S... Read more

1
votes
Fixed

Animation with only one Event at time 0.0 won't fire

Animation

-

Mar 02, 2015

-

Version/s: 5.0.0f3

How to reproduce: 1. Open attached project (AnimEventBugRepro.zip)2. Open scene Bug Repro Scene.unity- The scene contains two game o... Read more

0
votes
Won't Fix

Undocumented "Main()" message in MonoBehaviour

Scripting

-

Mar 02, 2015

-

Version/s: 5.0.0f1

How to reproduce: 1. Open a new project2. Create a script called MainTest.cs with the following code: using UnityEngine;using System... Read more

0
votes
Fixed

UI text input does not support copy/paste on WebGL build

WebGL

-

Mar 02, 2015

-

Version/s: 5.0.0f3

How to reproduce:1. Create a new project2. Place UI>Input Field to the scene3. Save the scene4. Play it, copy and paste something... Read more

5
votes
Fixed

WebSocket4Net not supported on IL2CPP

iOS

-

Mar 02, 2015

-

Version/s: 4.6.3f1

TO Reproduce: 1. Open " .zip" attached to the the post.2. Deploy with IL2CPP observe that WebSocket.State is stuck at connecting and... Read more

All about bugs

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