Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

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.

(+2)

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 

you may be right. I am gonna check it. Thanks