-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/bguyl/unity-bolt-atoms i…
…nto develop # Conflicts: # Assets/Guyl.AtomsVS/README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,24 +56,22 @@ Improve your workflow with scriptable object architecture and visual scripting ! | |
|
||
## Installation | ||
|
||
### 1. Add the package to the project | ||
### Add the package to the project | ||
|
||
The preferred way to install this package is via [openupm-cli](https://github.com/openupm/openupm-cli) | ||
|
||
```` | ||
openupm add [email protected]-preview.1 | ||
openupm add [email protected] | ||
```` | ||
|
||
This way, it will automatically download all the dependencies | ||
|
||
Otherwise, you will have to manually install the following packages: | ||
|
||
- [Unity Visual Scripting](https://docs.unity3d.com/bolt/1.4/manual/index.html) (from package manager) | ||
- [Unity Visual Scripting](https://docs.unity3d.com/Packages/[email protected]) (from package manager) | ||
- [Unity Atoms Core (4.4.2 or greater)](https://github.com/unity-atoms/unity-atoms) | ||
- [Unity Atoms Base Atoms (4.4.2 or greater)](https://github.com/unity-atoms/unity-atoms) | ||
- [LinkMerge (1.0.0 or greater)](https://github.com/RealityStop/Unity.CustomPackage.LinkMerge) | ||
|
||
Then click on `Next` and `Generate` | ||
|
||
---------------------------------------------------------------------------------------- | ||
|
||
|