Hi,
It seems that on Windows 10 Mobile the hardware Back button works (when using UnityEngine.Input.GetKeyUp(KeyCode.Escape)), but on Desktop the system Back button doesn’t. Just to clarify: there are two ways to “enable” the system Back button on Desktop
- Enable Tablet Mode in Windows 10 system settings (the Back button appears here: https://i-msdn.sec.s-msft.com/dynimg/IC819480.png).
- Enable the title bar Back button in the app itself (the Back button appears here: https://i-msdn.sec.s-msft.com/dynimg/IC794064.png).
I think both of them use the SystemNavigationManager.GetForCurrentView().BackRequested action. Is it possible that Unity doesn’t assign it?