Skip to content

v1.0

Latest

Choose a tag to compare

@RimuruDev RimuruDev released this 29 Jan 19:06
· 1 commit to main since this release
24a931a

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.
  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 file for details.

Author: RimuruDev
GitHub: github.com/RimuruDev

Full Changelog: https://github.com/RimuruDev/Unity-FBXSizeViewer/commits/v1.0