You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the first_person_controller.py file, everything works fine in the example except the cursor is a large pink rhombus. I was able to figure out that the issue is relating to the scale. For some reason, the scale is a percentage of the window size. This same issue appears in any project that uses the FirstPersonController. I haven't seen this happen to anyone else, though.
This issue seems to happen to 2d objects as 3d objects have the correct scale.
When printing the scale x and scale y of the object, it is the same as it was assigned to.
The text was updated successfully, but these errors were encountered:
When running the first_person_controller.py file, everything works fine in the example except the cursor is a large pink rhombus. I was able to figure out that the issue is relating to the scale. For some reason, the scale is a percentage of the window size. This same issue appears in any project that uses the FirstPersonController. I haven't seen this happen to anyone else, though.
This issue seems to happen to 2d objects as 3d objects have the correct scale.
When printing the scale x and scale y of the object, it is the same as it was assigned to.
The text was updated successfully, but these errors were encountered: