File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
VisualPinball.Engine.Mpf.Unity Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # don't commit DLLs - the VS solution creates them.
2
+ Plugins /** /* .dll
Original file line number Diff line number Diff line change
1
+ # Visual Pinball Engine - MPF Gamelogic Engine
2
+ * Enables the Mission Pinball Framework to drive VPE*
3
+
4
+ ## Setup
5
+
6
+ Add this to your Unity project via the package manager. When using a scoped
7
+ registry, use ` org.visualpinball.engine.missionpinball ` .
8
+
9
+ ## Usage
10
+
11
+ This package adds a new Gamelogic Engine called * Mission Pinball Framework* .
12
+ Just add the component to your table and wire up the switches, coils and
13
+ lights.
14
+
15
+ ## Developer Setup
16
+
17
+ This UPM package gets build and published via CI. If you want to use it locally,
18
+ you'll need to open and compile the VS solution first, which will copy the
19
+ necessary binaries to the Unity package folder.
20
+
21
+ ## License
22
+
23
+ [ MIT] ( ../LICENSE )
You can’t perform that action at this time.
0 commit comments