Hi everyone!
This maintenance update fixes several bugfixes also contains a new feature that allows you to set leading zeros in some special variables (like #, @, ##, @@, amount).
The format to enable the leading zeros is to append “|0000” (from 1 up to 4 zeros).
Example (using the “item number in set” special variable):
Format | Result |
{#} | 3 |
{#|0} | 3 |
{#|00} | 03 |
{#|000} | 003 |
{#|0000} | 0003 |
Read more about variables in the official manual / documentation 📘
Full release notes:
✨ New Features
- Allow to set leading zeros in some special variables (amount, item numbers, total item counts).
🔧 Improvements
- Improve project load performance when data import screens warmup is enabled.
- Hide right menus on mouse cursor screen exit on the start screen.
- Update to Unity 2021.3.9f1 LTS.
🐛 Bugfixes
- Fix some panel inspectors property reset buttons not working.
- Fix UI state bug when creating new sets on Excel data import preventing to show their items.
- Fix occasional bug when importing Excel sheets containing cells with formulas.