stoplime / inkTD

Unity based tower defense game for the CGDD4003 KSU class
2 stars 1 forks source link

UI moving with camera #3

Open stoplime opened 6 years ago

stoplime commented 6 years ago

The tower menu was moving when you move the camera left and right. Taylor thinks this is related to the upgrade menu.

tadams0 commented 6 years ago

I suspect this is related to alternate menus with the tab menus. As I just experienced the tower menu slide back when I clicked the tower tab button, but the main menu container stayed put as well as the tab button.

tadams0 commented 6 years ago

It also seems w, a, s, and d are shortcuts to moving scrollbars on the menus. It's possible the camera has no affect, but instead the same keys are used to scroll the scrollviews.

tadams0 commented 6 years ago

This bug is likely fixed for left/right menu for towers.