File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 1- FBX Size Viewer for Unity
1+ # FBX Size Viewer for Unity
2+
3+ A simple Unity Editor tool to quickly check the size of all ` .fbx ` files in your project.
4+
5+ ## Features
6+
7+ - View ` .fbx ` file sizes directly in Unity Editor.
8+ - Language switcher: ** English / Russian** .
9+ - Scrollable list for projects with many ` .fbx ` files.
10+ - Files sorted by size (largest first).
11+ - Lightweight and easy to integrate.
12+
13+ ## Installation
14+
15+ ### Option 1: Download Release
16+ 1 . Download the latest release from [ Releases] ( https://github.com/YOUR_REPO/releases ) .
17+ 2 . Extract the ` FBXSizeViewer ` folder into ` Assets/Editor/ ` .
18+ 3 . Done.
19+
20+ ### Option 2: Manual Installation
21+ 1 . Copy the ` FBXSizeViewer.cs ` script into ` Assets/Editor/ ` .
22+ 2 . Done.
23+
24+ ## Usage
25+
26+ 1 . Open Unity Editor.
27+ 2 . Go to ` Tools → AbyssMoth → FBX Size Viewer ` .
28+ 3 . A window will display all ` .fbx ` files in your project along with their sizes.
29+ 4 . Click ** "Switch Language"** to toggle between English and Russian.
30+
31+ ## License
32+
33+ This project is licensed under the ** MIT License** – see the [ LICENSE] ( LICENSE ) file for details.
34+
35+ ** Author: RimuruDev**
36+ GitHub: [ github.com/RimuruDev] ( https://github.com/RimuruDev )
You can’t perform that action at this time.
0 commit comments