Search Issue Tracker
Fixed
Fixed in 1.8.0
Votes
0
Found in [Package]
1.4.2
1.5.2
1.6.0
1.7.1
1.7.3
Issue ID
UVSB-1885
Regression
No
Bolt Update Random Range node set users values to min0 and max0
When upgrading unity Editor from versions before to 2021.1, to 2021.1 and more, the random range api changed and it break all user data and ports connections in graphs.
*Reproducible on:*
* Visual Scripting version: upgrading from 1.4.13, 1.4.14 to 1.7.3
* Can be reproduced just by upgrading Unity Editor 2020 --> 2021
*Steps to Reproduce:*
# Open the following project using 2019.4 or 2020.3 version [https://github.cds.internal.unity3d.com/wendy-valles/platformer-kit]
# Update the current Bolt version to 1.4.15
# Go to Project->Macros ->ChangeMind.asset and open it to see the values set on the Random Rage node
# Close the project and open it with Editor 2021.1
# Go to package manager and install Visual scripting 1.7.3
# Wait for the update to finish and reopen the same asset from above.
*Actual Results:*
* Random Range values are reset to 0
* Example Before and after. Making it pretty fun to find all the wrong values.
!image-2021-09-28-16-45-10-370.png!
* !image-2022-02-04-14-15-23-730.png!
*Expected:*
# Min and Max Ports should link on the Min Inclusive and max Inclusive ports.
# If the port was not connected, the value should transfer to the good port.
# This should happen for anything that get modified in the future and not only to the random Range node.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment