0.1.0 • Published 1 year ago

unity-setup v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

unity-setup

sample

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <script src="https://unpkg.com/unity-setup@0.1.0/dist/unity-setup.js"></script>
  </head>
  <body>
    <script>

      // unity
      //  - build.data.gz
      //  - build.framework.js.gz
      //  - build.loader.js
      //  - build.wasm.gz
      
      setup('unity/build', { width: 800, height: 600 });

    </script>
  </body>
</html>
0.1.0

1 year ago