Search Issue Tracker
Active
Under Consideration for 1.0.X
Votes
2
Found in [Package]
1.0.8
Issue ID
BEHAVB-260
Regression
No
Prefab workflows are not properly supported with the Behavior Agent Component
Steps to reproduce:
- Create and open an empty project and install com.unity.behavior
- Create and open a behavior graph (Assets > Create > Behavior > Behavior Graph)
- Add a "GameObject" blackboard variable
- In the scene hierarchy, create a new game object
- Add a behavior agent component
- Assign the graph
- Make two other prefabs (prefab1 and prefab2) and assign prefab1 to the variable on the scene game object agent (make sure you select the "Assets" tab in the object picker)
- Drag and drop the game object to the project view to make a prefab out of it
- Assign prefab2 to the variable on the scene game object agent
- Apply the changes to the prefab by right-clicking on the component (see video)
- Click on the prefab in the project view and observe the value of the blackboard variable
Actual results: The blackboard variable on the agent prefab references prefab1
Expected results: The blackboard variable on the agent prefab references prefab2
Reproducible with versions: 1.0.8
Tested on (OS): MacOS
Note! – There are more repro steps on the lack of support for prefabs in the tickets that this issue duplicates. Make sure to fix all of them.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment