Search Issue Tracker
Crash on mono_class_init when pausing playmode or inspecting object
Reproduction steps: 1. Open repro project (NewRepro.zip) 2. Open scene "TestScene". 3. Press Play. 4. Press Pause. Expected: Play m... Read more
Having a method called Update in a ScriptableObject causes an error if i...
To reproduce: 1. Open the project, attached by the user (test.zip) 2. Observe the console Expected: it is possible to create custo... Read more
The function "GetComponentInParent" returns null when the parent object ...
Reproduction steps: 1. Open the attached project; 2. Build the scenes on Standalone platform; 3. Open the built project; 4. Click "L... Read more
Header does not appear if followed by private variable
To reproduce: 1. Open attached Unity project "Header.zip" 2. Open "gg" scene 3. Click on Main Camera and observe the "HeaderTest" s... Read more
Unity crashes when playing a scene at SpectatorView.SpectatorViewManager...
Steps to reproduce: 1. Open the attached project(Spectator_HoloceumMSR_01.zip) 3. Open the SpectatorViewSample scene 4. Play the sce... Read more
"No MonoBehaviour scripts in the file" error if classes of the script ar...
"No MonoBehaviour scripts in the file" error if classes of the script are inside the namespace and the one which derives from MonoBe... Read more
Script behavior error in build output_log when both parent and child cla...
Reproduction Steps: 1. Import attached project. 2. Build and Run scene "ExampleB". 3. Inspect build's output_log. Expected result: ... Read more
SerializedObject.CopyFromSerializedProperty(null) crashes the editor
Steps to reproduce: 1. Open attached project (CopyFromSerializedProperty(null)_crash) 2. Click "Run" on the top menu and select Cras... Read more
API Updater does not show up after upgrading project
Reproduction steps: 1. Open project attached (APIrepro.zip) with Unity 5.6. Expected result: API Updater will show up. Actual resul... Read more
Editor crashes when opening a project which contains GameFlowEditor.dll ...
Steps to reproduce: 1. Open the attached project(GameFlow_HololensEdited.zip) 2. Observe the crash Actual result: Unity crashes Exp... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Source Generation with GeneratePropertyBag fails when using reserved keywords as variable names with @ prefix
- Prismatic ArticulationBody moves in opposite direction when using targetVelocity
- Shader Graph skybox material is rendered inccorrectly in builds when "Allow Material Override" or "Cast Shadows" are enabled and the "Deferred" Rendering Path is used
- Object motion is affected by incorrectly added rotation motion when importing animations
- Base class's Context Menu method is called when calling it in the Editor from the child class and the child class overrides this method