This newest lesson seems to have caused me some issues. When targeting my new ability, I get an error that reads “NullReferenceException: Object reference not set to an instance of an object
RPG.Combat.Projectile.GetAimLocation () (at Assets/OurScripts/Combat/Projectile.cs:50)
RPG.Combat.Projectile.Start () (at Assets/OurScripts/Combat/Projectile.cs:25)”
I checked the enemy in the ability’s effect radius and he has a collider, which is set to be a trigger. Not sure where else to look. My code should be identical to Sam’s, since I copied and pasted it exactly once I saw I had issues to check if it would fix anything.