issues
search
VisualPinball
/
VisualPinball.Engine.Mpf
Mission Pinball Framework support for VPE
MIT License
0
stars
1
forks
source link
Repack library to make it usable in Unity
#2
Closed
freezy
closed
3 years ago
freezy
commented
3 years ago
Thanks to @jsm174 this works now in Unity.
Compiling the solution compiles the protos and ILRepacks everything into one DLL
After that, the resulting binary is copied to Unity's plugin folder (currently to x64)
TODO
[x] Figure out how to handle CI (keep binaries in repo vs recompile before publication)
[x] Check what's going with the test program
[x] Maybe do re-enable the spawner (probably not this PR)
Thanks to @jsm174 this works now in Unity.
TODO