The Unity Script Reference states:
“5. Don’t use namespaces.
Unity doesn’t support placing your scripts inside of a namespace at the moment. This requirement will be removed in a future version.”
(http://docs.unity3d.com/Documentation/ScriptReference/index.Writing_Scripts_in_Csharp_26_Boo.html)
My question is, why!?
I’m currently using them and have absolutely no problems. I’ve searched on the web and I’m not able to find a good reason why not using them. I would like to have more details abou that!
P.S I’m using Visual Studio 2010 to develop, which manage namespace better then MonoDevelop.
Thanks!