diff --git a/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXComponentTest.cs b/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXComponentTest.cs index 0157134d429..63f20a49598 100644 --- a/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXComponentTest.cs +++ b/TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests/VFXComponentTest.cs @@ -1168,7 +1168,6 @@ void fnSet_UsingSerializedProperty(VFXValueType type, VisualEffect vfx, string n VFXValueType.Texture3D, VFXValueType.TextureCube, VFXValueType.TextureCubeArray, - VFXValueType.CameraBuffer, VFXValueType.Boolean, VFXValueType.Matrix4x4 }; diff --git a/TestProjects/VisualEffectGraph_HDRP/Assets/ReferenceImages/Linear/WindowsPlayer/Direct3D11/None/31_CameraBuffer.png b/TestProjects/VisualEffectGraph_HDRP/Assets/ReferenceImages/Linear/WindowsPlayer/Direct3D11/None/31_CameraBuffer.png index 1ae9a29e7ca..fdfd45cbe0f 100644 --- a/TestProjects/VisualEffectGraph_HDRP/Assets/ReferenceImages/Linear/WindowsPlayer/Direct3D11/None/31_CameraBuffer.png +++ b/TestProjects/VisualEffectGraph_HDRP/Assets/ReferenceImages/Linear/WindowsPlayer/Direct3D11/None/31_CameraBuffer.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0af93781d7e63ea47247e72a99ddd18bb50698dc78602c393ce1ed41971621d -size 59699 +oid sha256:0c0dbc2b8aa6d0b24054e0ad8a5a9c2df5f10e272ef588ebc746597cb5072184 +size 69962 diff --git a/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs b/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs index cb7c85f4e8c..4a283ec2168 100644 --- a/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs +++ b/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs @@ -566,8 +566,6 @@ private VFXSlot InternalSanitize(int version) public VFXSlot Recreate() { - Debug.Assert(IsMasterSlot()); - // Try to retrieve the value object previousValue = null; try