CptCrabhands

Results 8 comments of CptCrabhands

Hmm, it updates the inspector values after calling "Invoke" from the inspector

I have tried to hack it by using sv_disconnect_module(slot, source, destination) but it always returns 0 (success) even if modules are disconnected

yeah, i was checking the documentation on any possible functions, but there isn't much info

I was able to figure out what the problem was. Return type of ```cs int[] sv_get_module_outputs( int slot, int mod_num ); int[] sv_get_module_inputs( int slot, int mod_num ); ``` should...

Odin Inspector does not support unity prefabs. That is one of the major flaws of using Odin in my experience. It comes with a great tool set that amplifies overall...

So far i think the only thing that breaks is the opus library since it's obviously missing. Is it possible to just add it and try testing it? We're developing...

I've tested iOS libraries of opus and AudioPluginDissonance and it worked! But i've had to manually copy and paste them from an iOS xcode project, i guess the post process...

Unfortunately, javascript version is not easily embedded into project, although it's available on the warmplace website Were you able to make it work in the end?