Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

React Unity ClearScript

openupm

This package contains binaries for ClearScript targeted for ReactUnity. It adds V8 engine capability to ReactUnity.

Installing

Install via OpenUPM (recommended)

npx openupm-cli add com.reactunity.clearscript

Or add using the package manager with the git URL

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

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

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