learned a lot on dragging, gettin mouse position, sfx adjustment, webgl build and so on. it was really helpful. And still didnt understand why onmousedrag worked on editor but not on build. I changed ton to make it work on build.
Viewing post in Here is what I learned in my first Jam. What about you ?
I really recomend using the new input system rather than the default one, check out Samyam https://www.youtube.com/c/samyam she really have everything you need to understand the new input system.
I have trust issues with the basic function call like onmousedrag cause I don't always understand what's going behind the code. Using the new input system you have to make everything yourself (kinda) but at least its a lot more clear