Unique Video Reference: 14_IW_UPC
Since the slimes are only ever changing their movement direction when they decide on a new target direction in MoveTo()
, wouldn’t it be much better to just set their flipping inside there instead on every FixedUpdate()
?
(Knockback or being hindered by an obstacle doesn’t change their ways in which they continue sliming, so no influence from there as well…)