Search Issue Tracker

12
votes
Fixed

Throwing exception in async method in start spams console, does not stop...

Scripting

-

Feb 11, 2019

-

Version/s: 2017.2.0f3, 2018.3.3f1, 2019.1.0a11, 2019.2.0a1

To reproduce:1. Open the attached project2. Play the SampleScene Expected: Only a single exception is thrownActual: Exceptions start... Read more

13
votes
Duplicate

Incorrect transform position in Awake method of an instantiated prefab

Scripting

-

Oct 18, 2017

-

Version/s: 2017.2.0f3

To reproduce:1. Open attached Unity project "New Unity Project.zip"2. Open "Scene" scene3. Go into Play mode4. Input letter "s" (it ... Read more

13
votes
Not Reproducible

Unity extensions are not yet initialized assertions at project opening

Scripting

-

Jun 23, 2017

-

Version/s: 2017.2.0b1

Editor throws assertions at project opening For repro open attached project. It's switched to Universal Windows Platform with script... Read more

0
votes
Fixed

[Regression] Calling Destroy() method in Awake for Networking objects is...

Scripting

-

Jun 02, 2017

-

Version/s: 2017.2.0a2

Starting from 2017.2.0a2 when you spawn Networking object (spawnable object) and call Destroy() in Awake method - it gives error Cou... Read more

0
votes
Won't Fix

string.EndsWith freezes Unity when comparing Chinese/Japanese characters

Scripting

-

Dec 19, 2017

-

Version/s: 2017.2.0f3

Steps to reproduce:1. Open attached project2. Find the test menu at the top Menu Bar3. Click on test1 Expected result: Unity does no... Read more

0
votes
Won't Fix

[scripting, patch] Boo.Lang reference missing from generated csproj

Scripting

-

Jan 08, 2018

-

Version/s: 2017.2.1p1

Reproduction steps:1. Create new Unity project2. Download the repository and add to Assets3. Re-import the assets4. Open script with... Read more

3
votes
Fixed

Vector2Int is missing negation, division and multiplication by int opera...

Scripting

-

Oct 14, 2017

-

Version/s: 2017.2.0f3

Steps to reproduce: 1. Use one of these in a C# script: var vector = 2 * Vector2Int.one;var vector = -Vector2Int.right;var vector = ... Read more

0
votes
Fixed

Certain LINQ combinations yield wrong results on .NET 4.6

Scripting

-

Mar 19, 2018

-

Version/s: 2017.2.0b2, 2018.1.0b11

Reproduction steps:1. Download user's project and open in Unity2. Enter Play mode Expected: in the console appears "a, b, c, d, e, f... Read more

0
votes
Duplicate

[.Net 4.6] Adding new script to GameObject causes Unity to crash

Scripting

-

Jul 21, 2017

-

Version/s: 2017.2.0b3

How to reproduce:1. Create new project2. Go to Edit -> Project Settings -> Player and set Configuration to .Net 4.63. Create n... Read more

0
votes
Won't Fix

SerializedProperty's propertyPaths do not match appropriate property nam...

Scripting

-

Nov 28, 2017

-

Version/s: 2017.2.0f3

Reproduction steps:1. Download project "New Unity Project.zip" and open in Unity2. Open console window3. Select Directional Light in... Read more

All about bugs

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