-
Notifications
You must be signed in to change notification settings - Fork 26
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.
- 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 your Assets folder.
- You are ready to go.