Advanced Number Formatter (Short, Comma & BigInteger)
TheOurGameDev
$5.49
(no ratings)
Jump AssetStore
Stop copy-pasting number formatting code every project.
Format numbers as 1,000 or 1.5M with zero setup.
Supports ShortFormat, CommaFormat, and BigInteger for extremely large values.# Advanced Number Formatter (Short, Comma & BigInteger) — Unity PluginStop copy-pasting number formatting code every project. Two formatters, zero setup, works everywhere.---## ExampleHere’s a quick example of how to use the plugin:using NumberFormat;string a = CommaFormat.Format(1000000); // "1,000,000"string b = ShortFormat.Format(1500000); // "1.5M"---## What Is This?NumberFormat gives you two utility classes for the most common number display problems in games.CommaFormat - turns `1000000` into `"1,000,000"` — useful for scoreboards, currency displays, and stat screens.ShortFormat - turns `1500000` into `"1.5M"` — useful for idle games, leaderboards, and damage numbers where space is limited.Both formatters are static classes. No MonoBehaviour, no GameObject, no setup. Just call a method.---## Editor Preview WindowOpen via Window → NumberFormat Preview to test any number and see the formatted result instantly without entering Play Mode.---## RequirementsUnity 2020.3 LTS or newerSystem.Numerics — included in .NET Standard 2.1 (Unity 2021+ default)No third-party packages required---## LicenseThis plugin is licensed under the **Unity Asset Store End User License Agreement (EULA)**.Allowed:Use in unlimited personal and commercial projectsModify the source code for your own useNot Allowed:Reselling or redistributing this asset is not permittedSharing or giving away this asset to others is not permittedFull license: https://unity.com/legal/as-terms---*TheOurGame Developer-https://ourgamedeveloper.github.io/ourgamedev/*## List of our main features:1. CommaFormat - turns `1000000` into `"1,000,000"`2. ShortFormat - turns `1500000` into `"1.5M"`3.Prefix Support - add currency symbols like `$`, `£`, `€`, `¥`, `₹`4.Suffix Support- append units like `XP`, `Coins`, `Cards`, etc.5.BigInteger Support - formats extremely large numbers (e.g. `10^63` → `"1Vi"`)6.EditorPreviewWindow - test and preview formatted numbers instantly without entering Play Mode.I used AI to help me debug my code, teach me marketing , and improve my grammar.



