Skip to content

Commit 7eaee67

Browse files
committed
unity: Add .gitignore and README.
1 parent bcfb453 commit 7eaee67

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# don't commit DLLs - the VS solution creates them.
2+
Plugins/**/*.dll
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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)

0 commit comments

Comments
 (0)