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 - 8.1.7

Published by jeffreylanters over 3 years ago

  • Updated typings to add support for multiple parameters on the Unity Context Event Listeners
react-unity-webgl - 8.1.6

Published by jeffreylanters over 3 years ago

  • Minor changes
react-unity-webgl - 8.1.5

Published by jeffreylanters over 3 years ago

  • Transferred package
react-unity-webgl - 8.1.4

Published by jeffreylanters over 3 years ago

  • Added stronger typings from Unity Context event listeners, including a map consisting of all the built-in events.
react-unity-webgl - 8.1.3

Published by jeffreylanters over 3 years ago

  • Minor improvements
react-unity-webgl -

Published by jeffreylanters over 3 years ago

react-unity-webgl -

Published by jeffreylanters over 3 years ago

react-unity-webgl - 8.1.2

Published by jeffreylanters over 3 years ago

  • Moved documentation from Wiki to ReadMe
  • Minor improvements
react-unity-webgl - 8.1.1

Published by jeffreylanters over 3 years ago

  • Moved the Device Pixel Ratio config to the Canvas's Props
react-unity-webgl - 8.1.0

Published by jeffreylanters over 3 years ago

  • Added support for DevicePixelRatio parameter
  • Added stronger typings for Unity Instance Parameters
  • Minor improvements
react-unity-webgl - 8.0.4

Published by jeffreylanters over 3 years ago

  • Add an optional TabIndex prop to enable keyboard interaction with inputs
react-unity-webgl - 8.0.3

Published by jeffreylanters over 3 years ago

  • Minor changes and improvements
react-unity-webgl - 8.0.2

Published by jeffreylanters about 4 years ago

  • Improved error handling for both the UnityLoader and UnityInstance mounting #115
  • Removed the Promise from ComponentDidMount
react-unity-webgl - 8.0.0 / 8.0.1

Published by jeffreylanters about 4 years ago

  • Added compatibility for Unity 2020.x
  • Removed compatibility for Unity 2019.x and below
  • Removed obsolete event listeners
  • Improvements and bug-fixes
react-unity-webgl - 7.1.6 / 7.1.7 / 7.1.8 / 7.1.9 / 7.1.10

Published by jeffreylanters over 5 years ago

  • Minor optimizations and changes
  • Updated support for newer Unity versions
react-unity-webgl - 7.1.5

Published by jeffreylanters over 5 years ago

react-unity-webgl - 7.1.4

Published by jeffreylanters over 5 years ago

  • Better UnityLoader implementation
  • Compatibility improvements
react-unity-webgl - 7.1.2 / 7.1.3

Published by jeffreylanters over 5 years ago

  • Compatibility improvements
react-unity-webgl - 7.1.0 / 7.1.1

Published by jeffreylanters over 5 years ago

  • Added support for unmounting (since Unity 2019.1) #22 🎉
  • Removed React as a dependency to prevent conflicts #62
  • Fix for a problem when no listeners where registered
  • Stability improvements
react-unity-webgl - 7.0.9

Published by jeffreylanters over 5 years ago

  • Minor bug fixes