Releases: Trisibo/unity-webgl-copy-and-paste
Releases · Trisibo/unity-webgl-copy-and-paste
Added attributes so Unity doesn't strip code
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
- 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