gamedevexperiments
patreon
Make A Game Like Pokemon in Unity | #142 - Abilities 2
🕑 Added 2025-10-27 17:15:34 +0000 UTCIn this video, we’ll add abilities like Guts, Marvel Scale, Quick Feet, and Compound Eyes that boost stats such as Defense, Speed, and Accuracy.
Comments
Justin Wahlquist
I get a NullRef exception on sorting battle actions if there is a non-move action because a.Target is null. using a.Target?.Pokemon fixes it.