[Hiring] Need help setting up my cursor

Hello! I’m looking for help with setting up the cursor for my game. I’ve tried my best to solve this myself, but the instructions are over my head. I made a post here describing my problem: Medieval themed 2D strategy game

I want to have the cursor and controller align when using a fixed projection with zoom. This is an important part of the game and I want it done right. I do not want to rely on an asset like Rendercam or Orthographic Camera because I want to keep my code minimal.

Is there anyone available who can help with this? You can send me a message if you think you can get this working, thanks.

1 Like

Here’s the game project if you want to take a look at what I’ve done so far.

kingdoms and armies.zip (1.6 MB)

What you need is screen to world / screen to GUI functions.

You can still reference their code to understand how this can be done with what you have now.

3 Likes

Thank you. Trying this out.