Unreal Engine 4/5 plugin for importing objects from Speckle v2.
Перейти к файлу
JR-Morgan 096e840098
Experimental changes for deserilisation
2022-01-31 00:57:12 +00:00
.github/workflows Create close-issue.yml 2021-10-02 17:15:58 +01:00
Config Restructured repo so uplugin is in root dir 2021-11-17 13:22:35 +00:00
Content Implementing SpeckleConverterComponent 2022-01-06 16:43:02 +00:00
Resources Restructured repo so uplugin is in root dir 2021-11-17 13:22:35 +00:00
Source Experimental changes for deserilisation 2022-01-31 00:57:12 +00:00
.gitignore Restructured repo so uplugin is in root dir 2021-11-17 13:22:35 +00:00
LICENSE Update LICENSE 2021-04-14 13:22:35 +01:00
README.md Added a screencast in readme 2021-04-14 16:43:22 +03:00
SpeckleUnreal.uplugin Asset Factory classes for Conversion classes 2022-01-03 02:27:34 +00:00

README.md

Speckle Unreal

Twitter Follow Community forum users website docs

Plugin for Unreal Engine 4 to import objects from Speckle v2.

Screencast of an example: https://user-images.githubusercontent.com/2551138/114720093-61403e00-9d40-11eb-8045-6e8ca656554d.mp4

NOTICE

  • Tested on Windows, Unreal Engine v4.26 and Visual Studio Community 2019
  • Only displays meshes. Breps are converted using their display values.
  • Does not use the Speckle Kit workflow as conversions all happen in C++.

How To Install

  1. Clone the repository or download it as a zip file.
  2. Navigate to SpeckleUnrealProject > Plugins and copy the SpeckleUnreal folder
  3. Paste the folder into your Unreal project under YourUnrealProjectFolder > Plugins (Create a Plugins folder if you don't already have one).
  4. Reopen your project.

We will eventually look to distributing the plugin officially on the Unreal Engine Marketplace but for now you'll need to install the plugin manually like this.

Credits

Based off the original Unreal integration for Speckle v1 by Mark and Jak which can be found here: https://github.com/mobiusnode/SpeckleUnreal.

https://user-images.githubusercontent.com/2551138/114720051-571e3f80-9d40-11eb-9099-d3394747a1d3.mp4