Skip to content

Husky Robotics Simulator v2.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 02:10
5fe3d2e
increased brake torque and added it as a serialized field (#17)

* increased brake torque and added it as a serialized field

* Removed comments and spaces

* serialized field fix

brakeTorque value is now initialized in the editor instead of awake()

* Replaced instance of Math.abs with Mathf.abs and removed unnecessary using statement