Assets Manager
A downloadable tool for Windows and Linux
Assets Manager is a tool which helps you to organize your game assets, making it perfect for your gamedev workflow. You can find it's source code on Github.
Disclaimer: Assets are not included. The assets shown in the screenshots are from Kenney.
The idea for this project came to me during my last game jam. I had a lot of premade assets, but without a preview or quick search, it was just a pain to find the right assets. After the Game Jams I started working on this tool.
Main features
- Files and directories can be easily imported via drag and drop.
- Imports audio files, 3D models, and textures
- Quick search for assets
- Preview of each asset
- Export single assets or whole directories
Supported file formats
- 3D: GLTF, GLB, FBX, OBJ, Blender uncompressed (BLEND)
- 2D: PNG, JPEG, BMP, EXR, TGA
- Audio: WAV, FLAC, OGG, MP3
Feedback
If there are any issues or missing feature, please don't hesitate to provide your feedback in the comment sectionor on Github and help make the tool even better.
Technical
This tool uses the Godot Game Engine for the gui and most of the logic implementation. The importers are written in C++.
Updated | 25 days ago |
Status | In development |
Category | Tool |
Platforms | Windows, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Vailor1 |
Made with | Godot |
Tags | asset-manager, gamedev, Godot, organzier |
Code license | MIT License |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard, Mouse |
Links | Source code |
Download
Development log
- Assets Manager V1.1.0Feb 25, 2024
- Devlog #1Dec 21, 2023
- Assets Manager V1.0.0Dec 18, 2023