Null Reference Exception in the List course from the Quiz Master Game

Ok so I don’t know if it’s the proper way to do it but I managed to fix the problem by adding
currentQuestion = ScriptableObject.CreateInstance<QuestionSO>();
In the Start() method.
Hope that it will help someone, or that I’ll get a better solution :slight_smile:

4 Likes