LogoLogo
  • 🌍Welcome
    • 🀝Support & Community
    • ❓FAQ
  • QuickStart
    • πŸ•ΊAnimate Anything Quickstart
      • πŸ’ͺGetting the Best Possible Results for your Model
      • ⁉️FAQ
      • πŸ€Έβ€β™‚οΈAnimations by Category
    • πŸ¦†Generate Anything Quickstart
      • πŸ₯‡Best Practices for Best Results
      • ⁉️FAQ
      • πŸ’«Expected Results by Category
    • πŸƒβ€β™‚οΈUnity Quickstart
      • πŸ”Anything Browser
      • 🌍My World
      • πŸ€–AI Creator
    • 🚲Unreal Library Quickstart
      • 🍎MacOS Installation
      • πŸ€–AI Creator
      • πŸ“¦Importing models in a packaged project
      • 🚢Animate Anything
    • ⛰️Unreal Procedural Environments Quickstart
  • Unity
    • πŸ“¦Download SDK
      • πŸ““Unity Release Notes
        • Anything World for Unity v1.1.0.2
        • Anything World for Unity v1.1.0.1
        • Anything World for Unity v1.0.2.5
        • Anything World for Unity v1.0.2.4
        • Anything World for Unity v1.0.2.3
        • Anything World for Unity v1.0.2.2
        • Anything World for Unity v1.0.2.1
        • Anything World for Unity v1.0.2.0
        • Anything World for Unity v1.0.1.0EA
        • Anything World for Unity v1.0.0.1EA
        • Anything World for Unity v1.0.0.0EA
        • Anything World for Unity v3.1.20.1
        • Anything World for Unity v3.1.20
        • Anything World for Unity v3.1.19
        • Anything World for Unity v3.1.18
        • Anything World for Unity v3.1.17
        • Anything World for Unity v3.1.16
        • Anything World for Unity v3.1.15
      • βš™οΈTroubles Updating? Upgrade Guide
    • πŸ“„Documentation
      • 🌐AnythingWorld API
        • AnythingAnimate
          • βš™οΈAnimate
          • βš™οΈPoll
        • AnythingMaker
          • βš™οΈMake
        • RequestParameter
          • AddCollider
          • AddRigidbody
          • AddScripts
          • ClampDatabaseScale
          • IsAnimated
          • LegacyAnimatorInEditorOption
          • OnFailAction
          • OnSuccessAction
          • Parent
          • PlaceOnGrid
          • PlaceOnGround
          • Position
          • Rotation
          • Scale
          • ScaleMultiplier
          • ScaleType
          • SerializeAsset
          • SetDefaultBehaviourPreset
          • TransformSpace
        • 🌐Voice
          • CommandRequester
            • RequestCommand
            • RequestAndReturnCommand
        • 🌐Utilities
          • UtilityEnum
            • ScaleType
        • 🌐Animation
          • LegacyAnimationController
            • MovementJumpLegacyController
              • BlendAnimationOnSpeed
              • Idle
              • JumpStart
              • JumpFall
              • Land
              • Run
              • Walk
            • FlyingAnimationController
              • Fly
              • Idle
            • CrossFadeAnimation
            • PlayAnimation
            • StopAnimations
            • Wait
      • Behaviour Tree Editor
        • What is a Behaviour Tree?
        • How to use Behaviour Tree Editor
      • Path Creator
      • πŸ”¨Building Your Project
    • πŸ“šTutorials
    • πŸƒLegacy vs. Modern Animation System
    • ❗Known Issues
  • Unreal
    • πŸ“”Unreal Release Notes
      • Anything World for Unreal v1.2.0.0EA
      • Anything World for Unreal v1.1.0.0EA
    • πŸ“–Unreal Plugin Codebase: Intro and FAQs
    • πŸ”¬Packaged project runtime loading of AW models
  • REST API
    • πŸ“„Documentation
    • βš’οΈService Status
    • πŸ’…Preparing your 3D model
  • Unity Legacy Documentation
    • πŸ§“Legacy Package API References
      • πŸ“„API References (Legacy)
        • AnythingCreator
        • AnythingSpeech
        • AnythingHabitat
      • ❓Troubleshooting (Legacy)
    • πŸƒUnity Quickstart - Classic Version
    • 🎀Voice Creator - Classic Version
    • πŸ‘“Examples
  • Animate Anything 3D software plugins
    • 🧊Animate Anything Blender Add-on Manual
    • 🧊Animate Anything Maya Plugin Manual
    • 🧊Animate Anything 3D Studio Max Plugin Manual
    • 🧊Animate Anything Roblox Plugin Manual
Powered by GitBook
On this page
  • Create your Anything World Account
  • Set up the Anything World SDK

Was this helpful?

Export as PDF
  1. QuickStart

Unity Quickstart

Set up your Unity Project

PreviousExpected Results by CategoryNextAnything Browser

Last updated 1 year ago

Was this helpful?

Requirements:

  • Unity 2021.3 - 2022.2

  • Anything World Account Details

  • Anything World SDK

Please note: This package is not compatible out of the box with the previous (Classic) versions of Anything World. Contact us on Discord or email if you have a project that needs migrating.

Anything World's Unity SDK is supported on Unity versions 2021.3 - 2022.2 LTS with URP.

The Anything World versions up to 1.1.0.2 work on 2020.3 - 2022.2 LTS. To use newer versions please upgrade Unity.

If you're completely new to Unity it might be a good idea to learn a bit about the Unity interface. The first 6 videos in the are a great way to pick up the basics.

Once you've got the basics down, follow this guide and see how to get started with creating 3D content in Unity!

Create your Anything World Account

to get access to the Anything World SDK for Unity.

Our REST API requires a unique developer API key for authentication in order to allow make APIs calls.

Set up the Anything World SDK

Step 1: Download the latest Unity Anything World SDK from the on the Anything World website.

Step 2: Open the project with version Unity 2020, 2021, or 2022. Open Window dropdown then Package Manager and change the Package dropdown option to β€œUnity Registry.”

Editor Coroutines:

Newtonsoft Json:

The Newtonsoft Json package may fail to appear in the Unity Registry Package Manager. If this is the case select the "+" icon in the top right corner of the package manage and select the "Add package from git URL" option. Enter com.unity.nuget.newtonsoft-json in the search bar then select the add button.

Universal RP:

AI Navigation:

For some Unity versions the AI Navigation package may fail to appear in the Unity Registry Package Manager. If this is the case select the "+" icon in the top right corner of the package manage and select the "Add package from git URL" option. Enter com.unity.ai.navigation in the search bar then select the add button.

Step 4: Import the AnythingWorld.unitypackage file into the project.

Step 5: The Anything World Unity package contains a pre-built Universal Render Pipeline Asset. Select the Edit button from the Unity top navigation bar then select Project Settings and navigate to the Graphics section. Add the URP Asset to the Scriptable Render Pipeline Settings.

For the best experience it is recommended to add the following shaders provided by the Anything World SDK to the 'Always Included Shaders' section within the Graphic settings

  • Standard (Metallic)

  • Standard (Specular)

  • Standard Transparent (Metallic)

  • Standard Transparent (Specular)

If there are not enough elements available then please increase the Size parameter to include the listed shaders. It is not recommended to change the existing shaders unless you have experience with this.

These shaders can be found within the Project panel by navigating to AnythingModels > GltfPipeline > GLTFUtility > GltfLoader > Materials > URP.

Step 7: Select the Anything World dropdown menu and open the Anything Browser. Log in using your Anything World account with your email and password. Two new panels will appear after signing in, the Anything Browser and the My World panels.

Step 3: Install the, , and Packages.

Editor Coroutines can be found in the Unity Registry of the Package Manager.
Universal RP can be found in the Unity Registry of the Package Manager.
The Anything World dropdown menu will appear in the toolbar at the top after importing the AnythingWorld.unitypackage.
The Login | Sign Up panel will appear when selecting the Anything Browser option from the Anything World drop down menu.
The Anything Browser and My World panels will display after successfully logging in.
πŸƒβ€β™‚οΈ
Unity essentials series
Create an account through the Anything World website
My Account page
Editor Coroutines
Universal RP
NewtonSoft Json
AI Navigation
Select the Windows dropdown in the top navigation bar, then select Package Manager.
Select the Packages button then select the Unity Registry option.
Select the plus button in the top right corner of the package manager panel.
Input com.unity.nuget.newtonsoft-json in the git URL to receive the Newtonsoft Json nuget package.
Select the Edit dropdown menu and select the Project Settings option.
Navigate to Graphic settings, select the circle button within the Scriptable Render Pipeline Settings, then select the existing Universal Render Pipeline Asset available.
Change the number in the Size parameter to increase the amount of elements.
The Shaders can be found by selecting the button on the right side of the element list and searching for 'Standard'