Forums › 💬 FlowCanvas › ⚙️ Support › error CS0117: `UnityEditor.PrefabUtility' does not contain a definition › Reply To: error CS0117: `UnityEditor.PrefabUtility' does not contain a definition
Hello,
To fix the error, please open up GetVariable.cs and change line #65 to #if UNITY_2018_2_OR_NEWER.
#if UNITY_2018_2_OR_NEWER
Regarding the warnings, they are not harmful and will be fixed in the next version.
Let me know if the fix works for you. Thanks.