[VRChat][UdonSharp] Touch Keypad - First Test

Поділитися
Вставка
  • Опубліковано 9 вер 2024
  • My first UdonSharp prototype of a keypad that you can operate by touching it with the physical finger of your own avatar.
    My Patreon:
    / varneon

КОМЕНТАРІ • 10

  • @CrazyNoobb
    @CrazyNoobb 6 місяців тому

    gotta make this public

  • @PixelBrushArt
    @PixelBrushArt Рік тому

    Any updates on this? I could really use a touch-based keypad for a project.

  • @LydiaPuppy
    @LydiaPuppy 4 роки тому

    Cool stuff! Gonna try and recreate this myself with the node graph. Wish me luck lmao.

  • @cyberstar251
    @cyberstar251 2 роки тому

    can we get a tutorial for this? im trying to make one to lock an admin room on a custom map.

    • @Varneon
      @Varneon  2 роки тому

      There are no tutorials planned for a keypad due to the complexity of the final solution, instead, I'm developing an open source prefab alongside with a performant interaction framework with excellent scalability allowing easy implementation of keypads and other physically interactable elements in worlds.

    • @TheMatheusKiller
      @TheMatheusKiller 5 місяців тому

      @@Varneon So, is that prefab available already? I would really like to learn how to do something like this.

  • @jinseiisla
    @jinseiisla 4 роки тому

    how did u make this?

    • @Varneon
      @Varneon  4 роки тому +1

      Logic is programmed in C# that has been compiled with UdonSharp to be used in the game. The program itself is mostly about just calculating the distance between each key and your avatar's fingers, then just process those values to be used as triggers for key presses.

    • @jinseiisla
      @jinseiisla 4 роки тому

      @@Varneon could u maybe help me sometime on discord?

    • @Varneon
      @Varneon  4 роки тому +1

      @@jinseiisla Unfortunately my time is very limited at the moment, I highly recommend keeping up to date on the official VRChat Discord server's Udon channels and the Udon discussion forum, the creator of UdonSharp also has their own Discord server that is really active and filled with talented individuals