From 1b7e2e7345d5faf3d68586d84f32fb75539e44d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0imon=C3=ADk?= <53453633+marek-simonik@users.noreply.github.com> Date: Mon, 13 Apr 2020 20:50:17 +0200 Subject: [PATCH] Added fix for newer versions of Unity. Fixed the error "The type or namespace name 'VisualEffect' could not be found". --- Assets/Scripts/Record3DStream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Record3DStream.cs b/Assets/Scripts/Record3DStream.cs index f85106c..8ea595a 100644 --- a/Assets/Scripts/Record3DStream.cs +++ b/Assets/Scripts/Record3DStream.cs @@ -5,6 +5,7 @@ using Record3D; using System; using System.IO; +using UnityEngine.VFX; // Fix for newer versions of Unity // Warninig: experimental, pre-pre-alpha quality