Installing Hash Studios Player Scanner
Version: This guide is for Unity 2022.3.6f1. The steps may be different in future versions of Unity.
There seems to be an error of not being able to view more than 13 players in the list. We are looking into it, but if you still see this issue, please report it to us so we can keep note and remember this detail.
Hash Studios' Player Scanner is a UdonSharp Unity Prefab tool detecting player presence in specified areas and showcasing it on a UI menu.
Features
- Detects player presence
- Customizable detection area
- Real-time UI display
- Easy area naming
- Quest support
VR Showcase World
Experience Hash Studios Player Scanner for yourself here: VRChat Showcase World
Requirements
You can learn how to set up your project beforehand at our project setup guide.
Installation Steps
1. Download and Import the Prefab
- Download Hash Studios Player Scanner from our website.
- Import the prefab into your Unity project:
- In Unity, go to
Assets
>Import Package
>Custom Package...
- Locate and select the downloaded prefab package.
- Click
Import
to add the prefab to your project.
- In Unity, go to
2. Add the Prefab to Your World
- Drag Hash Studios Player Scanner into your world from the Project window.
- Right-click on the prefab in the Hierarchy window and select
Prefab > Unpack Prefab
.
3. Configure the Prefab
- Select Hash Studios Player Scanner in your Hierarchy.
- In the Inspector window, you will see the configuration options for Hash Studios Player Scanner.
4. Edit Settings
For more detailed information on configuring trigger boxes, visit our Trigger & Box Collider Guide.
-
Change
Name of Area
to the title you want to give for the area you want to display on the menu. -
Go to the
BoxCollider
child of the prefab and adjust the box collider position in theTransform Component
or change its size in theBox Collider
component by pressing the edit collider button. -
Ensure
isTrigger
in the box collider is enabled.
This is where players will be detected and, therefore, be shown on the menu if a player enters this area. If a player leaves the box collider, their name will disappear from the list on the menu.
By following these steps, you can successfully install Hash Studios Player Scanner and detect and display player presence in your specified areas with ease.
For more detailed information and resources, visit the Official Website or watch the YouTube Tutorial.