We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408e754 commit 2b87bf6Copy full SHA for 2b87bf6
CHANGELOG.txt
@@ -1,5 +1,9 @@
1
CHANGELOG: Prefabricator
2
========================
3
+Version 1.2.3
4
+-------------
5
+* New: Added UE 4.24 support
6
+
7
Version 1.2.2
8
-------------
9
* Fix: Undo no longer crashes the editor [@grujicbr]
Prefabricator.uplugin
@@ -1,12 +1,12 @@
{
"FileVersion" : 3,
"FriendlyName" : "Prefabricator",
- "Version" : 13,
- "VersionName" : "1.2.2",
+ "Version" : 14,
+ "VersionName" : "1.2.3",
"CreatedBy" : "Code Respawn",
"CreatedByURL" : "http://prefabricator.io",
"DocsURL": "http://docs.prefabricator.io",
- "EngineVersion" : "4.23.0",
+ "EngineVersion" : "4.24.0",
10
"Description" : "Create Prefabs in Unreal Engine",
11
"Category" : "Prefab",
12
"EnabledByDefault" : true,
0 commit comments