デフォルトで高度なパフォーマンスを

Unity の最新のハイパフォーマンスなマルチスレッド対応の Data-Oriented Technology Stack(DOTS)でマルチコアプロセッサをフルに活用しましょう。DOTS なら、さらに充実したユーザー体験を作り出し、より読みやすく他のプロジェクトで再利用しやすい C# コードにより、イテレーションを高速化できます。

DOTS workflow cover

ECS for Unity

ECS for Unity (Entity Component System) enables you to build more ambitious games. It’s a data-oriented framework compatible with GameObjects, enabling seasoned Unity creators to achieve more thanks to an unprecedented level of control and determinism.

Burst Compiler

Burst is a compiler that translates from IL/.NET bytecode to highly optimized native code. It uses the industry-proven LLVM compiler infrastructure to give game creators native code performance from C#. Burst also exposes CPU intrinsics, making it possible to fine-tune performance-critical code.

Profiler jobs

C# Job System

This system allows Unity developers to take advantage of multi-core computing platforms with parallelized code that can run safely and at speed. The C# Job System exposes Unity’s internal C++ Job System, giving Unity creators the ability to run their scripts alongside Unity’s internal processing.

Get started with DOTS

Check out some of the resources to help you get started with DOTS and learn about the fundamental concepts of data-oriented design.

弊社のウェブサイトは最善のユーザー体験をお届けするためにクッキーを使用しています。詳細については、クッキーポリシーのページをご覧ください。

OK