Hi, i try to do the following…
using Assets.Myscripts
but for some reason i cant make monodevelop to identify the Assets as dll or namespace… any help is greatly needed. Thanks in advance.
Hi, i try to do the following…
using Assets.Myscripts
but for some reason i cant make monodevelop to identify the Assets as dll or namespace… any help is greatly needed. Thanks in advance.
sorry for double post… but no one know?
did you make sure that, taken from your example, you wrapped your classes in
namespace Assets {
namespace Myscripts{
}
}
?