How to stop all characters to make my shop system

masakam1

New member
hello,

I want to make my original shop system.
But TPS player and ai are moving freely.
What is the best solution to stop characters moving.
Gameobject.SetActive(false)?

And another problem is that i can not show or move mouse pointer.
I want to know how to show and move it.

Thanks
 
This page should help:

 
Thanks, I could stop handling input.

How about showing a mouse pointer safely?

I know Cursor.lockState and Cursor.visible API.
But simply using these API will conflict UltimateCC program.
 
Top