InvexGames / MaterialUI

MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
http://invexgames.com/materialUI.html
Other
771 stars 200 forks source link

Fixed NavDrawer not using the correct position. #44

Closed Benjiko99 closed 9 years ago

Benjiko99 commented 9 years ago

This was breaking the dragging function and was setting the Z position to 0 when dragged because of a conversion from Vector2 to Vector3 (making the Z=0)