unity class wont show up 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;
}