docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Troubleshooting

    This section describes errors or problems you can encounter when you use the Unity Cloud Presence package.

    Getting started issues

    Runtime errors appeared when building the package

    To avoid runtime errors when building with this package, follow these steps:

    1. In your Unity Editor Project window, go to Edit > Project settings.
      The Project setting window opens.
    2. Select the Player option.
    3. Scroll to the Additional Compiler Arguments section.
    4. Set the Managed stripping level option to:
    • Disabled
      or
    • Minimal (if the Disabled option isn't available)

    Managed Stripping Level dropdown

    Sample issues

    General sample issues

    The automatic browser redirection doesn't work

    If you run the sample in the Unity Editor, you should see the following page after you successfully login through your browser.

    Login Successful

    If the browser fails to redirect you to the Editor, and selecting Launch Application does nothing, return to the Editor. Manually returning to the continues the authentication process.

    Nothing happens when I select something

    This sample isn't created to run with the Input System package. If you are using this package in your Editor Project, your mouse selections may not be detected.

    To fix this, set your Project to support both the built-in input system as well as the Input System package:

    1. Go to Edit > Project Settings > Player.
    2. Set Active Input Handling to Both.

    Input system settings

    Voice and Text samples

    A "Missing dependency to com.unity.services.vivox package appeared

    The Voice and Text samples rely on the Vivox package. To fix dependency issues, follow the Install Vivox section from the installation guide.

    Microphone input is not detected on Mac or iOS.

    If you are using a Mac or iOS device and the microphone input isn't detected, verify the following settings:

    • Microphone Usage Description is set for the chosen platform in Player settings.
    • Your application has the necessary permissions to access the microphone on your device.
      • Control access to the microphone on Mac
      • Control access to hardware features on iPhone
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)