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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment