VisualPinball / VisualPinball.Engine.Mpf

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

Patch for new VPE API #16

Closed arthurkehrwald closed 6 days ago

arthurkehrwald commented 2 months ago

Replaces calls to Player.Queue with calls to Player.ScheduleAction to fix the compile errors when importing the VPE MPF package into Unity.

I am not sure if the 1 ms delay is a good idea. I have not been able to test MPF with VPE due to this issue.

freezy commented 2 months ago

Awesome! Lemme just check if there's not a better way to solve the 1ms thingie...