Skip to content

Commit 43278f1

Browse files
authored
doc: Update README (again).
1 parent d5b5e63 commit 43278f1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@ and there are subtle differences, here's how will be referring to them:
2727

2828
| | Package Name | Repository |
2929
|-------------------------|-------------------------------------------|---------------------------------------|
30-
| vpe.unity (also "main") | org.visualpinball.engine.unity | [VisualPinball.Engine](https://github.com/freezy/VisualPinball.Engine) |
31-
| vpe.unity.hdrp | org.visualpinball.engine.unity.hdrp | [VisualPinball.Unity.Hdrp](https://github.com/freezy/VisualPinball.Unity.Hdrp) |
32-
| vpe.unity.assets | org.visualpinball.unity.assetlibrary | [VisualPinball.Unity.AssetLibrary](https://github.com/freezy/VisualPinball.AssetLibrary/tree/refactor/repos/VisualPinball.Unity.AssetLibrary) |
33-
| vpe.unity.assets.hdrp | org.visualpinball.unity.assetlibrary.hdrp | [VisualPinball.Unity.AssetLibrary.Hdrp](https://github.com/freezy/VisualPinball.AssetLibrary/tree/refactor/repos/VisualPinball.Unity.AssetLibrary.Hdrp) |
30+
| vpe (also "core") | org.visualpinball.engine.unity | [VisualPinball.Engine](https://github.com/freezy/VisualPinball.Engine) |
31+
| vpe.hdrp | org.visualpinball.engine.unity.hdrp | [VisualPinball.Unity.Hdrp](https://github.com/freezy/VisualPinball.Unity.Hdrp) |
32+
| vpe.assets | org.visualpinball.unity.assetlibrary | [VisualPinball.Unity.AssetLibrary](https://github.com/freezy/VisualPinball.AssetLibrary/tree/refactor/repos/VisualPinball.Unity.AssetLibrary) |
33+
| vpe.assets.hdrp | org.visualpinball.unity.assetlibrary.hdrp | [VisualPinball.Unity.AssetLibrary.Hdrp](https://github.com/freezy/VisualPinball.AssetLibrary/tree/refactor/repos/VisualPinball.Unity.AssetLibrary.Hdrp) |
3434
| unity.hdrp | com.unity.render-pipelines.high-definition | [Unity/Graphics](https://github.com/Unity-Technologies/Graphics/tree/master/com.unity.render-pipelines.high-definition) |
3535

3636

37-
- **vpe.unity** is the main repo. It contains mainly the code, and some resources, which will
37+
- **vpe** is the main repo. It contains mainly the code, and some resources, which will
3838
probably move into vpe.unity.assets at some point. It doesn't have any dependencies, neither
3939
to any of the other vpe packages nor to Unity's HDRP or URP. If only this repo is used in a
4040
project, the standard renderpipeline is used.
41-
- **vpe.unity.hdrp** contains HDRP-specific code.
42-
- **vpe.unity.assets** contains common assets only, i.e. asses that are render pipeline-agnostic.
43-
- **vpe.unity.assets.hdrp** contains HDRP-specific assets.
41+
- **vpe.hdrp** contains HDRP-specific code.
42+
- **vpe.assets** contains common assets only, i.e. asses that are render pipeline-agnostic.
43+
- **vpe.assets.hdrp** contains HDRP-specific assets.
4444

4545
### Dependencies
4646

4747
We have the following dependencies:
4848

4949
![](https://user-images.githubusercontent.com/70426/102411603-7a371d80-3ff2-11eb-8210-6203a74a635d.png)
5050

51-
So we see that vpe.unity.hdrp pulls in three other dependencies. These have to be added manually at the moment. So when
51+
So we see that vpe.hdrp pulls in three other dependencies. These have to be added manually at the moment. So when
5252
working with HDRP, you would have the following packages under *Custom* in the package manager:
5353

5454
- Visual Pinball Engine

0 commit comments

Comments
 (0)