StuckInLoop / unity_navigation_drawer

The navigation drawer is a UI panel that shows your app's main navigation menu. It is hidden when not in use, but appears when the user swipes a finger from the left edge of the screen or, when at the top level of the app, the user touches the drawer icon in the app bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User interface

Usage

Navigation drawer works left and right. To work of the corresponding type in the properties, select "Left" or "Right", and also apply the corresponding prefab.

In Demo folder, you will see an example of a project application for mobile devices.

Compatibility

Navigation Drawer is written in Unity 2019.4.0f1. Also works with versions since 5.x.x, 2017.x.x. (need to rebuild prefabs) (iOS, Android, PC, WebGL)

About

The navigation drawer is a UI panel that shows your app's main navigation menu. It is hidden when not in use, but appears when the user swipes a finger from the left edge of the screen or, when at the top level of the app, the user touches the drawer icon in the app bar.

License:MIT License


Languages

Language:C# 100.0%