Search Issue Tracker
Fixed
Fixed in 2023.3.X, 2023.3.0a13
Votes
0
Found in
2023.3.0a8
Issue ID
UUM-51652
Regression
Yes
[VFXG] Exposed properties can no longer be added via alt+drag
How to reproduce:
- Create a new VFX
- Drag an edge from any block port while pressing alt key
- Release alt key
Expected result: Exposed property is created
Actual result: Error is thrown to the console, edge sticks to cursor and exposed property is not created
No repro on 2023.2.0a5; Could be and issue from BBA;
ArgumentNullException: Value cannot be null.
Parameter name: source
System.Linq.Enumerable.OfType[TResult] (System.Collections.IEnumerable source) (at <06a41b943d5d41bf953a3d9839526e34>:0)
UnityEditor.VFX.UI.VFXDataAnchor.UnityEditor.Experimental.GraphView.IEdgeConnectorListener.OnDropOutsidePort (UnityEditor.Experimental.GraphView.Edge edge, UnityEngine.Vector2 position) (at /Users//Documents/unity/packages/com.unity.visualeffectgraph/Editor/GraphView/Elements/VFXDataAnchor.cs:311)
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