How to implement Hill Climb Racing 2D game in PlayCanvas?

Hi @Ketan_ATA,

To prevent movement or rotation in an axis just set the the Linear/Angular factors to 0. For example this body can’t move on the Y axis and can’t rotate around X and Z:

image

3 Likes