-
Notifications
You must be signed in to change notification settings - Fork 18
1. Installation π―
guntrumm edited this page Mar 4, 2023
·
2 revisions
Due to bugs regarding ScriptableObject losing references [in Unity 2022.2] when a package was updated, it's currently not advisable to install NewGraph as a package. Please clone this repository in the Assets folder of your project or add it as a submodule if your project already uses git version control.
Alternatively (if you don't need bleeding-edge), you can download a .unitypackage
from the Releases
section.
- Open your
Package Manager
window in Unity - Click on the
'+'
icon and select'Add package from git URL...'
- Add
https://github.com/Gentlymad-Studios/OdinSerializer.git
package. - Add
https://github.com/Gentlymad-Studios/GraphViewBase.git
package. - Close the package manager.
- Clone or download
https://github.com/Gentlymad-Studios/NewGraph.git
in yourAssets
folder. - You are ready to go.