Skip to content

Commit 3cd5766

Browse files
committed
Bumped up the version to 1.6.2. Updated the changelog
1 parent 5f3af70 commit 3cd5766

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG: Prefabricator
22
========================
3+
Version 1.6.2
4+
-------------
5+
* Fix: Improved the way prefabs were being searched in a streamed in level
6+
* Fix: Added a blueprint function to find the prefab actor that a given actor belongs to (FindTopMostPrefabActor)
7+
38
Version 1.6.1
49
-------------
510
* New: Added 4.26 engine support

Prefabricator.uplugin

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"FileVersion" : 3,
33
"FriendlyName" : "Prefabricator",
4-
"Version" : 23,
5-
"VersionName" : "1.6.1",
4+
"Version" : 24,
5+
"VersionName" : "1.6.2",
66
"CreatedBy" : "Code Respawn",
7-
"CreatedByURL" : "http://prefabricator.io",
8-
"DocsURL": "http://docs.prefabricator.io",
7+
"CreatedByURL" : "http://prefabricator.dev",
8+
"DocsURL": "http://docs.prefabricator.dev",
99
"EngineVersion" : "4.26.0",
1010
"Description" : "Create Prefabs in Unreal Engine",
1111
"Category" : "Prefab",

0 commit comments

Comments
 (0)