To disable the crosshair of the first person controller you can do it in the First Person Controller inspector (Crosshair section or using scripting:
VoxelPlayFirstPersonController firstPersonController = VoxelPlayFirstPersonController.instance; firstPersonController.enableCrosshair = false;
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article