Why are the texts red on monodevelop?
It is inconvenient to work. But it works fine on Unity3D Editor. Unity3D Editor do not recognize the error these red texts.
[1]: http://docs.unity3d.com/Manual/UsingDLL.html
I do not know Coding very well to give a detail answer why but I know that it's red because its an error, that Unity can not link it to what you are trying to do. Unity just does not see how it can be used at the time until its been explained to the system like Public's Etc Etc
I apologies for the comment not being much help
Answer by rober-psious · Apr 27, 2016 at 12:51 PM
Your DLLTest library is not recognized. You must compile it again or not use it.
DLLTest works fine. $$anonymous$$yUtilities is a class of DLLTest.
17: print("5 + 3 = " + utils.c); -> This code is not error on Unity3D Editor. The answer is correctly output to the log of Unity3D.
Code of DLLTest. http://docs.unity3d.com/$$anonymous$$anual/UsingDLL.html
Answer by Winterblood · Apr 27, 2016 at 12:22 PM
They're not errors. It's just colouring the words it recognises as classes or functions to try to make it more readable.