From 6ce107fcba0389cfd7c0a2120a97006afa1eddb1 Mon Sep 17 00:00:00 2001 From: dominik-korsa <29484605+dominik-korsa@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:51:27 +0200 Subject: [PATCH] Add script usage note --- tools/parse-prefabs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/parse-prefabs.py b/tools/parse-prefabs.py index c9a1bfb..f126ae7 100755 --- a/tools/parse-prefabs.py +++ b/tools/parse-prefabs.py @@ -11,6 +11,9 @@ import yaml # by dkgl # 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+)$")