Skip to content

Releases: IndieSquare/BtcpayUnitySDK

No POS Facade

No POS Facade Pre-release
Pre-release

Choose a tag to compare

@hypergori hypergori released this 18 Jul 05:30
acd74ec
Merge pull request #5 from IndieSquare/webGLsupport

BTCpay removed POS facade

first WebGL build support

Pre-release

Choose a tag to compare

@hypergori hypergori released this 17 Feb 18:14
b81db91

To support WebGL build, we have done the following

1.remove Threading/Task/async-await as much as possible but use Unity CoRoutine
2.remove .net WebSocket class and introduce jslib WebSocket for WebGL and websocket-csharp for others
introduce "Json for Unity" package from Asset Store
3.Stripping prevention with link.xml
4.Remove heavy dependency on BouncyCastle and use NBitcoin for Key generation

Still lots of todo, like clean-up (debug logging) and dll for the ease of use by users.

Unity Btcpay sdk

Unity Btcpay sdk Pre-release
Pre-release

Choose a tag to compare

@hypergori hypergori released this 10 Nov 22:34

1.Remove dependency on the websocket-sharp and utilize the csharp's native websocket API
2.Use async-await instead of Coroutine
3. Softly force Facade "pos"