XLittleLeft

Results 2 comments of XLittleLeft

Add them public static bool PlayerScaleIs(this Player target, Vector3 scale) => target.GameObject.transform.localScale == scale; public static bool PlayerScaleIs(this Player target, float scale) => PlayerScaleIs(target, Vector3.one * scale);