You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ We also provide a factory implementation to access modules program or scene wide
44
44
- It is **not** a replacement or in competition with DOTS, Jobs, or Burst. You can use them together.
45
45
- It is **not** a replacement or in competition with MonoBehaviours, MonoBehaviours are still useful for view related logic.
46
46
47
+
# Installation
48
+
Using Unity's Package Manager (UPM), select Add New Package from Git URL, and paste the following URL: https://github.com/RenderHeads/UnityPlugin-ModulePattern/tree/master/Packages/RH.ModulePattern
49
+
47
50
# Usage
48
51
There are only three useful files in this repository:
0 commit comments