Giter Site home page Giter Site logo

Comments (5)

sknightq avatar sknightq commented on June 23, 2024 3

@AlicanBalik @ishwara-bhat I had a similar issue, but I resolved it.
If you using vue-cli2.x, you should put the WebGL resources in the static folder.
if you using vue-cli3.x, you should put the WebGL resources in the public folder.
As above, webpack will not deal with these files and only copy files to the root directory of the web.
image
Of course, you can use the default template(public/index.html) without external scripts and set the props of unitywebgl:
image

from vue-unity-webgl.

KSEIinnovations avatar KSEIinnovations commented on June 23, 2024

@AlicanBalik @votetake Were there ever any solutions determined? My issue is the following and can't seem to get it resolved:

Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

from vue-unity-webgl.

AlicanBalik avatar AlicanBalik commented on June 23, 2024

No, there was no solution and it hasn't been solved.

I tried 3 different approaches as I remember when I was having this issue. If it gets solved, I will use this again.

from vue-unity-webgl.

votetake avatar votetake commented on June 23, 2024

@AlicanBalik is /assets/ allowed by webpack as public resource?

GET http://localhost:9292/assets/games/game1/Build/UnityLoader.js net::ERR_ABORTED

This problem in your configuration, not in VUE component

from vue-unity-webgl.

ishwara-bhat avatar ishwara-bhat commented on June 23, 2024

I had similar issue with Webpack+angular. I had to add the src .js file path in the top-level index.html

<script src="../../assets/Built-WebGL/Build/UnityLoader.js"></script> <script src="../../assets/Built-WebGL/TemplateData/UnityProgress.js"></script>

Ideally the toolchain, webpack config etc should have taken care of this. I do not know if it solves the problem for you.

from vue-unity-webgl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.