trilitech / tezos-unity-sdk

Tezos Unity SDK for developers. Discover the future of Web3 gaming.

Home Page:https://tezos.com/unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing WebGLSupport.unitypackage

umutkutlu opened this issue · comments

Concern

The WebGLSupport.unitypackage was present before this commit, but it appears to have been removed. Could it have been accidentally deleted?

@umutkutlu We have refactored WebGL related project in such way that all code related to Web is located in WebGLFrontend directory.
You can find WebGLFrontend/output/WebGLCopyAndPaste.unitypackage. Also you should manually go to WebGLFrontend/output and copy the StreamingAssets and WebGLTemplates folders. All this related info you can find in webgl readme section.