electron-react-boilerplate integration #349
Unanswered
Myszczyson
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to put flappyBird clone made by Zigurous into an app based on electron-react-boilerplate Here my example
Tried imports of '../../assets/flappyBird.loader' and '/assets/flappyBird.loader'. No difference.
I believe the issue is related to webpack 5 and specific to the boilerplate because of bundling. I used gzip-loaders from official webpack site but flappyBird.loader.js always throws an error 404 or unexpected token error when trying to import with require.
Game files are located in assets/Build and game was reimported to Unity 2020.3.30f1 so I could use newest version of package.
After few unproductive days of trying to figure it out myself I assume there must be specific way of importing the game files in this boilerplate. So that's why I am asking for help.
Upfront big thanks for package and read.
Beta Was this translation helpful? Give feedback.
All reactions