unity class wont show in editor code example
Example: cant see my classes in inspector
[System.Serializable]
public class SomeCustomClass
{
public string someProperty;
}
[System.Serializable]
public class SomeCustomClass
{
public string someProperty;
}