Skip to content

Files

Latest commit

93d3d78 · Jul 21, 2018

History

History
11 lines (7 loc) · 384 Bytes

codegen.md

File metadata and controls

11 lines (7 loc) · 384 Bytes

Code generation for Unity3D

Pravda project is able to generate auxiliary code for Unity that provides convenient way to call program's methods.
It uses meta information from the given bytecode to detect and analyse methods of the program.

How to generate code

pravda gen unity --input input.pravda --dir output-dir/