https://github.com/rimurudev/unity-fbxsizeviewer
FBX Size Viewer for Unity A simple Unity Editor tool to quickly check the size of all .fbx files in your project.
https://github.com/rimurudev/unity-fbxsizeviewer
fbx fbx-size-viewer fbx-unity rimuru-dev rimurudev unity-fbx unity-fbx-debug unity-fbx-debug-size-view unity-fbx-utils unity-fbxsizeviewer view-fbx
Last synced: 2 months ago
JSON representation
FBX Size Viewer for Unity A simple Unity Editor tool to quickly check the size of all .fbx files in your project.
- Host: GitHub
- URL: https://github.com/rimurudev/unity-fbxsizeviewer
- Owner: RimuruDev
- License: mit
- Created: 2025-01-29T18:56:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T19:11:19.000Z (4 months ago)
- Last Synced: 2025-01-29T19:39:03.924Z (4 months ago)
- Topics: fbx, fbx-size-viewer, fbx-unity, rimuru-dev, rimurudev, unity-fbx, unity-fbx-debug, unity-fbx-debug-size-view, unity-fbx-utils, unity-fbxsizeviewer, view-fbx
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FBX Size Viewer for Unity
A simple Unity Editor tool to quickly check the size of all `.fbx` files in your project.
## Features
- View `.fbx` file sizes directly in Unity Editor.
- Language switcher: **English / Russian**.
- Scrollable list for projects with many `.fbx` files.
- Files sorted by size (largest first).
- Lightweight and easy to integrate.## Installation
### Option 1: Download Release
1. Download the latest release from [Releases](https://github.com/YOUR_REPO/releases).
2. Extract the `FBXSizeViewer` folder into `Assets/Editor/`.
3. Done.### Option 2: Manual Installation
1. Copy the `FBXSizeViewer.cs` script into `Assets/Editor/`.
2. Done.## Usage
1. Open Unity Editor.
2. Go to `Tools → AbyssMoth → FBX Size Viewer`.
3. A window will display all `.fbx` files in your project along with their sizes.
4. Click **"Switch Language"** to toggle between English and Russian.
## License
This project is licensed under the **MIT License** – see the [LICENSE](LICENSE) file for details.
**Author: RimuruDev**
GitHub: [github.com/RimuruDev](https://github.com/RimuruDev)