Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 981 Bytes

File metadata and controls

28 lines (17 loc) · 981 Bytes

React Unity Jint

openupm

This package contains binaries for Jint targeted for ReactUnity.

Installing

Install via OpenUPM (recommended)

npx openupm-cli add com.reactunity.jint

Or add using the package manager with the git URL

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

The sources live in the ReactUnity/core monorepo under unity/jint, but every release is published to the upm/jint 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/jint/v0.23.0

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