How to create a QRcode generator in Unity

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 42

  • @dalalmohammed9914
    @dalalmohammed9914 3 года назад +2

    Excellent tutorial, we are looking forward to the next, reader QRcode. Thank you very much.

  • @AungMinKhant-w2t
    @AungMinKhant-w2t 8 месяцев назад

    Very good Tutorial!! Thank you so much !

  • @erstudio4660
    @erstudio4660 2 года назад

    Прекрасний туторіал! Дякую)

  • @pariiyiy3147
    @pariiyiy3147 2 года назад +1

    hi thank you so much for this tutorial! i have a question. is there a way to generate a qrcode from a video?

    • @elprofesorkudo
      @elprofesorkudo  2 года назад

      Hello pari lyiy
      I don't really understand what you want to do when you say generate a qr cdoe from a video ?
      Do you mean put a link video from youtube and generate the link ?

  • @Fenix7448
    @Fenix7448 4 месяца назад

    you are the best

  • @Rsparing
    @Rsparing 2 года назад +2

    "CyberPunk" 2077 Views!
    Anyways, amazing video!
    Edit: Is there any way to download thee QR code that you made?

    • @elprofesorkudo
      @elprofesorkudo  2 года назад +1

      Hello Resparing,
      The main purpose of this tutorial is for people to learn how to do it and I believe the only way to lear and understand is to do it by your self, so this is why I'm not sharing the direct code on a git or something like that, bit feel free to rewritting my code and use it on your project :)

    • @jgmercedes
      @jgmercedes 2 года назад

      @@elprofesorkudo I love that bro, there is no point in copying everything. not even analyzing the code.

  • @arhontcorp.1782
    @arhontcorp.1782 2 года назад +1

    very good tutorial

  • @theshadowunity8260
    @theshadowunity8260 8 месяцев назад

    Bro I really liked your video but have you seen those QR codes where there is Brand logo in the centre How do we create that?

    • @elprofesorkudo
      @elprofesorkudo  7 месяцев назад

      If I got time, I'll maybe make an update of this video and add the logo in the center but right now I got some other stuff to finish, but it's no exclude ^^

  • @cansua5904
    @cansua5904 2 года назад +1

    very good tutorial !!
    But how can I save the QR codes in my local cache?

  • @kappa_1001
    @kappa_1001 5 месяцев назад

    Thank you!

  • @OsuFilms2014
    @OsuFilms2014 3 года назад

    awesome

  • @kenancakici
    @kenancakici 2 года назад +1

    Hi, is the DLL free? Also, is there a dependency on any company or software developer?
    Is there a time limit?

    • @elprofesorkudo
      @elprofesorkudo  2 года назад

      Hello Kenan,
      Zxing is open source so there is basically no limit for the usage.
      You can check their gitup if you are interested
      github.com/zxing
      I hope I answer your question :)

    • @kenancakici
      @kenancakici 2 года назад

      Thank you so much.
      I got the answer to my question.👌

  • @dimazzaki8514
    @dimazzaki8514 2 года назад

    Hello!
    do you know how to add custom logo at the center and corners of the QR similar to facebook's QR ?

  • @KhitemMATHLOUTHI
    @KhitemMATHLOUTHI Год назад

    BarcodeWriter' does not contain a definition for 'Writer' and no accessible extension method 'Writer' accepting a first argument of type 'BarcodeWriter' could be found (are you missing a using directive or an assembly reference?)

    • @elprofesorkudo
      @elprofesorkudo  Год назад

      Check this it might help :
      Did you install the plugin correctly ?
      Did you add the correct library ?
      Do you have the same code has me ? because a syntax error can cause your error

  • @mayamamaicez9327
    @mayamamaicez9327 Год назад

    Gracias manito

  • @kenj1dev686
    @kenj1dev686 Год назад

    Great, thanks

  • @ArcheryTime
    @ArcheryTime 2 года назад

    Nice video!!! But how can you use a bigger pixel version like 512x512? its not wotking only with 256x256

    • @elprofesorkudo
      @elprofesorkudo  2 года назад

      When you say bigger pixel do you mean a bigger qrcode ? cause if is that your are looking, you just need to increase the size of rawimage (SupportQRCodeGenerate) and you ll have a bigger qrcode

  • @fgcreates4111
    @fgcreates4111 2 года назад

    Hi Profesor. Do you have the script link? I have type the coding but stuff in the unity when adding the script in the component. It said my script class cannot be found. I have checked the syntax should be correct.

    • @elprofesorkudo
      @elprofesorkudo  2 года назад

      Helle FG Creates
      Sorry I don't have any link :/

    • @theshadowunity8260
      @theshadowunity8260 8 месяцев назад

      check if there is any script with the same name or is there any error that is preventing unity from compiling the script
      baseline the issue you are facing is due to fact that unity is not able to compile the scripts

  • @BroTeeshka
    @BroTeeshka 2 года назад

    Hi! Thx for tutorial ^_^
    How can i scale QRcode (in my project i use Barcode 128) without loss of quality? 256x256 works good, but I need 250x90.
    QR image still works but quality is realy bad, and can't scan that QR

    • @elprofesorkudo
      @elprofesorkudo  2 года назад

      I never try to change to ratio of the QRcode and I don't think it ll work if you change this ratio...
      So sorry but right now I don't have a solution for you problem ...

    • @BroTeeshka
      @BroTeeshka 2 года назад +1

      @@elprofesorkudo It's ok. I resolve my problem with changing UV Rect. TY

  • @nathing4290
    @nathing4290 Год назад

    please send me the codes i am desperate

  • @nathing4290
    @nathing4290 Год назад

    please send me the codes

  • @brandonxd5318
    @brandonxd5318 3 года назад

    Poggers

  • @hoiman7074
    @hoiman7074 3 года назад

    man has 69 subs

  • @quinagondarlenel.1422
    @quinagondarlenel.1422 2 года назад

    Thx for the tutorial however I keep on getting an error can you help me with this one?
    NullReferenceException: Object reference not set to an instance of an object
    QrCodeGenerator.encodeTexttoQR () (at Assets/Script/QrCodeGenerator.cs:47)

    • @elprofesorkudo
      @elprofesorkudo  2 года назад

      Did you check if you drag and drop the _rawImageReceiver and the _textInputField in the inspector ?
      Also are you sure you have create a new texture for _storeEncodedTexture in the start function ?
      If you check everything and it good but still have the error can you give me the full error in the console plus the line of code corresponding