BeatSaberCustomNotes icon indicating copy to clipboard operation
BeatSaberCustomNotes copied to clipboard

Custom Notes don't have debris or work properly with dissolve

Open legoandmars opened this issue 4 years ago • 1 comments

Base game debris is always present instead of debris based off of the currently selected custom note. This can be fixed by either creating a seperate "NoteLeftDebris/NoteRightDebris" object with custom debris shaders, or applying custom debris shaders to every object in the normal notes.

This issue also exists with dissolve, something that's shown when you fail the map (and in some maps that use Noodle Extensions). Ths solution is largely the same - it needs to be fixed with a custom shader, and then triggered somehow (probably by hooking into the game's dissolve functions)

legoandmars avatar Dec 04 '20 03:12 legoandmars

I have a working debris prototype but I'm not happy with the implementation, so it will likely need a rewrite.

legoandmars avatar Dec 04 '20 03:12 legoandmars