Annexe Interactive

Links

Home
Projects
Software
The Anomaly
Wallride
Research
Unity ECS
About Us

Benchmarking Performance of Unity's Data Oriented Technology Stack

Brett M. Martin, Air Force Institute of Technology, WPAFB, OH, USA
Michael J. Visci, Annexe Interactive, Scranton, PA, USA
John W. Visci, Annexe Interactive, Scranton, PA, USA
Jonathan Thompson, Turbo Makes Games, CA, USA
Douglas D. Hodson, Air Force Institute of Technology, WPAFB, OH, USA

Abstract

Previous research demonstrated the implementation of a simple flight dynamic model (FDM) using Unity's Data Oriented Technology Stack (DOTS) package. Although the research provided a brief demonstration and analysis of the core features of the package, most notably the entity component system (ECS) pattern, it did not exhaust all of the means by which the architectural pattern is most often used to leverage performance benefits. In this research, we extend the functionality of the flight simulator to highlight the advantages of a data-oriented programming approach over the traditional object-oriented paradigm. Features such as flight controls and environment assets are implemented as entity component systems and the multi-threading capabilities of the DOTS package is exploited by spawning and manipulating multiple aircraft. In addition, we compare the performance metrics of the data-oriented design to a similar simulation created using the legacy object-oriented paradigm. The results indicate that the data-oriented simulation performs better than the object-oriented model for CPU performance, frames per second (FPS), and memory usage.

Links

Paper currently pending publication, but will be published in the proceedings by Springer Nature - Book Series: Transactions on Computational Science \& Computational Intelligence.