Articy3ImporterForUnreal
Articy3ImporterForUnreal copied to clipboard
Articy Importer plugin for the Unreal Engine 4 and Unreal Engine 5 (work in progress).
Hello, I have been trying to import my articy project into unreal, with both marketplace plugin, and compiled github version, on a empty unreal project Frist problem: not detectin .articyue4...
My game module's name is different than the project name, so modifications have to be made to the plugin to support this. Specifically I added a "GameModuleName" property to the...
Database isn't found when running as Standalone Game. However, I've verified that it works in PIE and packaged games. ``` [2021.10.22-01.24.47:265][ 0]LogTemp: Warning: Cloning ArticyDatabase. [2021.10.22-01.24.47:266][ 0]LogArticyRuntime: Warning: No ArticyDraftDatabase...
Hello, I am using the ArticyXImporter tutorial BaseProject. I changed a text in one of the dialogue fragments of the Articy-Project and want to do an import into Unreal. When...
Hello. Please tell me if the following is a bug or my mistake. (If the following are inappropriate, I apologise.) I have created the following flow in Articy.  "Instruction"...
This allows you to restrict classes via function parameters: ``` UFUNCTION(BlueprintCallable) void AddQuest(UPARAM(Meta = (ArticyClassRestriction = MyQuestEntity)) FArticyId Quest); ``` This works the same way as the FArticyId details widget....
Hey guys, we're looking to upgrade our current project to UE 5.2. Are there any immediate plans to release a new version?
The importer fails to find the .articyue4 in a /Content/ folder. I've tested with two projects, followed the guide from the Readme, I still get this behaviour.  Repro: 1)...
Hello, Was there currently similar build server integration functionality in the Unreal plugin like there is in the Unity importer plugin as seen here? https://www.articy.com/articy-importer/unity/html/howto_buildserver.htm If not, were there any...
- The EArticyPausableType was not set up correctly, causing pause events to happen when they shouldn't. Changed the enum to use proper bit flags which fixed the issue. - Removed...