explaingit

isaturk66/unreal-poliigon-bridge

Analysis updated 2026-05-18

0C++Audience · developerComplexity · 3/5LicenseSetup · moderate

TLDR

An Unreal Engine plugin that lets you browse and download Poliigon assets directly inside the editor.

Mindmap

mindmap
  root((Poliigon Bridge))
    What it does
      In editor asset browser
      One click download
      Auto assigns materials
    Tech stack
      C++
      Unreal Engine
      Substrate materials
    Use cases
      Browse Poliigon library in editor
      Import ready to use materials
      Import static meshes
    Audience
      Unreal Engine developers
      3D artists

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Search and download Poliigon materials and models without leaving the Unreal Editor.

USE CASE 2

Automatically get materials set up as ready to use master material instances.

USE CASE 3

Filter the Poliigon library to only free assets for a project on a budget.

USE CASE 4

Fine tune imported materials with built in tint, roughness, and displacement controls.

What is it built with?

C++Unreal EngineSubstrate

How does it compare?

isaturk66/unreal-poliigon-bridgeachanana/mavsdkalange/llama.cpp
Stars00
LanguageC++C++C++
Last pushed2024-05-20
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity3/54/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Visual Studio 2022 with the C++ game development workload and enabling Substrate rendering.

You can use, modify, and share this freely, but any derivative work must also be released under the same GPL license.

In plain English

Poliigon Bridge is an unofficial plugin for Unreal Engine 5.4 and newer that adds an in-editor browser for Poliigon's library of 3D assets and materials. Instead of downloading files from the Poliigon website and importing them by hand, a user can search the library from inside the editor, click a Get button, and have the asset placed directly into the project's Content folder ready to use. Materials arrive as instances of a generated master material, and models arrive as static meshes with their materials already assigned. Signing in uses a person's normal Poliigon account through the website login, not a separate registration. The part of the plugin that talks to Poliigon's servers is a native port of the same client code found inside Poliigon's own Blender addon, which is released under the GPL license. Installing it means copying the PoliigonBridge folder into a project's Plugins directory, then opening the project and accepting a prompt to rebuild the module, which requires Visual Studio 2022 with the C++ game development workload installed. A rendering feature called Substrate then needs to be turned on in the project's rendering settings, followed by a restart. After that, the browser opens from a menu inside the editor and the user signs in with their Poliigon account. Free assets are marked as such and can be filtered with a dedicated checkbox, while paid assets draw from the credits on a person's existing Poliigon plan, the same way they would if downloaded from the website. Material instances expose a range of adjustable properties, including tint, roughness, normal strength, UV tiling and rotation, and displacement support for high detail rendering. HDRIs and brushes are not yet supported. The README notes that downloads should happen at a normal, human pace, since Poliigon applies its own fair use limits on the server side and this tool is meant as a bridge to an existing account, not a way to scrape or bulk download content. The project is licensed under GPL-2.0-or-later and is not affiliated with Poliigon.

Copy-paste prompts

Prompt 1
Help me install this plugin and get the Visual Studio C++ workload set up.
Prompt 2
Walk me through enabling Substrate in my Unreal project settings for this plugin.
Prompt 3
Explain what the material instance controls like macro anti-tiling and displacement do.
Prompt 4
Help me troubleshoot the module rebuild prompt when I open my project.

Frequently asked questions

What is unreal-poliigon-bridge?

An Unreal Engine plugin that lets you browse and download Poliigon assets directly inside the editor.

What language is unreal-poliigon-bridge written in?

Mainly C++. The stack also includes C++, Unreal Engine, Substrate.

What license does unreal-poliigon-bridge use?

You can use, modify, and share this freely, but any derivative work must also be released under the same GPL license.

How hard is unreal-poliigon-bridge to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is unreal-poliigon-bridge for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.