Hello Guys,
I’m working on a small game and everything consists of UI objects so I don’t have a camera in the scene. Now I want to move an object to a click position on the screen. I’ve seen many examples but they mostly use Camera.main.ScreenToWorldPoint(); which doesn’t work without a camera. Is there another way or another function I could use? Thanks in advance.