Skip to content

Releases: Trisibo/unity-webgl-copy-and-paste

Added attributes so Unity doesn't strip code

27 Jan 10:56
Compare
Choose a tag to compare

Added Preserve attribute to WebGLCopyAndPasteAPI class, and AlwaysLinkAssembly to the assembly, so Unity doesn't strip the code if the plugin is moved to a package

Fixes

27 Jan 10:37
Compare
Choose a tag to compare
  • Fixed paste not working on some browsers
  • Fixed labels not being visually updated on some browsers
  • Fixed potential null reference exception when EventSystem.current is null
  • Substituted deprecated JavaScript Window.event