Installing DataLoom Pro

Learn how to import the DataLoom Pro package into your Unity project.


⚠️ Important License Notice

DataLoom Pro is distributed exclusively via the official Unity Asset Store. Downloading code packages directly from unauthorized mirrors or unofficial repositories is against the licensing terms.

  • Always purchase/redeem the asset through your official Unity Hub account on the Asset Store.
  • The GitHub repository associated with this tool is used solely for hosting public documentation and issues tracking.

Installation Steps

  1. Open Unity Editor: Launch the project where you want to install DataLoom Pro (Unity 2021.3 LTS or newer recommended).
  2. Open Package Manager: Navigate to Window > Package Manager in the top menu.
  3. Download from My Assets:
    • Change the package source filter to My Assets in the top-left dropdown.
    • Search for DataLoom Pro.
    • Click Download, then click Import to bring the asset into your project.
  4. Resolve Dependencies: DataLoom Pro uses Newtonsoft.Json for nested parsing. Ensure the Version Control / Newtonsoft.Json package is active in your Package Manager (Unity automatically adds this on import, but you can check UPM if compile errors arise).
  5. Compile Assemblies: Once imported, Unity will automatically compile the assembly definitions.

Verifying the Installation

After the package loads:

  • Look at your editor top menu. You should see a Tools menu.
  • Check that Tools > DataLoom Pro > Control Panel is present.
  • Open the control panel. If the dashboard loads with its golden header and Pro-exclusive settings visible, the asset is ready.

Pro Tip

DataLoom Pro compiles under its own isolated assembly definition (Decnet.DataLoom.Pro.asmdef). It has zero compile-time references to the Free/Lite tier assemblies, allowing it to co-exist with or completely replace the Free version without script conflicts.


This site uses Just the Docs, a documentation theme for Jekyll.