Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 722 Bytes

File metadata and controls

20 lines (14 loc) · 722 Bytes

Console Runner

Builds into executable, run by mono GenEntitas.exe.

See also

Building

  • Open CodeGen.sln solution file
  • Build solution
  • After successful build GenEntitas/bin will contain GenEntitas.exe along with dependencies

Using console runner to generate from external dll with components

  • Create library project for Component classes
  • Fill it with components. Same as in Unity, use [Context("Game")] instead of [Game] attribute
  • Build components dll
  • Run mono GenEntitas.exe and follow help - provide settings file