Search Issue Tracker

0
votes
Won't Fix

Converting integer to string with padded zeroes doesn't work on Flash

Flash

-

Mar 01, 2013

-

Version/s: 4.1.0b2

1 Create new project and create script(.cs)2 Add methodprivate int counter = 0;void OnGUI() {counter++;string str = counter.ToString... Read more

0
votes
Fixed

"Not yet compressed" message when switching platforms for a "Truecolor" ...

Deployment Management

-

Mar 03, 2013

-

Version/s: 4.1.0f2

Steps to reproduce : - the user attached a video explaining the issue- also package attached with the repro project Read more

0
votes
Not Reproducible

[PSD] PSD file mirrored on import

Project Browser/Hierarchy

-

Mar 04, 2013

-

Version/s: 4.2.0a1

1. Import any of the attached psd files into unity2. Drag asset to sceneview3. Observe how the image seems to be mirrored (though it... Read more

0
votes
Postponed
0
votes
Won't Fix

WebPlayer logging to be improved in light of "Failed to apply auto-updat...

Webplayer

-

Mar 04, 2013

-

Version/s:

WebPlayer logging to be improved in light of "Failed to apply auto-update" error issue. The thread is here: http://forum.unity3d.com... Read more

1
votes
Won't Fix

Mono runtime is having trouble finding methods when a covariant interfa...

CodeEditors

-

Mar 05, 2013

-

Version/s: 3.5.7f6

To reproduce:1. Create new project2. Add C# script with code from https://gist.github.com/jaredthirsk/51391203. Attach script to cam... Read more

0
votes
Won't Fix

The polygon collider is very inconsistent in how it draws the collider w...

2D

-

Mar 05, 2013

-

Version/s: 4.2.0a1

1. Put attached 'letters.psd' in scene and add polygon collider2. select 'create from texture' and observe how the collider is very ... Read more

3
votes
Postponed

Rename Xcode project to iOS

iOS

-

Mar 05, 2013

-

Version/s: 4.0.1f2

When an Xcode project is created, the project is named Unity-iPhone. It would be more consistent to rename it Unity-iOS Read more

1
votes
By Design

Delay while playing audio on Android

Android

-

Mar 06, 2013

-

Version/s: 4.0.1f2

It is a known issue in Android OS itself. The delay depends on the Android version (newer versions tend to have smaller delay). In U... Read more

1
votes
Fixed

[Texture2D] Texture2D.Compress() method compresses texture correctly, bu...

-

Mar 06, 2013

-

Version/s: 4.1.0b4

Texture2D.Compress() method compress texture correclty, but writes errors in console:d3d: failed to create 2D texture id=1289 w=1 h=... Read more