Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Apr 3, 2024
1 parent edb99c9 commit aa65705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,6 @@ Udon compatible 32bit hash lib

## Usage

- [UdonEncoding](https://github.com/koyashiro/udon-encoding) を同時にインストールするとstringから直接ハッシュに出来ます。
- ユーザー名ベースでの判定をオーナーで配列管理したいときなどに1ユーザー当たりデータを減らせます。

```csharp
Expand All @@ -22,6 +21,9 @@ var playerHash = FNV1a32String.ComputeHash(Networking.LocalPlayer.displayName);

## 更新履歴

- 3.0.0
- System.Text.Encoding対応
- Unity 2022/VRCSDK 3.5.2以上必要
- 2.0.1
- UdonEncodingないときにエラーにならないように
- 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "net.narazaka.simple-hash",
"version": "2.0.1",
"version": "3.0.0",
"displayName": "Simple Hash",
"description": "Udon compatible 32bit hash lib (FNV1a32)",
"author": {
Expand Down

0 comments on commit aa65705

Please sign in to comment.