ı created a racing game, and the camera monitors the car with the code below. In addition, there is a script in the scene, which is located at (100px, 100px), like a button. Problem: when the camera moves, the button never moves. The button should always be displayed on the screen. But she does not move. What can I do?
mCamera.setChaseEntity(sprite);
source
share