react-unity-webgl

React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.

APACHE-2.0 License

Downloads
62K
Stars
1.7K
Committers
25

Bot releases are visible (Hide)

react-unity-webgl - Release v8.7.2

Published by github-actions[bot] almost 3 years ago

  • Updated TypeScript configuration which resolves some source map issues
react-unity-webgl - Release v8.7.1

Published by github-actions[bot] almost 3 years ago

  • Improved stricter and safer type checking
react-unity-webgl - Release v8.7.0

Published by github-actions[bot] almost 3 years ago

  • Fixed an issue where using the Unity component while server side rendering caused an error
react-unity-webgl - Release v8.6.2

Published by github-actions[bot] almost 3 years ago

  • Minor improvements and documentation changes
react-unity-webgl - Release v8.6.1

Published by github-actions[bot] almost 3 years ago

  • Improved documentation.
react-unity-webgl - Release v8.6.0

Published by github-actions[bot] almost 3 years ago

I've been planning and working on this for a long time, I'm really happy to announce this big release!

  • Rewrote the entire codebase as a functional library including lot's of improvements (backwards compatible)
  • Added support to the Unity Context for capturing screenshots of the canvas
  • Added support to the Unity Context to request a Canvas Pointer Lock
  • Added global dispatchReactUnityEvent method as a replacement ReactUnityWebGL object
  • Fixed and issue where Unity 2021.2 builds would throw an error during runtime
react-unity-webgl - Release v8.5.2

Published by github-actions[bot] almost 3 years ago

  • Added a unique id to each Unity Canvas to avoid errors in Unity 2021.2 builds [#223]
react-unity-webgl - Release v8.5.1

Published by github-actions[bot] about 3 years ago

react-unity-webgl - Release v8.5.0

Published by github-actions[bot] about 3 years ago

react-unity-webgl - Release v8.4.10

Published by github-actions[bot] about 3 years ago

  • Updated peer- and development dependencies to match the corresponding React version
  • Minor changes to the documentation
react-unity-webgl - Release v8.4.9

Published by github-actions[bot] about 3 years ago

  • Minor changes in deployment cycle
react-unity-webgl - Release v8.4.8

Published by github-actions[bot] about 3 years ago

  • Fixed an issue where a release would not be created correctly
react-unity-webgl - Release v8.4.7

Published by jeffreylanters about 3 years ago

  • Minor changes and improvements
react-unity-webgl - Release v8.4.6

Published by github-actions[bot] about 3 years ago

  • Hot-fix for version 8.4.4 and 8.4.5 where the Unity Component sets its reference after it might have been unmounted [#213]
react-unity-webgl - Release v8.4.5

Published by github-actions[bot] about 3 years ago

  • Updated development packages and environment
react-unity-webgl - Release v8.4.4

Published by github-actions[bot] about 3 years ago

  • Ensuring a cleanup if an unmount occurs before loading finishes [#212]
react-unity-webgl - 8.4.3

Published by jeffreylanters over 3 years ago

  • Updated packages including minor improvements
react-unity-webgl - 7.1.13 (LTS)

Published by jeffreylanters over 3 years ago

Long Time Support release

  • Hot-fix including a solution for a problem where the exported package could not be found [#123]
react-unity-webgl - 8.4.2

Published by jeffreylanters over 3 years ago

  • Hot-fix including improvements in the package imports
react-unity-webgl - 8.4.1

Published by jeffreylanters over 3 years ago

  • Typing improvements and documentation and changes