I recently bought the Highlighter System from the Asset store. I am able to add the scripts that i have imported as components through the editor, but i cannot reference any of the added scripts from my code!
So i have Highlighter added as a component, but in my code, doing myObject.GetComponent() will give me an error saying that it cannot find the type or namespace Highlighter.
I have using HighlightingSystem; at the top and it cannot find the namespace or assembly.
See the images showing my Assets folder structure. Also note that the scenes supplied by the developer work as well and have no problem finding the referenced HighlightingSystem.
Why cant my scripts find the namespace?![alt text][1]
[1]: /storage/temp/124113-unityissue.png
↧