Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.02 KB

File metadata and controls

28 lines (17 loc) · 1.02 KB

React Unity QuickJS

openupm

This is a fork of unity-jsb targeted for ReactUnity. It adds QuickJS engine capability to ReactUnity.

Installing

Install via OpenUPM (recommended)

npx openupm-cli add com.reactunity.quickjs

Or add using the package manager with the git URL

https://github.com/ReactUnity/core.git#upm/quickjs

The sources live in the ReactUnity/core monorepo under unity/quickjs, but every release is published to the upm/quickjs branch with the package at its root, so this fetches only this package. Pin a version with its tag instead:

https://github.com/ReactUnity/core.git#upm/quickjs/v0.23.0

The standalone ReactUnity/quickjs repository is frozen at 0.19.0 — update the URL if your project still points there.