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 - 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
react-unity-webgl - 7.0.8

Published by jeffreylanters almost 6 years ago

  • Fixed 'Make compatible with --isolatedModules TypeScript flag' #54
react-unity-webgl - 7.0.7

Published by jeffreylanters almost 6 years ago

  • Upgraded TypeScript compiler version
  • Upgraded target module
  • Fixed 'Implicit window object' bug
react-unity-webgl - 7.0.6

Published by jeffreylanters over 6 years ago

Changes

  • Added automatic canvas size adjustment when the window is resized see wiki

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 7.0.5

Published by jeffreylanters over 6 years ago

Changes

  • Fixed bug where the config would not be inherited correctly.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 7.0.4

Published by jeffreylanters over 6 years ago

Changes

  • Fixed bug where you could not create two players at once.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 7.0.3

Published by jeffreylanters over 6 years ago

Changes

  • Removed typescript dependency

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 7.0.2

Published by jeffreylanters over 6 years ago

Changes

  • Minor optimalisations

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 7.0.1

Published by jeffreylanters over 6 years ago

Changes

  • Solved issue where unused source maps caused not found messages in the console.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 7.0.0

Published by jeffreylanters over 6 years ago

Changes

  • I'm happy to announce version 7 of my library finally released! I've put a lot of work into this library so if you've found any errors feel free to edit the documentation or create a pull request. To learn more about contributing please look at the contribution page on this wiki. Please see the documentation for further details.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x
react-unity-webgl - 6.5.1

Published by jeffreylanters over 6 years ago

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Allow React function bindings to return values from jslib calls
react-unity-webgl - 6.5.0

Published by jeffreylanters over 6 years ago

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Added function to set fullscreen mode
react-unity-webgl - 6.4.4

Published by jeffreylanters over 6 years ago

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Temporary fix for #22
react-unity-webgl - 6.4.3

Published by jeffreylanters over 6 years ago

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Minor bug fixes
react-unity-webgl - 6.4.2

Published by jeffreylanters over 6 years ago

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Fixed bug where UnityEvent emits wrong data
react-unity-webgl - 6.4.1

Published by jeffreylanters almost 7 years ago

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Minor enhancements