Allows you to Generate and Scan QR Codes.
[SOLVED] In C3 r234 this plugin generates some incompatibilities with Pin to object behavior and nothing can be seen in debug preview.
Hi, how are you pinning this object?
This plugin is not meant for Pinning
No, what I mean is that it generates various compatibility errors with other C3 behaviors. At the moment I have found that for a strange reason if you had the Pin to object behavior in a Text, sprite, etc. this doesn't work anymore, the object just won't pin. But when I remove the QR Scanner plugin and try to pin some object, everything works normally again. So far it is the only incompatibility that I have found together with the error that the Debug Layout screen cannot be seen, I do not know if the plugin is generating conflict with other Behaviors / Plugins.
P.D: I have The worker turned off.
Do you mean you are pinning a Sprite?
Hi Sparsha. Do you have any plans to update this to support worker please? I am using your firebase plugins and thanks to the latest updated am now able to use worker mode as you recommend however that makes this one not usable. Thanks
Hi samwellb, Yes. Still there are a three of my plugins left to convert to support Worker mode- copyclip, this one, and cloudflare trace.
There will be some more major updates in the Firebase plugins this month, and then after those are complete, I will be finally able to start fixing these ones.
That's great. Appreciate the update. Thanks
This plugin is missing the QRCode generator part. Is using Chart Google api, is not always working chart.googleapis.com/chart
Please consider use a client-side generated code implementing this github.com/davidshimjs/qrcodejs
Hi, I've updated the plugin! You can check it out.
It requires internet connection, so won't work when disconnected.
Thanks for the suggestion! I will update the plugin.
please update for newest construct 3 SDK V2, because this plugin is old and stuck in logo
Hi Sparsha. Thanks for your plugin. It works great in C3 and preview mode. But for some reason, it doesn't work when I host my game.
Rejection from 'sparsha_qrdom' handler 'domAsync_sparsha_qrcode': TypeError: Cannot read properties of undefined (readingGenerator')
Hi, Construct 3 now has an inbuilt QR Code Plugin! It's now available in the Beta R339!
Hi, can you try exporting without Minify? Let me know if it works so that I can identify the problem.
Hello how are you?
Would you like to know how viable your plugin is to read barcodes? I know it's an old-fashioned process, but it would facilitate the development of applications in less developed countries. Could you help us?
Hi Sparsha, congratulations on the great plugin. I wanted to ask you if it is possible to implement a function for inserting a logo in the center of the generated QR Code.
Hi, I tried to open the Example, but it says I'm missing another Addon called "LinearGradient" by Ludonaut, is it necessary to get it for the QR to work? thanks!
No, I use it in the example to show how you can decorate your QR Code.
Its free- construct.net/en/make-games/addons/106/linear-gradient
I couldn't figure out how to read qr code. Do you have an example on this? I can review.
The example c3p is provided- construct.net/en/make-games/addons/414/qr-code/examples/1/qr-example-3-0-0.c3p
Does it read the existing qr code and output a link? I wasn't very good at it.
Yes it reads an existing qr code image. It is supposed to output the text data that qr code contains- it may be a link, or a plain simple text.
Try previewing the example c3p on mobile browser (using remote preview).