Burst の概要
Burst は、Unity の Job System に対応したコンパイラーであり、アプリケーションのパフォーマンスを引き出し高めるコードを作成できます。IL/.NET バイトコードのコードを最適化し、LLVM コンパイラー を使用するネイティブ CPU コードに変換します。
インストール
このパッケージをインストールするには、Package Manager のドキュメント の手順を実行してください。
Burst パッケージのバージョンを (更新などで) 変更した場合は、エディターを閉じて再起動する必要があります。
関連リソース
動画
Burst チーム制作のカンファレンス用プレゼンテーション資料:
- Getting started with Burst - Unite Copenhagen 2019 (スライド)
- Supercharging mobile performance with ARM Neon and Unity Burst Compiler
- Using Burst Compiler to optimize for Android - Unite Now 2020
- Intrinsics: Low-level engine development with Burst - Unite Copenhagen 2019 (スライド)
- Behind the Burst compiler: Converting .NET IL to highly optimized native code - DotNext 2018
- Deep dive into the Burst compiler - Unite LA 2018
- C# to machine code: GDC 2018
- Using the native debugger for Burst compiled code
ブログ
Burst チームが執筆したブログ投稿: