Installing Barracuda | Barracuda | 1.0.4
docs.unity3d.com
    Show / Hide Table of Contents

    Installing Barracuda

    You can get Barracuda from:

    • Unity Package Manager
    • GitHub

    Unity Package Manager

    In the Unity Editor, open the Package Manager window, select Barracuda and install it:

    Install packages

    If you want a more recent (un-verified) version, enable preview packages:

    Install preview packages

    GitHub

    If you want to edit source code or pull from a specific branch, it's best to clone the repository. There are two ways to do this:

    • Edit your Unity project's Packages/manifest.json and add the following dependency to the Barracuda GitHub repo: json "com.unity.barracuda" : "https://github.com/Unity-Technologies/barracuda-release.git[#<revision>]"
    • If you have downloaded the repository, manually connect to it via the Unity Package Manager. To do this, open the Package Manager, select the Add(+) button, and select Add package from disk.

    Install packages locally

    This is the manifest.json equivalence:

    "com.unity.barracuda": "file:<PATH_TO_BARRACUDA_FOLDER>/UnityProject/Assets/Barracuda"
    

    Resources

    For more information, see the Git URLS documentation.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023