Skip to content

Commit 24a931a

Browse files
authored
Update README.md
1 parent 7fac6fd commit 24a931a

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
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)

0 commit comments

Comments
 (0)