Search Issue Tracker

1
votes
Fixed

[OSX] Custom editor property field on a scriptable object throws error w...

IMGUI

-

May 24, 2016

-

Version/s: 5.3.5f1

Steps to reproduce:1) open user attached project2) select scriptable object3) click repeatedly on color fields (gif attached) - erro... Read more

1
votes
Fixed

FindScriptByClassName Does Not Account for Namespace-Qualified className

Project Browser/Hierarchy

-

May 24, 2016

-

Version/s: 5.3.5f1

Icons for Scriptable Objects with namespace are displayed incorrectly (default asset icon). To reproduce:1) Open the attached projec... Read more

0
votes
Fixed

Memory corruption in mecanim job thread in 5.4

Animation

-

May 23, 2016

-

Version/s: 5.4.0b18

Repro steps: 1. Unzip the project2. Open it in Unity3. Build for Windows Standalone (I reproed it using x64/debug/development build)... Read more

0
votes
Fixed

[iOS] WebCamTexture does not work when trying to render it on a RawImage

iOS

-

May 23, 2016

-

Version/s: 5.4.0b18

Steps to reproduce: 1. Open attached project2. Build 'TestScene' for iOS3. Build the generated Xcode project to a device4. Notice th... Read more

0
votes
Fixed

[OSX] Event.current.shift returns true only when moving the mouse

IMGUI

-

May 23, 2016

-

Version/s: 5.4.0b18

How to reproduce:1. Open the attached project2. Open the window Window -> Shift bug3. Hold Shift, move mouse on the window and wa... Read more

0
votes
Fixed

JsonUtility.ToJson() crashes when serializing objects which have arrays ...

Windows Store Apps

-

May 23, 2016

-

Version/s: 5.4.0b18

Workaround: add a public int variable as the first field of that object. For example: [Serializable]class CrashingClass{public List&... Read more

16
votes
Fixed

[OpenVR] Entered playmode with unsupported gfx api = crash

VR

-

May 23, 2016

-

Version/s: 5.4.0b19

repro settings: - OpenVR is preffered SDK- OpenVR supported headset is plugged in (CV1 or Vive)- Graphics API auto is unchecked and ... Read more

1
votes
Fixed

Unity does not start if scene and its built lighting are named as library

Editor - Other

-

May 23, 2016

-

Version/s: 5.3.4f1

Steps to reproduce:- Open attached project and scene named "library" which can be found under Assets/Scenes- On the top menu select ... Read more

3
votes
Fixed

Missing menu bar in Windowed mode OS X mac standalone

Deployment Management

-

May 23, 2016

-

Version/s: 5.3.4p4

Reproduction Steps:1. Open User's or any other project2. Build to Mac standalone3. Run in windowed mode4. Notice that there is no me... Read more

0
votes
Fixed

Physics.IgnoreCollision causes spurious TriggerExit and TriggerEnter events

Physics

-

May 23, 2016

-

Version/s: 5.3.4f1

Steps to reproduce:1. Open ExtraTriggerExit project.2. Open "MainScene" scene.3. Go to play mode--Notice that Console printed what o... Read more