Cant compile project
get these error
Assets\Scripts\UI\Manipulators\ShortCutManipulator\DragManipulatorsChildren.cs(6,26): error CS0234: The type or namespace name ‘Searcher’ does not exist in the namespace ‘UnityEditor’ (are you missing an assembly reference?)
You can’t access anything from the UnityEditor namespace outside of the editor.
1 Like
Apart from that Ryiah already mentioned, whatever scripts / assets you use seem to have other issues as well. There seems to be an editor script outside of an editor folder / editor tags and it seems to redefine the target property which would indicate either bad design or a bigger mistake. Did you write the script that contains the error or does that come from an asset you imported? If it comes from a template or asset, have you changed it?
1 Like