Hi guys. I'm trying to set my cursor's postion to the middle of the screen. I need it for my gun shooting script.
But first, I found a System.Windows.Forms.dll on internet which should do it for me, but I don't know how to get this to work.
Yes, I've imported this file to my assets folder and i've gave the
`using System.Windows.Forms;`
on the start of my script. And know I don't know what to do next, can anyone help me with this? :)
↧