Search Issue Tracker
Fixed
Fixed in 1.4.14
Votes
0
Found in [Package]
1.4.10
Issue ID
UVSB-688
Regression
No
Select on Enum doesn't work with the RuntimePlatform enum
[Original Issue Link|https://support.ludiq.io/communities/5/topics/5019-select-on-enum-doesnt-work-with-the-runtimeplatform-enum] - Pending Review.
----
Scripting API entry for it: https://docs.unity3d.com/ScriptReference/RuntimePlatform.html
{code:java}
[Warning] Failed to define SelectOnEnum#8da8c...:
System.ArgumentException: Duplicate input for '%MetroPlayerX86' in Bolt.SelectOnEnum.
at Bolt.Unit.EnsureUniqueInput (System.String key) [0x0002a] in C:\Users\lazlo\Projects\Bolt1\Package\Bolt.Flow\Runtime\Unit.cs:269
at Bolt.Unit.ValueInput (System.Type type, System.String key) [0x00000] in C:\Users\lazlo\Projects\Bolt1\Package\Bolt.Flow\Runtime\Unit.cs:315
at Bolt.Unit.ValueInput[T] (System.String key) [0x00000] in C:\Users\lazlo\Projects\Bolt1\Package\Bolt.Flow\Runtime\Unit.cs:323
at Bolt.SelectOnEnum.Definition () [0x00070] in C:\Users\lazlo\Projects\Bolt1\Package\Bolt.Flow\Runtime\Framework\Control\SelectOnEnum.cs:54
at Bolt.Unit.Define () [0x00015] in C:\Users\lazlo\Projects\Bolt1\Package\Bolt.Flow\Runtime\Unit.cs:149
Unit.Define() C:/Users/lazlo/Projects/Bolt1/Package/Bolt.Flow/Runtime/Unit.cs:158
UnitWidget`1.DrawSettings() C:/Users/lazlo/Projects/Bolt1/Package/Bolt.Flow/Editor/Units/UnitWidget.cs:821
UnitWidget`1.DrawForeground() C:/Users/lazlo/Projects/Bolt1/Package/Bolt.Flow/Editor/Units/UnitWidget.cs:751
Canvas`1.DrawWidgetsForeground() C:/Users/lazlo/Projects/Bolt1/Package/Ludiq.Graphs/Editor/Canvases/Canvas.cs:1464
Canvas`1.OnGUI() C:/Users/lazlo/Projects/Bolt1/Package/Ludiq.Graphs/Editor/Canvases/Canvas.cs:276
GraphWindow.OnGUI() C:/Users/lazlo/Projects/Bolt1/Package/Ludiq.Graphs/Editor/Window
{code}
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
SelectOnEnum node has now the same behaviour as SwitchOnEnum node.
Duplicated enum values and obsolete enums are hidden.
Resolution Note (fix version 1.4.14):
backport: SelectOnEnum node has now the same behaviour as SwitchOnEnum node.
Duplicated enum values and obsolete enums are hidden.