What I want to do
So I want to add googly eyes to my player character and make them move around when the player moves and rotates, but the problem is I don’t know how exactly to setup the eye parts and how to parent them to make the eyes work how they should.
What I tried so far
there’s a version of the player that can go into the ground and you only see their eyes flattened, I made the googly eyes work by detaching the black dots from the eyes and adding a Spring Joint to them.
that kinda works for the “2D” version of it, but I don’t know how to do this for the spherical eyes, and make it not detach from the eyes,
So how would I go about putting this together? Can I achieve this with only the Joint Components or do I need to make a Script?