trying to fix the mouse to work on linux builds. Right now it only works in the editor. Possible code combinations equate to
Cursor.visible = false;
Cursor.lockState = CursorLockMode.Locked;
on mouse clicks. Also trying Cursor.SetCursor with transparent images but they show up on click before hiding.
also having trouble with prefabs on network manager. AssetID’s aren’t being found.