1+ # Asset Manager Window
2+ - Should be able to navigate into the present folder
3+ ## Assets Manager Folder Tree
4+ - Should be able to expand the Assets Folder tree
5+ - Should be able to navigate onto the folder with the Assets Folder tree
6+ - The Materials filter should display only material asset on the navigated folder
7+ - The Models filter should display only model asset on the navigated folder
8+ - The Textures filter should display only texture asset on the navigated folder
9+ ## Right click menu
10+ - The right click should display a menu
11+ - The right click menu should display a Create Folder option
12+ ## Right click menu on a folder
13+ - The right click menu should display rename option
14+ - Should be able to rename a folder with the right click
15+ - The right click menu should display delete option
16+ - Should be able to delete a folder with the right click
17+ - The right click menu should display Details option
18+ - Should be able to display the folder details of a folder with the right click
19+ ## Right click menu on an asset
20+ - The right click menu should display rename option
21+ - Should be able to rename a folder with the right click
22+ - The right click menu should display delete option
23+ - Should be able to delete a folder with the right click
24+ - The right click menu should display Details option
25+ - Should be able to display the folder details of a folder with the right click
26+ ## Drag & Drop
27+ - Should be able to drag and drop asset on a scene
28+ - Should be able to drag and drop asset on the SceenTree window
29+ - Should be able to import a asset by dragging a file from your computer
30+ ## Shortcuts
31+ - Should be able to undo the drag and drop of an asset with CTRL + Z
32+ - Should be able to redo the drag and drop of an asset with CTRL + SHIFT + Z
33+ ## Selection
34+ - Should be able to select multiple entities with CTRL + LEFT CLICK
35+ - Should be able to deselect entity with CTRL + LEFT CLICK
36+ - Should be able to select multiple entities with SHIFT + LEFT CLICK
0 commit comments