You don't use constructors when writing code that derives from MonoBehaviour. Instead you use an `Awake` or `Start` function. Also, in your screenshot the XML is being displayed, so this is not a text asset problem.
↧