No, the Button player controls will move the player into a direction by rotating it. Something you could do is have the sprite be a child object and always rotate it to the camera using a small script. That'd also allow you to make use of the Auto Rotation Parameters when using Mecanim animations, where you can pass the rotation as a 4- or 8-directional value.
Otherwise, youll have to use a custom control.