This message was deleted.
# helpdesk
s
This message was deleted.
l
I am unable to figure out how to us
buff
in Unity
Are there examples or docs where this would be illustrated?
Maybe they were supposed to be here?
Is this how I would access it in C#?
Copy code
JSNative.GetNumber(JSNative.CallMethod(NativePtr, "getBuffer"));
    }
m
cc @boundless-energy-78552
b
Hey, this blog explains how we did our bridging interface. If you want to communicate between C# and JS, follow this documentation 🙂
l
Thanks Theo! Ok makes sense, using native JS <--> Unity bridge
🙏 1