Search Issue Tracker
Active
Under Consideration for 1.0.X
Votes
0
Found in [Package]
1.0.6
Issue ID
BEHAVB-130
Regression
No
Duplicating set variable node doesn't duplicate with hard coded values
*Steps to reproduce:*
# Create and open an empty project
# Install com.unity.behavior
# Create and open a behavior graph (Assets > Create > Behavior > Behavior Graph)
# Right-click on an empty area and select Add...
# Add a "Set Variable Value" node
# Create a blackboard float variable
# Assign the created float variable to the first variable of the Set Variable Value node
# Hardcode number '1' in the second variable of the Set Variable Value node
# Duplicate the Set Variable Value node (Right-click > Duplicate)
*Actual results:* The duplicated node doesn't duplicate with the hardcoded value and sets it to '0'
*Expected results:* The duplicated node preserves the hardcoded value and sets it to '1'
*Reproducible with versions:* 1.0.6
*Tested on (OS):* MacOS (M1) 15.1.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment