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

Burst AOT compiler folders

Discussion in 'Burst' started by GilCat, Jan 16, 2020.

  1. GilCat

    GilCat

    Joined:
    Sep 21, 2013
    Posts:
    676
    What are the folders that burst AOT compiler will look for?

    I can see this on source:
    Code (CSharp):
    1.         private const string LibraryPlayerScriptAssemblies = "Library/PlayerScriptAssemblies";
    So every .DLL in there will be compiled, right?

    Thanks