Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Video] Unity Burst Compiler: Performance Optimization Made Easy

Discussion in 'Community Learning & Teaching' started by charlesamat, Nov 16, 2018.

?

What's your favorite new scripting technology?

  1. Unity ECS

    1 vote(s)
    100.0%
  2. C# Job System

    0 vote(s)
    0.0%
  3. Burst Compiler

    0 vote(s)
    0.0%
  1. charlesamat

    charlesamat

    Joined:
    Feb 5, 2014
    Posts:
    66


    The Unity Burst Compiler transforms your C# code into highly optimized machine code. Using the Burst Compiler, you can achieve a level of performance that used to be unattainable by small teams and indie developers. All you need to do is import that Unity Burst Package to your project, leverage the Unity Job System, and Unity takes care of the rest!

    Blog Post: http://infalliblecode.com/unity-burst-compiler
     
    MD_Reptile likes this.