Skip to content

Commit 67ee5dd

Browse files
author
“christian
committed
Merge branch 'master' of bitbucket.org:indiesquare/btcpayunity
2 parents 71134d7 + 5198ea6 commit 67ee5dd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.ja.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ Read this in other languages: [English](README.md), [日本語](README.ja.md)
1717

1818
## 依存ライブラリー
1919
BTCpayクライアントは、以下ライブラリーに依存していますので、dllが必要です。
20+
もしくは、BTCpay クライアントの unityパッケージをインポートすることも可能です。
2021

2122
* BitCoinSharp
2223
* BouncyCastle.Crypto
2324
* Newtonsoft.Json
2425
* websocket-sharp
2526
* zxing.unity
2627

28+
## .net のバージョン
29+
Unityの設定で、donetのバージョンを4に変更する必要があります。
30+
`File->Build Settings->Configuration->Scripting Runtime Version-> .Net 4.x`
31+
2732
## ペアリングコードの作成方法
2833
1. BTCPayサーバーに管理者でログインする。
2934
2. 次の順番で、アクセストークンを作成します。 Store=>Access Token=>Create a new token. ただし、公開鍵は、空白にします。

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ BTCpay client has dependencies listed below. You should have those managed dll i
2525
* websocket-sharp
2626
* zxing.unity
2727

28+
or just use the importable unity package found in releases
29+
30+
## .net version
31+
In unity you may need to set the project settings to use .net version 4
32+
`File->Build Settings->Configuration->Scripting Runtime Version-> .Net 4.x`
33+
2834
## How to generate paring code.
2935
1. Login to BTCPay server as admin role.
3036
2. Go to Store=>Access Token=>Create a new token. without Public key.

0 commit comments

Comments
 (0)