#The Alfred Einstein Paddle Problem

1 messages · Page 1 of 1 (latest)

lament crow
#

Right, do you want to take a look at the code I had earlier? Your mention of angular velocity made me think there's an easier solution than brute forcing it with arrays

#

Your comment earlier got me to look into the API a bit and I saw that Rigidbody.AngularVelocity was a thing

#

So I was wondering if I could probably swap out Rigidbody.Velocity with Rigidbody.AngularVelocity and tweak from there

lament crow
#

Never mind, that didn't work