Hello,
After following lecture 23 where it talked about Scriptable Object, I was creating a Text Area to add text in the inspecdtor panel.
[CreateAssetMenu(menuName = "State")]
public class states : ScriptableObject {
[TextArea(14,10)][SerializeField] string storyText;
}
However my TextArea remains the same:

There are not compile error. I have tried restarting Unity.
Possible cause is that I am using the latest version of Unity: 2018.1.1f1