I will like to add my own class to unity editor namespace but it just clear all the other class and voids so I want to know a way to
This won't work
Namespace UnityEditor
{
public static class myclass
{
Public static void myvoid()
{
//code
}
}
}
Sorry for the bad code. I just type it in fast
↧