Problem resizing vehiclewheel
Asked Answered
H

1

0

Hi devs. I'm new to game development, and I'm creating a simple game for a college assignment. However, I have encountered a problem and don't know how to fix it. I'm using a VehicleBody3D as my player, and I've configured the body and the wheels, and I've also created the script. Everything is working, but when I run my game, the wheels resize. The car is functioning, with traction and steering, but I don't know how to fix the size of the wheels. Can someone please help me?


GitHub repo: https://github.com/FeGroders/car-chase

Howlett answered 19/9, 2023 at 11:55 Comment(0)
N
1

Howlett but when I run my game, the wheels resize.

Your wheels are scaled. Try to make them in the right size without scaling.

Nafis answered 19/9, 2023 at 22:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.