Search Unity

What is ECS & Burst support for moddable games like?

Discussion in 'Burst' started by TFlippy, Feb 22, 2019.

  1. TFlippy

    TFlippy

    Joined:
    Nov 12, 2014
    Posts:
    27
    I'm still quite new to the concept of ECS, but seeing those incredible performance benefits made me wonder if using ECS (hybrid approach) and Burst would be viable for a game with modding support (loading DLLs and compilling C# code at runtime).

    Are there any drawbacks, or is it even possible (such as Burst usage for code generated at runtime)?
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,770
    Providing nothing critical changed on the subject in Modding And ECS