Hi, I have developed a game over game framework. I am using your Car, Level, Driver examples.
My car is getting commands from UDP ( wheel, gas, brake etc.)
Anyway, If my camera is not looking at my car physics are not working. It gets ignition, gas but it is not moving unless I turn camera to car.
Is there anything to fix it? It makes no sense. I should not always look at my car.
Before you ask, my code is too huge and complicated to send. But I don't think there is something about my code. There must be a setting maybe rendering setting.
Thanks.