chore: release v0.23.0 - #134
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
July 27, 2026 22:26
6bc0797 to
0b2d226
Compare
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
July 28, 2026 00:20
0b2d226 to
40f85fa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All bumped packages.
@reactunity/renderer0.22.00.23.0@reactunity/material0.22.00.23.0@reactunity/create0.22.00.23.0@reactunity/scripts0.22.00.23.0Changelogs
2026-07-28-a7f3c1.mdShow Bumped Packages (1)
npm:@reactunity/scriptsServe the web previewer without installing it
The dev server's previewer now works out of the box. Visiting the dev server address in a browser opens a Unity WebGL player running your UI, with no extra package to install.
Previously this required the optional
@reactunity/previewerdependency, which shipped a ~107 MB Unity build in its npm tarball — a cost every install paid for a page many projects never opened. The build is now hosted onreactunity.github.ioand fetched on first load, then cached by the browser.@reactunity/previeweris no longer used and has been dropped frompeerDependencies; you can remove it from your project.Because the build is fetched rather than bundled, the first load needs network access. To preview offline — or to preview your own Unity scene — put a previewer build in a
previewerfolder in your project so thatpreviewer/index.htmlexists. The dev server serves that in preference to the built-in previewer, and your project's ownpublicfolder takes precedence over both.The dev server also serves
/info.html, explaining how to point Unity'sDevServerproperty at it. That guidance used to be the page shown at/.Fix the
previewerfolder override being ignoredA custom previewer placed in a
previewerfolder was never actually served. The dev server readpaths.appPreviewer, but that key was only defined when developingreact-unity-scriptsin its own repository — in a published install the path resolved toundefined, so the documented override silently did nothing.Publish
The following packages will be published if merged:
@reactunity/renderer0.23.0npm@reactunity/material0.23.0npm@reactunity/create0.23.0npm@reactunity/scripts0.23.0npm