注意: このリポジトリは実験・研究目的のリポジトリです。商用利用しないようにお願いします。
VRChatのワールド(SDK3)で動作する2次元バーコードジェネレーター
- 任意の文字列(UTF-8エンコード時に最大134byteまで)を2次元バーコードに変換できます
- VRCSDK3-WORLD: 2020.05.12.10.33 以降のバージョン
- UdonSharp: v0.15.9 以降のバージョン
VRCSDK3-WORLD
をインポートUdonSharp
をインポートVRChatMatrixBarcodeGenerator
をインポート
:
を含む文字列で不正な2次元バーコードが生成されることがあるversion >= 4
の2次元バーコード生成する際、fpsが30以下まで低下する
Attention: This repository is for experimental and research purposes. Do not use it for commercial purposes.
This is U# scriptes of Matrix barcode generator for VRChat maps(SDK3)
- Any string (up to 134 bytes when encoded in UTF-8) can be converted to Matrix barcode.
- VRCSDK3-WORLD: 2020.05.12.10.33 or later
- UdonSharp: v0.15.9 or later
- Import
VRCSDK3-WORLD
- Import
UdonSharp
- Import
VRChatMatrixBarcodeGenerator
- Bad Matrix barcodes are sometimes generated by strings containing
:
. - The fps drops to less than 30 when generating a Matrix barcode with
version >= 4
.