### Command line example Source: https://github.com/focus-creative-games/leanclr4unity/blob/main/Docs~/aot-rule-file.md Example of specifying multiple rule files on the command line using the --leanaot-aot-rule-file option. ```text LeanAOT ... --leanaot-aot-rule-file path\to\base.xml --leanaot-aot-rule-file path\to\game.xml ``` -------------------------------- ### Installation via Git URL Source: https://github.com/focus-creative-games/leanclr4unity/blob/main/README_EN.md Instructions for adding the LeanCLR for Unity package to a Unity project using Git URLs in the Package Manager. ```bash https://github.com/focus-creative-games/leanclr4unity.git ``` ```bash https://gitee.com/focus-creative-games/leanclr4unity.git ``` -------------------------------- ### Example AOT Rule File Source: https://github.com/focus-creative-games/leanclr4unity/blob/main/Docs~/aot-rule-file.md An example XML file demonstrating how to configure AOT compilation rules for assemblies, types, and methods. ```xml ``` -------------------------------- ### Root structure and encoding Source: https://github.com/focus-creative-games/leanclr4unity/blob/main/Docs~/aot-rule-file.md Basic XML structure for an AOT rule file, recommending UTF-8 encoding and the root element. ```xml ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.