You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets\VFX\VisualEffectGraph-Extras\Editor\Utility\VFXEventTester\VFXEventTesterWindow.cs(17,16): error CS0246: The type or namespace name 'VisualEffect' could not be found (are you missing a using directive or an assembly reference?)
#121
Open
arinssanghi opened this issue
Jun 19, 2020
· 4 comments
using UnityEngine;
using UnityEngine.Experimental.VFX;
using UnityEditorInternal;
using System.Collections.Generic;
namespace UnityEditor.VFX.Utils
{
static class VFXEventTesterWindow
{
public static bool Visible;
}
The text was updated successfully, but these errors were encountered: