Add script usage note

This commit is contained in:
dominik-korsa 2025-07-16 12:51:27 +02:00
parent 7ddf45cbc4
commit 6ce107fcba
No known key found for this signature in database
GPG Key ID: 5A24D76EE0A30974

View File

@ -11,6 +11,9 @@ import yaml
# by dkgl # by dkgl
# v1.0 # v1.0
# #
# The assets are exported using https://github.com/AssetRipper/AssetRipper in the "Export Unity Project" mode.
# Pass the path to the "(...)/ExportedProject/Assets/Resources/track structures" directory as a command line argument to this script.
#
prefab_header_pattern = re.compile(r"^--- !u!(\d+) &(\d+)$") prefab_header_pattern = re.compile(r"^--- !u!(\d+) &(\d+)$")