I’m developing targeting windows phone and I can’t figure out why doing this is throwing an error:
_isHoldingTouch = Input.GetTouch(0).phase == TouchPhase.Began;
_isHoldingTouch is just a bool var.
the error is thrown as soon as I run the game
“WinRTBridge.winmd but was not handled in user code”
{“Index out of bounds.”}
thanks