I am working on creating a physics-based bicycle for my game, and I am just focusing on the front wheel and handlebars for this question. The wheel is constrained by a physics constraint to the front (aka handlebars).
The wheel was parented to the front fork to maintain its rotational offset so that when the handlebars turn, the wheel will remain centered on the fork. Through my searching, I found that when an object is marked for physics simulation, it gets rid of its parent at run time, making it so that while it will still rotate, it will not be correctly centered. The top video is what it should look like, and the bottom video is what it currently looks like. I also included images.
I might be looking at this the wrong way in terms of finding a solution, but I’m stumped as to how to proceed. Any suggestions would be greatly appreciated. Thanks!