theRAPTLab / gsgo

GEM-STEP Foundation repo migrated from GitLab June 2023
1 stars 1 forks source link

Update character controller 3 to work with other size / dimension screens #780

Closed jdanish closed 7 months ago

benloh commented 8 months ago

To see the problem:

  1. Edit Project settings
  2. Change the left and right values to something like -800, 800 to change the aspect ratio of the simulation
  3. Open CharController3 -- the screen looks right, but the dragger offset is wrong.

Note that CharController's drag area should also be resized to match the different aspect ratio.

benloh commented 8 months ago

Addressed with #791