Whenever I test my game and open the pause menu then press play in the menu I can see my mouse but usually I cant because its 1st person
This is incoherent at best.
There is no question.
It is unclear what the desired outcome is, or how certain information like 1st person relates to the problem.
You did not post code (using code tags).
From your title and post, i have a vague idea that something is wrong with your cursor after leaving a menu. That’s it. I dont know what the problem is, or what is supposed to happen, and most importantly, i have no idea how to help you since you did not provide any code.
So how do you expect to receive help exactly?
How to report your problem productively in the Unity3D forums:
To help gain more insight into your problem, I recommend liberally sprinkling Debug.Log() statements through your code to display information in realtime.
Doing this should help you answer these types of questions:
- is this code even running? which parts are running? how often does it run?
- what are the values of the variables involved? Are they initialized?
Knowing this information will help you reason about the behavior you are seeing.