I was just looking for a tool to curve a canvas so I could do something like this:
they all require vr integration, I tried to manually get them not to by only taking the bare minimum to just bend the canvas to a cyllinder but it just wont work. does anyone know how they would do this? Im surprised how unities ui tools like buttons and scroll bars make it so you dont have to code anything like raycasting mouse position yourself, but then something as simple as trying to get an effect like above is a total nightmare. Ive been through like 10 packages and 30 forum posts, and all the ones that are not made only for vr are outdated to the point of not working at all.
does anyone know anything that could help? I find it impossible to believe that there arent tons of people who have tried to achieve an effect like this who have zero interest in vr
its incredibly frustrating that every single possible solution is immediately deadended by only being made for vr, ie the scripts are coded to be based on tracking your hand positions as an example, from top to bottom they’re like this so Im really struggling on converting them to just work at all without hundreds of null reference errors due to their VR integration.
I really feel like being able to curve the canvas by an angle value should already be an intrinsic feature of unity at this point. I would have expected this to be a feature before thinks like scroll menus were made default components