Releases: Custom-Extension-Works/Project-Obsidian
v2025.11.25
Update to .NET 10 to work with latest Resonite version
v2025.10.22
v2025.10.03
What's Changed
- Optimized audio nodes and components to prevent excessive RAM usage
- Added MeshEditTool, EditableMesh and EditableMeshControlPoint components (MeshEditTool is available in the Create New menu of the Dev Tool)
- Added new button to MIDI settings to copy the device name
- Fixed MIDI device support on Linux
The MeshEditTool can only edit static meshes. Point at a static mesh and then press primary to start editing, then you can grab control points to move vertices, and there are context menu options while using the tool to Bake your edit or to Restore the original mesh.
Full Changelog: v2025.08.27...v2025.10.03
v2025.08.27
Notable changes
-
Bundle SteamVR.dll and openvr_api.dll with the plugin since these aren't loaded by FrooxEngine anymore
-
Included licenses file for bundled libs
-
Added a button to plugin settings that refreshes the locale in case it is broken
-
Update FindGrabbableFromSlot node to find IGrabbables (joints, sliders etc. not just grabbable)
Full Changelog: v2025.06.07...v2025.08.27
v2025.06.07
v2025.05.28
What's Changed
Full Changelog: v2025.05.18...v2025.05.28
v2025.05.18
What's Changed
Full Changelog: v2025.05.16...v2025.05.18
v2025.05.16
What's Changed
- Use thread locks and account for buffer resizing by @Nytra in #97
- Some fixes for mesh collider wizard by @Nytra in #98
Full Changelog: v2025.05.14...v2025.05.16
v2025.05.14
What's Changed
- Update readme.md by @Nytra in #91
- Locale and settings improvements by @Nytra in #94
- Set plugin to be enabled by default by @Nytra in #92
- Actually fix locale not loading and fix MIDI settings not refreshing devices on start by @Nytra in #95
- Add modes to LevelMonitor node (Average, RMS, Peak) by @Nytra in #96
Full Changelog: v2025.05.10...v2025.05.14
v2025.05.10
What's Changed
- Port to Awwdio by @Nytra in #90
- The Obsidian dash setting to toggle whether or not to load the plugin for new sessions is now persistent.
- Improved locale loading for Obsidian dash settings
Full Changelog: v2025.04.10...v2025.05.10