https://github.com/srz-zumix/unity-yaml-normalize
Unity YAML files normalizer
https://github.com/srz-zumix/unity-yaml-normalize
unity
Last synced: 5 months ago
JSON representation
Unity YAML files normalizer
- Host: GitHub
- URL: https://github.com/srz-zumix/unity-yaml-normalize
- Owner: srz-zumix
- License: mit
- Created: 2021-04-24T05:30:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T13:36:05.000Z (5 months ago)
- Last Synced: 2026-01-24T22:13:07.124Z (5 months ago)
- Topics: unity
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# unity-yaml-normalize
[](https://badge.fury.io/py/unity-yaml-normalize)
[](https://pypi.org/project/unity-yaml-normalize/)
Normalize and overwrite Unity YAML files(onfigurations, prefabs, scenes, serialized data, etc) entries.
Implemented by [unity-yaml-parser](https://github.com/socialpoint-labs/unity-yaml-parser). thanks!
* Sort entries member
* Normalize negative zero.
## Install
> pip install unity-yaml-normalize
## Usage
```sh
usage: unity-yaml-normalize [-h] [-v] [-o OUTPUT] INPUT
positional arguments:
INPUT input file
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-o OUTPUT, --output OUTPUT
output file path
```
e.g.
> unity-yaml-normalize sample/SampleScene.unity -o tmp/SampleScene.unitysample/SampleScene.unity -o tmp/SampleScene.unity
