Spent the whole last day fixing an aiming issue with my custom cursor. Turns out, Unity defaults to aiming from the top-left of the graphic, so I adjusted my code accordingly. Now it works perfectly in the editor, but once I upload it, something seems off again—likely a scaling issue in the browser.
Has anyone dealt with this before? Any tips on handling cursor positioning across different resolutions or WebGL builds? Let me know!