isaturk66/unreal-poliigon-bridge — explained in plain English
Analysis updated 2026-05-18
Search and download Poliigon materials and models without leaving the Unreal Editor.
Automatically get materials set up as ready to use master material instances.
Filter the Poliigon library to only free assets for a project on a budget.
Fine tune imported materials with built in tint, roughness, and displacement controls.
| isaturk66/unreal-poliigon-bridge | achanana/mavsdk | alange/llama.cpp | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | C++ | C++ | C++ |
| Last pushed | — | 2024-05-20 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Visual Studio 2022 with the C++ game development workload and enabling Substrate rendering.
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.
An Unreal Engine plugin that lets you browse and download Poliigon assets directly inside the editor.
Mainly C++. The stack also includes C++, Unreal Engine, Substrate.
You can use, modify, and share this freely, but any derivative work must also be released under the same GPL license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.