Search Issue Tracker
Behavior Graph subgraphs are not showing completion when debugging
How to reproduce:1. Open the attached “IN-118082.zip” project2. Open the “SampleScene” scene3. Open the “Main.asset” Behavior Author... Read more
Behavior Graph switch node in parent graph does not update when subgraph...
How to reproduce:1. Open the attached “Unity Behavior - Switches and subgraphs.zip” project2. Open the “Basic switch case“ scene3. O... Read more
“Edit Subgraph Representation” window resizes without bounds causing lay...
Steps to reproduce:1. Create new Unity project2. Open Package Manager window3. Install Behaviour package (com.unity.behavior)4. In P... Read more
Nodes “X” icon is oversized and low quality, overlapping Node name in Be...
Steps to reproduce:1. Create new Unity project2. Open Package Manager window3. Install Behaviour package (com.unity.behavior)4. In P... Read more
Creating a Blackboard Variable of an Enum byte or long cause exception
Steps to reproduce: Create a enum byte or long // public enum MyEnum : byte { A, B, C } Create and open a new Behavior Graph Create ... Read more
Behavior Node using Enum byte or long causes exception and graph view to...
Steps to reproduce: Create a new project Import the attached "MyEnumScript" script to the project Install the Behavior package from ... Read more
Unity Behavior Node Wizard generates incorrect type reference for nested...
Steps to reproduce:1. Create a new script with a class containing an enum (e.g., `public class MyEnumScript { public enum MyEnum { V... Read more
Unable to copy/paste or duplicate Variables via context menu or keyboard...
Steps to reproduce:1. Create new Unity project2. Open Package Manager window3. Install Behaviour package (com.unity.behavior)4. In P... Read more
[UX] Deleting or renaming “Edit Subgraph Representation” should not be p...
Steps to reproduce:1. Create new Unity project2. Open Package Manager window3. Install Behaviour package (com.unity.behavior)4. In P... Read more
Variable can be created with no name in the Blackboard
Steps to reproduce:1. Create new Unity project2. Open Package Manager window3. Install Behaviour package (com.unity.behavior)4. In P... 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default