Since Unity lacked support for Obsidian, I developed a workflow to bi-directionally link Obsidian notes to Unity assets, bringing all Obsidian’s PKM features to Unity.
Here’s a 5m video overview of all linking options.
overview
- For each asset in your Unity project, you can write a note.
- In this note, you can create links to other assets,
- and links to Obsidian notes.
- In your Obsidian notes, you can create links to select unity assets.
And if you have the unity note editor open, when it selects the asset you just clicked, it auto-loads the matching note for this asset.
This enables a smooth workflow between Obsidian and Unity notes.
Unity plugins
The plugins I use:
- GitHub - hannesdelbeke/unity-deeplink
to enable Obsidian to open Unity and select assets - GitHub - hannesdelbeke/unity-note-editor: attach notes to unity assets & edit them in editor
to write notes on Unity assets that can contain links to other assets, or to Obsidian notes.
Any feedback would be great.
This is a first version and still a bit rough around the edges.