Install HealthBridge for Unity
This guide takes a Unity 6 project from Asset Store package import to a working mock-data sample. It does not require a mobile device or real health data.
Before you begin
Section titled “Before you begin”- Use Unity 6 (6000.0 or newer).
- Start with a project that can finish package resolution and script compilation.
- Close any running Play Mode session before importing the package.
Import the package
Section titled “Import the package”- Download the supported HealthBridge
.unitypackagefrom the Unity Asset Store. - Import it into the project.
- Wait for Unity to install required dependencies, including Newtonsoft JSON.
- Wait until package resolution and script compilation finish without errors.
This public guide does not use the retired Git URL installation path.
Complete the Setup Wizard
Section titled “Complete the Setup Wizard”The wizard normally opens after import. If it does not, select Window > HealthBridge > Setup Wizard.
- Create a
HealthBridgeSettingsasset in your project. - Create optional
EditorWorkoutConfigtest data. - Enable only the read and write types required by your feature. For the first
tutorial, enable read access for
exerciseandsteps. - Review the iOS and Android build guidance.
- Finish the wizard.
You can revise the same configuration under Edit > Project Settings > HealthBridge.
Open the sample
Section titled “Open the sample”Asset Store packages include Health Data Review under
Assets/HealthBridge/Samples/. The base package does not expose this sample in
the Package Manager Samples UI.
- Open the Health Data Review scene.
- Enter Play Mode.
- Connect in the sample.
- Open the Workouts and Health Data tabs.
The editor uses EditorHealthProvider, so the sample should display mock
workouts and health data without a platform permission prompt.
Success criteria
Section titled “Success criteria”HealthBridgeSettingsexists and appears in Project Settings.- The sample initializes successfully in Play Mode.
- The active provider is the editor mock provider.
- Mock workouts or step records are visible.
