Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/webgl-package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: WebGL package
name: Unity package
on:
pull_request:
paths: ['WebGL~/**', '.github/workflows/webgl-package.yml']
push:
branches: [main]
paths: ['WebGL~/**', '.github/workflows/webgl-package.yml']
permissions:
contents: read
jobs:
Expand All @@ -15,4 +13,4 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: node --test 'WebGL~/Tools/install.test.mjs'
- run: node --test 'Tools~/package.test.mjs'
20 changes: 0 additions & 20 deletions Blockmaker.asmdef

This file was deleted.

File renamed without changes.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.0] - 2026-09-16

- Make the current WebGL Pera/optional email SDK the root Unity Package Manager
package; remove the obsolete v1 runtime and its external dependencies.
- Include verified browser assets automatically through Unity’s build API.
- Restore a one-file installer using `PackageManager.Client.Add`, plus demo
scene setup and a fullscreen WebGL template. No Node.js install step.
- Preserve the nine canonical wallet runtime files and their script/plugin
GUIDs. Document the major-version migration and pending attended wallet checks.

## WebGL preview — 2026-09-16

- Publish the current complete Pera/Lute and optional TxnLab/MetaMask Embedded
Expand Down
19 changes: 0 additions & 19 deletions Core/AlgoSignTypes.cs

This file was deleted.

2 changes: 0 additions & 2 deletions Core/AlgoSignTypes.cs.meta

This file was deleted.

142 changes: 0 additions & 142 deletions Core/BlockmakerAsyncExtensions.cs

This file was deleted.

2 changes: 0 additions & 2 deletions Core/BlockmakerAsyncExtensions.cs.meta

This file was deleted.

Loading
Loading