I made this asset browser because I don't like the basic one in its implementation and because it created a lot of bugs, which sometimes made it impossible to develop anything. This asset browser has all the basic functions of an asset browser and some improvements compared to the standard one.
Features:
- This browser takes up much less space on the screen and is more customizable.
- Preserving the state of open folders when closing a project
- When moving folders, a warning window pops up so you don't accidentally misclick and then spend 10 minutes fixing it all.
Bugs that were solved for me
- The most important thing is that I had no way to create add-ons because when I opened the folder with the sandbox mode files, my main asset directory completely broke. Now I can make add-ons, but I need to shove this editor into the main game files because creating add-ons does not allow to use any libraries.
- Moving files from Windows files explorer now works fine. My files almost always wouldn't load, which is why I had to restart editor to see the new ones. So I always kept a folder of a game open to just drop files into it.