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 hidden (Show)

react-unity-webgl - 8.2.4

Published by jeffreylanters over 3 years ago

  • [Contribution by @mattdeitke #168] Added support for compilation on non-browser environments where references to the window or document are not available such as Gatsby
react-unity-webgl - 8.2.3

Published by jeffreylanters over 3 years ago

  • Added matchWebGLToCanvasSize prop to customise the WebGL canvas target render size instead of requiring it to always match 1:1 with the High DPI CSS size of the canvas.
  • Added canvas event to UnityContexts emitting an event when the canvas is ready
react-unity-webgl - 8.2.2

Published by jeffreylanters over 3 years ago

  • Improved UnityLoader instance pooling so re-mouting or mounting a Unity component with the same loader won't result in duplicate loader instances in the document head.
  • Improved error handling during the Unity mount cycle.
react-unity-webgl - 8.2.1

Published by jeffreylanters over 3 years ago

  • Added typings declaration to package file
  • Added legacy documentation to the readme
react-unity-webgl - 8.2.0

Published by jeffreylanters over 3 years ago

  • Refactored the Height and Width attributes to a generic Style attribute allowing any CSS Property to be assigned directly onto the Canvas element #157
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