[mini feature request] C# can't see some low level API DSP_STATE_FUNCTIONS

Hello,

While conforming to current Unity’s IL2CPP limitation [IL2CPP doesn’t support marshaling delegates that point to instance methods] I found out that some needed DSP structures members of low level API aren’t accessible from user code
| to obtain an instance reference I’m using custom/user data of dsp decsription and getting it via DSP_STATE function |

I understand that doing this correctly might be more involved, but please - would it be possible to expose / make public for the time being at the very least getuserdata field of DSP_STATE_FUNCTIONS so users wouldn’t have to patch Integration manually :slight_smile:

Thank you !

We have actually just fixed that for the upcoming release (at the start of November).

1 Like

Thank you, awesome !