- Home /
Question by
caprariualex · Jan 25, 2020 at 09:44 PM ·
2d gamespritesplatformshoots
My Enemy object disappeared when fliped it
Any solves? I USE GLOW FOR THIS GAME!!!!
void Flip() { Vector3 theScale = transform.localScale; theScale.x *= -1; transform.localScale = theScale; }
Comment
Best Answer
Answer by caprariualex · Jan 25, 2020 at 10:12 PM
Done. Just download a shader(two sided) and WOW and drag and drop on your "shader". Working.