Search Issue Tracker
Fixed
Fixed in 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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment