I have a player sprite that I want to rotate his weapon to always face a gameobject using
tansform.LookAt(focus);
I can see that this does in fact change the rotation of the object I want to rotate, but whatever object I put it on stops being rendered on play.
Anyone have an idea why this is?