Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.08 KB

Unity Job Threads vs MS Threads Sample

A test project written by Scott Wardle ([email protected]) for Google Game Development Summit 2022. This code was written in a bit of a hurry just before the talk. But it could be useful to you if you are trying to learn about Burst.CompileFunctionPointer or using managed code on Unity's Job threads to resudes contension.

presentation slides

How to use this project

Add this project to Unity editor. I used 2020.3.20f1 and mostly worked on stadia, or editor mode. I would expect that android, windows or even linux players should work

Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.