VisualPinball / VisualPinball.Engine.Mpf

Mission Pinball Framework support for VPE
MIT License
0 stars 1 forks source link

Properly serialize machine description #20

Closed arthurkehrwald closed 6 days ago

arthurkehrwald commented 2 months ago

Register changes to machine description with Unity Editor systems to ensure they are saved with the scene. Partially resolves issue #19.

arthurkehrwald commented 2 months ago

The second commit causes MpfGamelogicEngine to use the new subclasses introduced in another pull request in the main VPE repository. Together with the first commit, this completely resolves issue #19.