vue-unity-webgl
vue-unity-webgl copied to clipboard
Unity 3d Component for VueJS
Hello there! Is there a way to remove the fullscreen label or edit its styling? The standard fullscreen label is clashing with my footer. Still: thank you for this awesome...
When I use `hideFooter=true` in tag, it does not seem to hide the footer. I still got it and the display of is seems to contain text and the picture...
I can't find the document of unityloader.js. I only found some snippets of code in following [url](https://forum.unity.com/threads/new-unity-webgl-embedding-api-white-paper.430909/). `var myGame = UnityLoader.instantiate("gameContainerId", "http://mydomain/myfolder/Build/mygame.json", {onProgress: myProgress, Module: {TOTAL_MEMORY: 0x20000000}});` But I still...
I meet new issues for now,I have set context config below ```javascript let canvas = document.getElementById('#canvas') canvas.getContext('webgl', {preserveDrawingBuffer: true}) console.log(canvas.toDataURL('image/jpeg',1.0)) ``` it only appear blank on my base64url , I‘m...
I put together a [vue-unity-webgl example repo](https://github.com/njwest/UnityWebGL-VueJS-Boilerplate) in case anyone is having difficulty with implementation
Hi, I'm trying to use this component with Nuxt but when I try to add it via NPM I receive a lot of Errors and I cannot install it? How...
Hi I'd like to use this solution in my app but when i setup my vue Unity Webgl i got this error : "Refused to load the script 'blob:http://127.0.0.1:8000' because...
Hi, Have you worked on support for Vue Hot Reload? It appears that the Unity WebGL canvas reloads each time the main Vue app code is updated. Any way to...
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...