UnityEditor.EditorTools namespace issue
I have some post processing FX packages from the asset store whose scripts utilize the UnityEditor.EditorTools namespace, which of course generates an error when trying to export the build. Any recommendations on how to adapt these scripts not to use the EditorTools namespace, or do I need to start over on the post processing FX and find packages that don’t rely on UnityEditor namespaces?