Sabith Pocker

Results 4 comments of Sabith Pocker

Plugin can have a commented out admin menu and admin page.

@szholdiyarov What do you mean by "raindrops'? The issue pointed out in the above example is the difficulty in highlighting text across nodes at different levels.

@srcnalt Apologies for the late reply, I am not spending full-time on this code and is only working on this as and when I am getting time. Initially I tried...

Here is some relevant code if you want to take a quick look: ``` useFrame(() => { if(audioPlaying && player && masterViseme && masterViseme.length > 0) { if(player.privIsPaused) { player.resume();...