Search Issue Tracker

2
votes
Fixed

Japanese characters are not seen inside of the new Input Textfield whil...

UI

-

Aug 21, 2014

-

Version/s: 4.6.0b17

How to reproduce: 1. Create a new project 2. Add Text in Hierarchy 3. Switch language to Japanese IME (set for example Hiragana) 4. ... Read more

0
votes
Fixed

WebGL build problems with gamepad controls in different browsers

WebGL

-

Aug 21, 2014

-

Version/s: 5.0.0b1

Open http://kaijukun.com/lab/webgl/duel and attach two gamepads to your OS. The controls are analog stick and A for shooting On Win... Read more

2
votes
Fixed

The InputField in the new UI makes new lines with Shift+Enter instead of...

UI

-

Aug 21, 2014

-

Version/s: 4.6.0b17

To reproduce: 1) Create new project 2) Create GameObject->UI->InputField 3) Press Play 4) In order to make new lines in input field,... Read more

2
votes
Fixed

Image effects on 480x800 Windows Phones cause image downscaling

WP8

-

Aug 21, 2014

-

Version/s: 4.5.3f3

To reproduce: 1. Open repro.unitypackage 2. Open scene test. It contains a 2d image, and a color correction image effect that can be... Read more

1
votes
Fixed

Unity crashes if a method which has generic type overload is called

Scripting

-

Aug 21, 2014

-

Version/s: 4.6.0b16

Steps to reproduce: 1. Download attached project 2. Open it. 3. Click on menu "Crash?/Crash.". Unity crashes. The script contains: p... Read more

0
votes
Fixed

Custom cursor set in Player Settings overrides the default OSX cursor wh...

Editor - Other

-

Aug 21, 2014

-

Version/s: 4.6.0b17

To Reproduce: 1. Load the attached project in OSX. 2. Notice that for a short while, while loading, the mouse cursor is changed to ... Read more

0
votes
Fixed

Implicit byte to int conversion doesn't work as expected in webGl

WebGL

-

Aug 20, 2014

-

Version/s: 5.0.0a19

For example: byte c1 = 1; int c3 = c1 << 8, // c3 = 256 in Editor, but is 0 in WebGL build int c4 = 1 << 8; // c4 = 256 bot... Read more

0
votes
Fixed

Inspector doesn't immeadiately reflect changes in arrays when an element...

IMGUI

-

Aug 20, 2014

-

Version/s: 4.5.2f1

To reproduce: 1) Create new project 2) Create script which would have a public array, like this: (C# example) using UnityEngine; pu... Read more

0
votes
Fixed

Sprite Packer crashes when packing modified (dithered and compressed) sp...

2D

-

Aug 20, 2014

-

Version/s: 4.5.3f3

To reproduce: 1. Open attached project 2. Open Textures folder 3. Make sure that 'Override for Standalone' option is toggled off on... Read more

All about bugs

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