I have a problem with Realm Rush - Tower Defence. Somewhere around lesson 128 my game stopped working. The enemy doesn’t move anymore. I get this error message:
NullReferenceException: Object reference not set to an instance of an object
EnemyMovement+d__2.MoveNext () (at Assets/EnemyMovement.cs:21)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
EnemyMovement:Start() (at Assets/EnemyMovement.cs:12)