Генератор рантаймов (runtimes)
Normally the .runtimes folder content is updated automatically when you open the UnigineEditor. The Runtimes Generator is a console tool enabling you to generate runtimes without running the Editor, right from the command line. This tool might be useful for example, when only your assets are managed by a VCS, and you'd like to trigger generation of the .runtimes folder content right after checking out the latest version from the repository and then run your application. To invoke the tool and generate your runtimes, run <UnigineSDK>/bin/RuntimesGenerator_x64 from the command prompt (no additional arguments required).Обычно содержимое папки .runtimes обновляется автоматически при открытии UnigineEditor. Runtimes Generator - это консольный инструмент, позволяющий создавать время выполнения без запуска редактора, прямо из командной строки. Этот инструмент может быть полезен, например, когда только ваши ассеты управляются VCS, и вы хотите запустить создание содержимого папки .runtimes сразу после извлечения последней версии из репозитория и последующего запуска приложения. Чтобы вызвать инструмент и сгенерировать время выполнения, запустите <UnigineSDK>/bin/RuntimesGenerator_x64 из командной строки (дополнительных аргументов не требуется).
Upon successful completion of the generation process the contents of the .runtimes folder shall be updated in accordance with the assets inside the data folder.После успешного завершения процесса генерации содержимое папки .runtimes должно быть обновлено в соответствии с ассетами внутри папки data.