Disabling crosshair

Modified on Mon, 9 Jun at 11:23 AM

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

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article