Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Project Tiny Mouse Wheel Support

Discussion in 'Project Tiny' started by j-rei, Mar 21, 2020.

  1. j-rei

    j-rei

    Joined:
    Aug 26, 2016
    Posts:
    4
    Hello,

    I was just wondering if there are any plans on including support for the mouse wheel, since I believe it would be quite handy addition to the package.

    I am currently trying to build something like a 3D model viewer which should be supported on mobile as well as desktop using WebAssembly or WebAsmJS.

    So far I am able to utilize all touches from the mobile device as well as mouse inputs on the desktop, but I couldnt figure out a way to make zoom work with the mouse wheel on desktop.

    If anyone has some ideas how to implement zoom on desktops using tiny, that would be really appreciated!

    Thanks a lot!
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    I took note of this and will make sure to consider adding support for mouse wheel input events.
    will keep you posted
     
  3. j-rei

    j-rei

    Joined:
    Aug 26, 2016
    Posts:
    4
    That's appreciated, thanks!
     
  4. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Implementation for mouse wheel events is done and will be part of Tiny 0.25 release :)
     
    newguy123 and TwoorbJan like this.
  5. j-rei

    j-rei

    Joined:
    Aug 26, 2016
    Posts:
    4
    Well that was fast, amazing, thanks!